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-521-g9956de5


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  9956de58c7fddfc8a856bf26f51beb10b320f261 (commit)
      from  f677e0b81a6f8a3ea2060ed794a9336f73ca13f3 (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 9956de58c7fddfc8a856bf26f51beb10b320f261
Author: Mark Wielaard <mjw@redhat.com>
Date:   Wed Nov 30 14:02:27 2011 +0100

    nd_syscalls.stp: Probe sys_accept4 for kernel 2.6.28+.
    
    Since 2.6.28 sys_accept is chained through sys_accept4. Probe
    sys_accept4 only for newer kernels to not miss some accept
    syscalls. Don't probe both or we will get double hits.

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

Summary of changes:
 tapset/nd_syscalls.stp |    8 ++++++++
 1 files changed, 8 insertions(+), 0 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]