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.0-81-g0670efc


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  0670efc6debceea57084547976c229335cc0e2fd (commit)
       via  eb5363b8f07d51caeb263c6a686c9a2556aa4c05 (commit)
      from  e34d5d1388d3c7817313685e3f7424ffc158474f (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 0670efc6debceea57084547976c229335cc0e2fd
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Oct 9 23:23:12 2009 +0200

    Add task_time tapset, functions to query time resource usage of current task.
    
    * tapset/task_time.stp: New tapset.
    * testsuite/buildok/task_test.stp: Add new task_time functions.
    * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add new section on
      Task Time Tapset. Include tapset/task_time.stp.

commit eb5363b8f07d51caeb263c6a686c9a2556aa4c05
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Oct 9 14:31:18 2009 +0200

    tapset/proc_mem.stp: Document function parameters.

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

Summary of changes:
 doc/SystemTap_Tapset_Reference/tapsets.tmpl |   10 +++
 tapset/proc_mem.stp                         |    2 +
 tapset/task_time.stp                        |  101 +++++++++++++++++++++++++++
 testsuite/buildok/task_test.stp             |    8 ++
 4 files changed, 121 insertions(+), 0 deletions(-)
 create mode 100644 tapset/task_time.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]