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-270-g669853f


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  669853f7085b03430f68365a0c73f52706f0fd0d (commit)
      from  f95a9329791d91e9a07c8c590a85e880221b944f (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 669853f7085b03430f68365a0c73f52706f0fd0d
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Jun 14 10:44:10 2010 -0700

    Banish the SyScall
    
    We don't need to deal with the SYSCALL_WRAPPERS-generated SyS_foo,
    because since the dawn of that feature they have also provided a normal
    sys_foo alias.  So as long as alias tracking is working, both in our
    translator and in kallsyms for kprobe.function, we can be blissfully
    ignorant.
    
    http://sourceware.org/ml/systemtap/2010-q2/msg00551.html

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

Summary of changes:
 tapset/nd_syscalls.stp                |  649 ++++++++++----------------------
 tapset/nd_syscalls2.stp               |  671 ++++++++++----------------------
 tapset/s390/nd_syscalls.stp           |    6 +-
 tapset/s390/syscalls.stp              |    6 +-
 tapset/syscalls.stp                   |  667 ++++++++++-----------------------
 tapset/syscalls2.stp                  |  675 ++++++++++-----------------------
 testsuite/semok/defined_list_vars.stp |    3 +-
 7 files changed, 809 insertions(+), 1868 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]