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.9.9-338-g9f7d523


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  9f7d5236c8fb1fd84636656416e1dad531e9586d (commit)
       via  ac505f97f1e85d95c9fe2b0401a375c2c8cd1cb9 (commit)
       via  0fc4239f159fe56cf2637265797751427f08e09b (commit)
       via  bb315ec60631da74190bce71f16e6de15b6a2369 (commit)
       via  6b6786d6ecee4619c2761482ba62fd63bc8df18e (commit)
       via  b57367210bd84bdbf6a78785905127fb7711e567 (commit)
       via  5f4b21e21d7d9503bc27b04d0296adb74adeb86b (commit)
       via  ad7e33d7ceb3251f5141b586dad4f824c519d757 (commit)
       via  c0095e58288c7f98e89437bd4489433baa7e7c0d (commit)
       via  7a4c89f77923782e5e387e472608fe25a8bb8eab (commit)
       via  53e5699fe863f0a122c73782b4465296e3adc131 (commit)
       via  3bdb66294bfbe8c388cb6dea5e8f2a55971cb92b (commit)
       via  cd8a0489f48f50eb0e1b7fa2f5289670cc26caa3 (commit)
      from  6be6402d1514d149e6e6adf66a5c50b80b8bbb0f (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 9f7d5236c8fb1fd84636656416e1dad531e9586d
Merge: ac505f97f1e85d95c9fe2b0401a375c2c8cd1cb9 6be6402d1514d149e6e6adf66a5c50b80b8bbb0f
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Sep 16 15:55:19 2009 -0700

    Merge branch 'master' of sourceware.org:/git/systemtap

commit ac505f97f1e85d95c9fe2b0401a375c2c8cd1cb9
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Sep 16 15:52:17 2009 -0700

    Add the badname.stp example
    
    This is a toy script I wrote a while back to demonstrate how SystemTap
    could be used to enforce filesystem naming rules.

commit 0fc4239f159fe56cf2637265797751427f08e09b
Author: Robb Romans <robb@linux.vnet.ibm.com>
Date:   Wed Sep 16 16:15:56 2009 -0500

    Add syscall probe information to Language Reference
    
    Signed-off-by: Robb Romans <robb@linux.vnet.ibm.com>
    Signed-off-by: Josh Stone <jistone@redhat.com>

commit bb315ec60631da74190bce71f16e6de15b6a2369
Author: Robb Romans <robb@linux.vnet.ibm.com>
Date:   Wed Sep 16 15:46:38 2009 -0500

    Add tracepoint information to Language Reference
    
    Signed-off-by: Robb Romans <robb@linux.vnet.ibm.com>
    Signed-off-by: Josh Stone <jistone@redhat.com>

commit 6b6786d6ecee4619c2761482ba62fd63bc8df18e
Author: Robb Romans <robb@linux.vnet.ibm.com>
Date:   Wed Sep 16 15:10:04 2009 -0500

    Add PROCFS information to Language Reference
    
    Signed-off-by: Robb Romans <robb@linux.vnet.ibm.com>
    Signed-off-by: Josh Stone <jistone@redhat.com>

commit b57367210bd84bdbf6a78785905127fb7711e567
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Sep 16 15:23:50 2009 -0700

    Spelling fixes in the tapsets

commit 5f4b21e21d7d9503bc27b04d0296adb74adeb86b
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Sep 16 15:20:05 2009 -0700

    Spelling fixes in the init script

commit ad7e33d7ceb3251f5141b586dad4f824c519d757
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Sep 16 15:16:47 2009 -0700

    Spelling fixes in the meta of many examples

commit c0095e58288c7f98e89437bd4489433baa7e7c0d
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Sep 16 14:19:18 2009 -0700

    Fix the old networking buildok test

commit 7a4c89f77923782e5e387e472608fe25a8bb8eab
Author: Breno Leitao <leitao@linux.vnet.ibm.com>
Date:   Wed Sep 16 14:37:16 2009 -0400

    A basic test to assure that networking tapset is building ok
    
    This is a basic script to assure that the network devices tapset
    is building (-p4) properly.
    
    This script is basically a copy of another netdev example that is
    located on testsuite/systemtap.examples/network/netdev.stp
    
    Signed-off-by: Josh Stone <jistone@redhat.com>

commit 53e5699fe863f0a122c73782b4465296e3adc131
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Sep 16 14:17:10 2009 -0700

    Add meta for the netdev example & regenerate indexes

commit 3bdb66294bfbe8c388cb6dea5e8f2a55971cb92b
Author: Breno Leitao <leitao@linux.vnet.ibm.com>
Date:   Wed Sep 16 14:37:17 2009 -0400

    A network device example
    
    Add a example that cover the network device tapset. This example
    just add simple probes and display what is going one with all
    the network devices.
    
    Signed-off-by: Josh Stone <jistone@redhat.com>

commit cd8a0489f48f50eb0e1b7fa2f5289670cc26caa3
Author: Breno Leitao <leitao@linux.vnet.ibm.com>
Date:   Wed Sep 16 14:37:15 2009 -0400

    Adding a some new probes to the networking.stp tapset
    
    A tapset that helps those who are working with network devices.
    These new fnctions try to cover almost all functions related to
    these network devices.
    
    Signed-off-by: Josh Stone <jistone@redhat.com>

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

Summary of changes:
 doc/SystemTap_Tapset_Reference/tapsets.tmpl        |    4 +-
 doc/langref.tex                                    |  111 ++++++++++++
 initscript/systemtap.in                            |   12 +-
 man/stapprobes.netdev.3stap.in                     |    2 +-
 man/stapprobes.snmp.3stap.in                       |    2 +-
 tapset/context-symbols.stp                         |    6 +-
 tapset/context-unwind.stp                          |    2 +-
 tapset/context.stp                                 |   33 ++--
 tapset/networking.stp                              |  183 +++++++++++++++++++-
 tapset/signal.stp                                  |    4 +-
 tapset/socket.stp                                  |    2 +-
 tapset/ucontext-symbols.stp                        |    6 +-
 testsuite/buildok/netdev.stp                       |   47 +++++
 testsuite/buildok/networking.stp                   |    2 +-
 testsuite/systemtap.examples/general/badname.meta  |   13 ++
 testsuite/systemtap.examples/general/badname.stp   |   28 +++
 testsuite/systemtap.examples/index.html            |   28 ++--
 testsuite/systemtap.examples/index.txt             |   40 +++--
 testsuite/systemtap.examples/io/ioblktime.meta     |    2 +-
 testsuite/systemtap.examples/io/iostat-scsi.meta   |    2 +-
 testsuite/systemtap.examples/io/iotime.meta        |    2 +-
 testsuite/systemtap.examples/keyword-index.html    |   66 +++++---
 testsuite/systemtap.examples/keyword-index.txt     |   85 +++++++---
 testsuite/systemtap.examples/memory/mmreclaim.meta |    2 +-
 .../systemtap.examples/memory/mmwriteback.meta     |    2 +-
 .../systemtap.examples/memory/numa_faults.meta     |    2 +-
 testsuite/systemtap.examples/memory/pfaults.meta   |    2 +-
 testsuite/systemtap.examples/network/netdev.meta   |   13 ++
 testsuite/systemtap.examples/network/netdev.stp    |   58 ++++++
 testsuite/systemtap.examples/process/sigkill.meta  |    2 +-
 .../systemtap.examples/process/sleeptime.meta      |    2 +-
 .../process/syscalls_by_proc.meta                  |    2 +-
 .../systemtap.examples/process/wait4time.meta      |    2 +-
 33 files changed, 650 insertions(+), 119 deletions(-)
 create mode 100755 testsuite/buildok/netdev.stp
 create mode 100644 testsuite/systemtap.examples/general/badname.meta
 create mode 100755 testsuite/systemtap.examples/general/badname.stp
 create mode 100644 testsuite/systemtap.examples/network/netdev.meta
 create mode 100755 testsuite/systemtap.examples/network/netdev.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]