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-66-gb273669


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  b273669e8976ef038633a3b7a1ab4662e1cdfe3e (commit)
       via  a21ffd53d3064a428d6963f7c088a6970067b294 (commit)
      from  9a6a84f76ef4357be19a0c0e31895274aecdeec6 (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 b273669e8976ef038633a3b7a1ab4662e1cdfe3e
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Aug 5 14:13:21 2011 +0200

    Check for hw_breakpoint context argument.
    
    Kernel commit 4dc0da8 "perf: Add context field to perf_event" added
    a new void *context field to the register_*_hw_breakpoint() functions.
    Detect with a new runtime/autoconf-hw_breakpoint_context.c plus
    STAPCONF_HW_BREAKPOINT_CONTEXT conditional.

commit a21ffd53d3064a428d6963f7c088a6970067b294
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Aug 5 12:42:04 2011 +0200

    context-unwind.stp: More STAPCONF_UPROBE_GET_PC wrapping.

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

Summary of changes:
 buildrun.cxx                             |    2 ++
 runtime/autoconf-hw_breakpoint_context.c |   10 ++++++++++
 tapset/context-unwind.stp                |    2 ++
 tapsets.cxx                              |    4 ++++
 4 files changed, 18 insertions(+), 0 deletions(-)
 create mode 100644 runtime/autoconf-hw_breakpoint_context.c


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]