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.2-497-gc9a46af


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  c9a46af8b8ffd27b681fefe2f44791932159a3e5 (commit)
      from  48f49c3839da47ac75a3a01575c0db08887823de (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 c9a46af8b8ffd27b681fefe2f44791932159a3e5
Author: David Smith <dsmith@redhat.com>
Date:   Mon Jul 19 16:19:49 2010 -0500

    Many small tapset/syscalls2.stp fixups.  Added testcase.
    
    * tapset/syscalls2.stp (syscall.compat_sys_recvmsg): Make sure it supports
      the same variables as the non-compat probe.
      (syscall.compat_sys_semctl): Ditto.
      (syscall.compat_sys_sendmsg): Ditto.
      (syscall.sched_setaffinity): At some point, x86_64 kernels couldn't
      find $len, so a special version of this probe was written for it.  Now
      just uses @defined().
      (syscall.compat_signalfd): Prefers compat_sys_signalfd4 over
      compat_sys_signalfd.
      (syscall.ustat32): Merged the 2 probes into 1.
    * testsuite/buildok/syscalls2-detailed.stp: New testcase.

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

Summary of changes:
 tapset/syscalls2.stp                     |   66 +-
 testsuite/buildok/syscalls2-detailed.stp | 1402 ++++++++++++++++++++++++++++++
 2 files changed, 1438 insertions(+), 30 deletions(-)
 create mode 100755 testsuite/buildok/syscalls2-detailed.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]