public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-29-g89e2abb
@ 2010-07-30 19:53 dsmith
  0 siblings, 0 replies; only message in thread
From: dsmith @ 2010-07-30 19:53 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-30 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-30 19:53 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-29-g89e2abb dsmith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).