From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4779 invoked by alias); 30 Mar 2011 18:00:05 -0000 Received: (qmail 4576 invoked by uid 9674); 30 Mar 2011 18:00:01 -0000 Date: Wed, 30 Mar 2011 18:00:00 -0000 Message-ID: <20110330180001.4552.qmail@sourceware.org> From: jkratoch@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-212-gaa1d3e0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8de8b7accdb8674859ec580ba86917bbcedd5385 X-Git-Newrev: aa1d3e0aaf021b45f12b79f09d24e3935c54829c Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q1/txt/msg00201.txt.bz2 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 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