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-0.9.7-112-ge6f78c1


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  e6f78c1fb041a7bc12d51649384397cd0874c190 (commit)
      from  01a419e428f33d115a72fa8eac1d808825d2cae5 (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 e6f78c1fb041a7bc12d51649384397cd0874c190
Author: Josh Stone <jistone@redhat.com>
Date:   Thu May 14 18:47:33 2009 -0700

    [tracepoints] Print pointer arguments with %p
    
    We know the full type of every tracepoint argument, so for those that
    are pointers, print $$vars/$$parms using "%p".  The integer-type
    arguments continue to use the generic "%#x".

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

Summary of changes:
 tapsets.cxx |    6 +++++-
 1 files changed, 5 insertions(+), 1 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]