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.4-212-gaa1d3e0


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  aa1d3e0aaf021b45f12b79f09d24e3935c54829c (commit)
      from  8de8b7accdb8674859ec580ba86917bbcedd5385 (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 aa1d3e0aaf021b45f12b79f09d24e3935c54829c
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Wed Mar 30 19:59:44 2011 +0200

    Decode ptrace.
    http://sourceware.org/bugzilla/show_bug.cgi?id=12500
    
    	* tapset/aux_syscalls.stp (_ptrace_options_str, _ptrace_argstr)
    	(_ptrace_return_geteventmsg_data): New functions.
    	* tapset/i386/aux_syscalls.stp: New file.
    	* tapset/ia64/aux_syscalls.stp: New file.
    	* tapset/nd_syscalls2.stp (nd_syscall.ptrace): Set argstr using
    	_ptrace_argstr.
    	(nd_syscall.ptrace.return): Set geteventmsg_data and arch_prctl_addr.
    	* tapset/powerpc/aux_syscalls.stp: New file.
    	* tapset/s390/aux_syscalls.stp: New file.
    	* tapset/syscalls2.stp (syscall.ptrace): Set argstr using
    	_ptrace_argstr.
    	(syscall.ptrace.return): Set geteventmsg_data and arch_prctl_addr.
    	* tapset/x86_64/aux_syscalls.stp: New file.
    	* testsuite/buildok/aux_syscalls-embedded.stp (begin): Call
    	_ptrace_argstr, _ptrace_return_geteventmsg_data and
    	_ptrace_return_arch_prctl_addr.

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

Summary of changes:
 tapset/aux_syscalls.stp                     |  105 +++++++++++++++++++++++++++
 tapset/i386/aux_syscalls.stp                |   47 ++++++++++++
 tapset/ia64/aux_syscalls.stp                |   25 +++++++
 tapset/nd_syscalls2.stp                     |    6 ++-
 tapset/powerpc/aux_syscalls.stp             |   98 +++++++++++++++++++++++++
 tapset/s390/aux_syscalls.stp                |   36 +++++++++
 tapset/syscalls2.stp                        |    6 ++-
 tapset/x86_64/aux_syscalls.stp              |   70 ++++++++++++++++++
 testsuite/buildok/aux_syscalls-embedded.stp |    5 ++
 9 files changed, 396 insertions(+), 2 deletions(-)
 create mode 100644 tapset/i386/aux_syscalls.stp
 create mode 100644 tapset/ia64/aux_syscalls.stp
 create mode 100644 tapset/powerpc/aux_syscalls.stp
 create mode 100644 tapset/s390/aux_syscalls.stp
 create mode 100644 tapset/x86_64/aux_syscalls.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]