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.2-21-g1713a05


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  1713a05f2afa6df663a7fd3552849759a7d3ff48 (commit)
      from  eda8b449152cf0f864d2cd250fb2b7a2945bc996 (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 1713a05f2afa6df663a7fd3552849759a7d3ff48
Author: David Smith <dsmith@redhat.com>
Date:   Tue Mar 30 15:53:51 2010 -0500

    PR 9871 (partial) fix.  Removed some embedded-C in ioblock.stp/vfs.stp.
    
    * tapset/dev.stp: Added a bdevname() script function.
    * tapset/ioblock.stp: Rewrote the embedded-C devname function to just use
      bdevname() script function.
    * tapset/vfs.stp: Removed embedded-C __bdevname() C function.  Calls
      bdevname() script function instead.
    * tapset/string.stp: Added isdigit() function.

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

Summary of changes:
 tapset/dev.stp     |   26 ++++++++++++++++++++++++--
 tapset/ioblock.stp |   15 +++------------
 tapset/string.stp  |   14 ++++++++++++++
 tapset/vfs.stp     |   16 +---------------
 4 files changed, 42 insertions(+), 29 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]