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-19-gd1eef01


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  d1eef01150ea830f09ef2be6e7c5b40bc0cd1e1a (commit)
      from  41bfa3152acd93e0087f38be27dc0fee12163c46 (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 d1eef01150ea830f09ef2be6e7c5b40bc0cd1e1a
Author: David Smith <dsmith@redhat.com>
Date:   Mon Jul 26 14:19:32 2010 -0500

    Many small tapset/syscalls.stp fixups. Deprecate misnamed vars. Added testcase.
    
    * tapset/syscalls.stp (syscall.add_key): Added a pending deprecation of
      'description_auddr'. Added 'description_uaddr'.
      (syscall.clock_nanosleep): Added 'flags' convenience variable (to go
      along with existing 'flag_str' variable).
      (syscall.compat_clock_nanosleep): Ditto.
      (syscall.fadvise64): At some point, x86_64 kernels couldn't find
      parameters, so a special version of this probe was written for x86_64.
      Now just uses @defined().
      (syscall.fadvise64_64): Ditto.
      (syscall.fremovexattr): Add 'name_str' and fix 'argstr'.
      (syscall.fgetxattr): Added pending deprecation of 'name2' and added
      'name_str'.
      (syscall.fsetxattr): Ditto.
      (syscall.getxattr): Ditto.
      (syscall.lgetxattr): Ditto.
      (syscall.lremovexattr): Ditto.
      (syscall.futex): Use dwarf variable in comparison instead of convenience
      variable (to let convenience variable be optimized away).
      (syscall.compat_futex): Ditto.
      (syscall.compat_sys_msgctl): Add convenience variables to match
      non-'compat' probe.
      (syscall.compat_sys_msgrcv): Ditto.
      (syscall.compat_sys_msgsnd): Ditto.
    * testsuite/buildok/syscalls-detailed.stp: New testcase.
    * NEWS: Mentioned pending variable deprecations.
    * stap.1: Ditto.

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

Summary of changes:
 NEWS                                    |   14 +
 stap.1                                  |   10 +
 tapset/syscalls.stp                     |  114 ++--
 testsuite/buildok/syscalls-detailed.stp | 1383 +++++++++++++++++++++++++++++++
 4 files changed, 1463 insertions(+), 58 deletions(-)
 create mode 100755 testsuite/buildok/syscalls-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]