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.6-42-gdc575ea


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  dc575eac0922d9c1d3e4acb137a0d6fff0925736 (commit)
      from  6b755cffb0d819bf8f5e0ad8341888b060bbe34d (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 dc575eac0922d9c1d3e4acb137a0d6fff0925736
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Aug 1 12:39:36 2011 +0200

    Only add probe_name to the common probe context when really needed.
    
    Guard probe_name with STP_NEED_PROBE_NAME. It is only needed when we include
    the pn() tapset function. All this needed was moving the STP_NEED_PROBE_NAME
    define from the tapset function to a top-level embedded C block (which are
    included early, unlike the tapset functions themselves).
    
    Also document common_probe_context.h busy, probe_point and probe_name fields.

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

Summary of changes:
 runtime/common_probe_context.h |   20 +++++++++++++++++++-
 tapset/pn.stp                  |   11 ++++++-----
 tapsets.cxx                    |    4 ++--
 3 files changed, 27 insertions(+), 8 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]