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-44-g0d89793


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  0d8979326b672bfb7570ea76d598a7c23f3b81f5 (commit)
      from  49e1b0a11e3337ef37152eefc0f119c76cb91ff3 (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 0d8979326b672bfb7570ea76d598a7c23f3b81f5
Author: Mark Wielaard <mjw@redhat.com>
Date:   Mon Aug 1 16:00:05 2011 +0200

    Probe context data field is only used for procfs. Rename to procfs_data.
    
    itrace and mark probes would also scribble (useless) data into this
    context field, without ever using it, for no apparent reason, except
    that they had "data" around. Renamed the field to procfs_data to make
    clear it has a specific purpose.
    
    Also add documentation for remaining undocumented common_probe_context fields.

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

Summary of changes:
 runtime/common_probe_context.h |   25 +++++++++++++++++++++++--
 tapset-itrace.cxx              |    1 -
 tapset-mark.cxx                |    1 -
 tapset-procfs.cxx              |   14 +++++++-------
 4 files changed, 30 insertions(+), 11 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]