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.3-267-g47606e7


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  47606e7e7dd43966d96f5b185d2a4de8c266ebe7 (commit)
      from  055e3b408aefb37a44c336af306f22c356fe321a (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 47606e7e7dd43966d96f5b185d2a4de8c266ebe7
Author: David Smith <dsmith@redhat.com>
Date:   Thu Nov 4 16:30:09 2010 -0500

    Updated memory.stp, rpc.stp, task.stp, and vfs.stp for 2.6.36.
    
    * tapset/memory.stp (vm.oom_kill): Added oom_kill_process().
    * tapset/rpc.stp (sunrpc.clnt.call_sync): Updated for 2.6.36.
      (sunrpc.clnt.call_async): Ditto.
    * tapset/task.stp (task_gid): Updated for 2.6.36 by defining and using
      task_gid().
      (task_egid): Updated for 2.6.36 by defining and using task_egid().
    * tapset/vfs.stp (_vfs.block_prepare_write): Update for 2.6.36 by using
      __block_write_begin() as an alternative to __block_prepare_write().
      (_vfs.block_write_begin): Updated for 2.6.36.

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

Summary of changes:
 tapset/memory.stp |    3 +-
 tapset/rpc.stp    |   14 +++++++-----
 tapset/task.stp   |   22 +++++++++-----------
 tapset/vfs.stp    |   57 +++++++++++++++++++++++++++++++++++++---------------
 4 files changed, 60 insertions(+), 36 deletions(-)


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]