This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-405-ged70d5b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  ed70d5b028bf8af776380deda5e6a75857c41c28 (commit)
       via  1a58bf9838378cdab17c2071794a12463007270a (commit)
       via  fc03e8e8d406640d6dfa73f9e3890086c9bfb75f (commit)
       via  709fde54c8c296d537e58af4bc619b18c654f6a2 (commit)
       via  313cfc85e435b93bfa9110cda3e3f930de066643 (commit)
       via  d60f18067e710a120d3ff063c76500941a0b5ecb (commit)
       via  165cfc683521e3e323e54a7c5b24628d84c7eb63 (commit)
      from  53b9e09f0b30e4f53ec492b345cbd1ab85afe929 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ed70d5b028bf8af776380deda5e6a75857c41c28
Merge: 53b9e09f0b30e4f53ec492b345cbd1ab85afe929 1a58bf9838378cdab17c2071794a12463007270a
Author: ddomingo <ddomingo@redhat.com>
Date:   Tue Oct 28 16:02:01 2008 +1000

    re-committing all work for today, resolving conflicts earlier

commit 1a58bf9838378cdab17c2071794a12463007270a
Author: ddomingo <ddomingo@redhat.com>
Date:   Tue Oct 28 14:06:37 2008 +1000

    adding symlink

commit fc03e8e8d406640d6dfa73f9e3890086c9bfb75f
Author: ddomingo <ddomingo@redhat.com>
Date:   Tue Oct 28 14:04:21 2008 +1000

    changes as per wcohen, minor additions

commit 709fde54c8c296d537e58af4bc619b18c654f6a2
Author: ddomingo <ddomingo@redhat.com>
Date:   Mon Oct 27 13:24:21 2008 +1000

    added inodewatch from warstories

commit 313cfc85e435b93bfa9110cda3e3f930de066643
Author: ddomingo <ddomingo@redhat.com>
Date:   Mon Oct 27 13:11:27 2008 +1000

    added simplified, working para-callgraph

commit d60f18067e710a120d3ff063c76500941a0b5ecb
Author: ddomingo <ddomingo@redhat.com>
Date:   Mon Oct 27 12:56:53 2008 +1000

    added simplified  traceio2

commit 165cfc683521e3e323e54a7c5b24628d84c7eb63
Author: ddomingo <ddomingo@redhat.com>
Date:   Mon Oct 27 12:09:07 2008 +1000

    minor revision, shortening long line)

-----------------------------------------------------------------------

Summary of changes:
 .../en-US/Array-Operations.xml                     |  232 ++++++++++++++++++++
 doc/SystemTap_Beginners_Guide/en-US/Arrays.xml     |   85 ++------
 .../en-US/ScriptConstructs.xml                     |   63 ++++--
 doc/SystemTap_Beginners_Guide/en-US/Scripts.xml    |   21 ++-
 .../en-US/Understanding_How_SystemTap_Works.xml    |    1 +
 .../en-US/Useful_Scripts-disktop.xml               |   89 ++++----
 .../en-US/Useful_Scripts-functioncalls.xml         |   24 +-
 .../en-US/Useful_Scripts-futexes.xml               |   62 +++---
 .../en-US/Useful_Scripts-inodewatch.xml            |   28 ++-
 .../en-US/Useful_Scripts-inodewatch2.xml           |   30 ++-
 .../en-US/Useful_Scripts-iotop.xml                 |   54 +++--
 .../en-US/Useful_Scripts-nettop.xml                |  111 +++++-----
 .../en-US/Useful_Scripts-paracallgraph.xml         |   46 ++--
 .../en-US/Useful_Scripts-sockettrace.xml           |   58 +++---
 .../en-US/Useful_Scripts-threadtimes.xml           |  146 +++++++------
 .../en-US/Useful_Scripts-traceio.xml               |   51 +++--
 .../en-US/Useful_Scripts-traceio2.xml              |   26 ++-
 .../en-US/Useful_SystemTap_Scripts.xml             |    9 +-
 doc/SystemTap_Beginners_Guide/en-US/extras         |    1 +
 .../general/inodewatch-simple.stp                  |   24 +-
 .../general/inodewatch2-simple.stp                 |   12 +
 ...a-callgraph.meta => para-callgraph-simple.meta} |    4 +-
 .../general/para-callgraph-simple.stp              |   40 ++++
 testsuite/systemtap.examples/io/disktop.stp        |   25 +-
 .../io/{traceio2.meta => traceio2-simple.meta}     |    8 +-
 .../systemtap.examples/io/traceio2-simple.stp      |    8 +
 26 files changed, 793 insertions(+), 465 deletions(-)
 create mode 100644 doc/SystemTap_Beginners_Guide/en-US/Array-Operations.xml
 create mode 120000 doc/SystemTap_Beginners_Guide/en-US/extras
 copy doc/tutorial/inode-watch.stp => testsuite/systemtap.examples/general/inodewatch-simple.stp (83%)
 create mode 100644 testsuite/systemtap.examples/general/inodewatch2-simple.stp
 copy testsuite/systemtap.examples/general/{para-callgraph.meta => para-callgraph-simple.meta} (67%)
 create mode 100755 testsuite/systemtap.examples/general/para-callgraph-simple.stp
 copy testsuite/systemtap.examples/io/{traceio2.meta => traceio2-simple.meta} (57%)
 create mode 100755 testsuite/systemtap.examples/io/traceio2-simple.stp


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]