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-1.6-681-g865c48f


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  865c48f78c7f0a87448ffcb2b384389188a18a74 (commit)
      from  17e446b2e185840081410d44618e7b3329146fcf (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 865c48f78c7f0a87448ffcb2b384389188a18a74
Author: William Cohen <wcohen@redhat.com>
Date:   Tue Jan 24 11:58:39 2012 -0500

    Add the pstrace function to tapset with documentation and example test
    
    The pstrace function generates a string that traces the processes from
    the task_struct passed in back to the ancestor spawned by init(1).
    This allows you to determine what processes are ancestors for a particular
    process.

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

Summary of changes:
 doc/SystemTap_Tapset_Reference/tapsets.tmpl        |    1 +
 tapset/pstrace.stp                                 |   26 ++++++++++++++++++++
 .../systemtap.examples/process/pstrace_exec.meta   |   13 ++++++++++
 .../systemtap.examples/process/pstrace_exec.stp    |   18 +++++++++++++
 4 files changed, 58 insertions(+), 0 deletions(-)
 create mode 100644 tapset/pstrace.stp
 create mode 100644 testsuite/systemtap.examples/process/pstrace_exec.meta
 create mode 100755 testsuite/systemtap.examples/process/pstrace_exec.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]