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-349-g355deac


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  355deac3af614ad19cafb0b78090f894ace494de (commit)
      from  8245b2038995cefa4b2344c49043a1f50f4194e3 (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 355deac3af614ad19cafb0b78090f894ace494de
Author: David Smith <dsmith@redhat.com>
Date:   Tue Dec 7 10:38:46 2010 -0600

    Fixed 11794 by replacing returnstr() calls with return_str() when possible.
    
    * tapset/errno.stp (returnstr): Updated documentation comment to note that
      this function should only be used in dwarfless probes.  Renamed
      'returnp' argument to 'format'.
      (return_str): Added documentation comment.
    * tapset/aux_syscalls.stp: Replaced returnstr() function calls with
      return_str() function calls.
    * tapset/i386/syscalls.stp: Ditto.
    * tapset/ia64/syscalls.stp: Ditto.
    * tapset/powerpc/syscalls.stp: Ditto.
    * tapset/rpc.stp: Ditto.
    * tapset/s390/syscalls.stp: Ditto.
    * tapset/signal.stp: Ditto.
    * tapset/syscalls.stp: Ditto.
    * tapset/syscalls2.stp: Ditto.
    * tapset/x86_64/syscalls.stp: Ditto.

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

Summary of changes:
 tapset/aux_syscalls.stp     |    2 +-
 tapset/errno.stp            |   36 ++++-
 tapset/i386/syscalls.stp    |   18 +-
 tapset/ia64/syscalls.stp    |    8 +-
 tapset/powerpc/syscalls.stp |   64 ++++----
 tapset/rpc.stp              |   26 ++--
 tapset/s390/syscalls.stp    |   16 +-
 tapset/signal.stp           |   18 +-
 tapset/syscalls.stp         |  308 +++++++++++++++++++-------------------
 tapset/syscalls2.stp        |  352 +++++++++++++++++++++---------------------
 tapset/x86_64/syscalls.stp  |   18 +-
 11 files changed, 442 insertions(+), 424 deletions(-)


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]