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.3-51-gb149489


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  b149489c39791ab3e8d1d218607579992d1bf0b7 (commit)
      from  54c2bb84a5cb7ecd2606dd617c46474b9a0a4cd4 (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 b149489c39791ab3e8d1d218607579992d1bf0b7
Author: David Smith <dsmith@redhat.com>
Date:   Tue Aug 17 15:47:51 2010 -0500

    Made arch-specific syscalls probe fixups and deprecations.  New testcase.
    
    * tapset/i386/syscalls.stp (syscall.sigaltstack): Deprecated 'ussp'
      variable in favor of 'uss_uaddr' (to match other arches).
    * tapset/ia64/syscalls.stp(syscall.sigaltstack): Deprecated the
      'ss_uaddr'/'oss_uaddr' variables in favor of the
      'uss_uaddr'/'uoss_uaddr' variables (to match other arches).
    * tapset/powerpc/syscalls.stp (syscall.sysctl32): Deprecated old probe
      name 'syscall.compat_sysctl'.
      (syscall.sysctl32.return): Deprecated old probe name
      'syscall.compat_sysctl.return'.
      (syscall.sigaltstack): Added probe.
      (syscall.sigaltstack.return): Ditto.
      (syscall.sys32_sigaltstack): Added the kernel function
      'compat_sys_sigaltstack' for newer kernels.
    * tapset/s390/syscalls.stp (syscall.getresgid16): Added convenience
      variables to match 'syscall.getresgid'.
      (syscall.getresuid16): Added convenience variables to match
      'syscall.getresuid'.
      (syscall.mmap): Added convienece variables to match other arches.
      (syscall.mmap2): Ditto.
      (syscall.sigaltstack): Added probe.
      (syscall.sigaltstack.return): Ditto.
      (syscall.sys32_sigaltstack): Ditto.
      (syscall.sys32_sigaltstack.return): Ditto.
    * tapset/x86_64/syscalls.stp (syscall.sigaltstack): Deprecated the
      'regs_uaddr' variable in favor of 'regs' (since the address isn't a user
      address).
      (syscall.mmap32): Added convenience variables to match 'syscall.mmap'.
      (syscall.pipe32): Added convenience variables to match 'syscall.pipe'.
    * testsuite/buildok/testsuite/buildok/syscalls-arch-detailed.stp: New
      testcase.
    * tapset/aux_syscalls.stp (__ulong): New function.
    * testsuite/buildok/aux_syscalls-embedded.stp: Added __ulong() test.
    * NEWS: Mentioned pending deprecations.
    * stap.1: Ditto.

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

Summary of changes:
 NEWS                                         |    9 +
 stap.1                                       |   13 +
 tapset/aux_syscalls.stp                      |    4 +
 tapset/i386/syscalls.stp                     |   22 +-
 tapset/ia64/syscalls.stp                     |    5 +
 tapset/powerpc/syscalls.stp                  |   48 ++-
 tapset/s390/syscalls.stp                     |   93 ++++-
 tapset/x86_64/syscalls.stp                   |   14 +-
 testsuite/buildok/aux_syscalls-embedded.stp  |    1 +
 testsuite/buildok/syscalls-arch-detailed.stp |  539 ++++++++++++++++++++++++++
 10 files changed, 734 insertions(+), 14 deletions(-)
 create mode 100755 testsuite/buildok/syscalls-arch-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]