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-29-g89e2abb


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  89e2abb12703bdab887b4c8e50156fa5898aeb10 (commit)
      from  9fe3e54ab1225a382355661fbe5b1e3ee12b6828 (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 89e2abb12703bdab887b4c8e50156fa5898aeb10
Author: David Smith <dsmith@redhat.com>
Date:   Fri Jul 30 14:51:54 2010 -0500

    nd_syscalls.stp/nd_syscalls2.stp fixups and deprecations. Added testcases.
    
    * tapset/nd_syscalls.stp (nd_syscall.accept): Added a pending deprecation
      of 'flag_str'.  Added 'flags_str'.
      (nd_syscall.dup): Added a pending deprecation of 'old_fd'.  Added
      'oldfd'.
      (nd_syscall.fadvise64): At some point, x86_64 kernels couldn't find
      dwarf parameters.  But, the nd_syscall tapset doesn't care about dwarf
      parameters, so delete the special x86_64 version.
      (nd_syscall.fadvise64_64): Ditto.
      (nd_syscall.fgetxattr): Added pending deprecation of 'name2' and added
      'name_str'.
      (nd_syscall.fremovexattr): Ditto.
      (nd_syscall.fsetxattr): Ditto.
      (nd_syscall.getxattr): Ditto.
      (nd_syscall.lremovexattr): Ditto.
      (nd_syscall.compat_sys_msgctl): Add convenience variables to match
      non-'compat' probe.
      (nd_syscall.compat_sys_msgrcv): Ditto.
      (nd_syscall.compat_sys_msgsnd): Ditto.
    * tapset/nd_syscalls2.stp (nd_syscall.pipe): Added convenience variables
      to match 'syscall' probe alias.
      (nd_syscall.compat_sys_recvmsg): Ditto.
      (nd_syscall.signalfd): Ditto.
      (nd_syscall.ustat32): Ditto.
      (nd_syscall.compat_pselect7a): Started a pending deprecation of
      incorrect 'syscall.compat_pselect7a' probe alias name.  Correct name is
      'syscall.compat_pselect7'.
      (nd_syscall.sched_setaffinity): Removed special x86_64 version.
      (nd_syscall.compat_sys_semctl):  Make sure it supports the same
      variables as the non-compat probe.
      (nd_syscall.compat_sys_sendmsg): Ditto.
      (nd_syscall.compat_signalfd): Ditto.
    * testsuite/buildok/nd_syscalls-all-probes.stp: New testcase.
    * testsuite/buildok/nd_syscalls-detailed.stp: Ditto.
    * testsuite/buildok/nd_syscalls2-detailed.stp: Ditto.
    * testsuite/lib/stap_buildok.exp (buildok_known_failures): KFail the
      tests that use nd_syscalls probes on ia64 (PR6971).
    * NEWS: Mentioned pending deprecations.
    * stap.1: Ditto.

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

Summary of changes:
 NEWS                                               |   19 +
 stap.1                                             |   16 +-
 tapset/nd_syscalls.stp                             |  132 +++--
 tapset/nd_syscalls2.stp                            |   58 ++-
 testsuite/buildok/nd_syscalls-all-probes.stp       |   11 +
 ...calls-detailed.stp => nd_syscalls-detailed.stp} |  552 +++++++++---------
 ...lls2-detailed.stp => nd_syscalls2-detailed.stp} |  583 ++++++++++----------
 testsuite/lib/stap_buildok.exp                     |    7 +
 8 files changed, 734 insertions(+), 644 deletions(-)
 create mode 100755 testsuite/buildok/nd_syscalls-all-probes.stp
 copy testsuite/buildok/{syscalls-detailed.stp => nd_syscalls-detailed.stp} (64%)
 copy testsuite/buildok/{syscalls2-detailed.stp => nd_syscalls2-detailed.stp} (60%)


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]