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-69-g2f3df33


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  2f3df331427ee64497f19c986e801112aa16dee6 (commit)
       via  11156c61be719d8c9b4ab613fb18d797e15f0874 (commit)
      from  4310926e04586e0e5b5caf376bed389e704520fc (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 2f3df331427ee64497f19c986e801112aa16dee6
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Aug 7 15:44:58 2011 +0200

    Add NULL context when creating perf event counter, remove nmi from handler.
    
    More fallout of kernel commit 4dc0da "perf: Add context field to perf_event"
    and commit a8b0ca "perf: Remove the nmi parameter from the swevent and
    verflow interface". And new autoconf checks for both.

commit 11156c61be719d8c9b4ab613fb18d797e15f0874
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Aug 7 14:38:28 2011 +0200

    proc_mem.stp: Always use atomic counters with kernel 3.1 or higher.
    
    Kernel commit 172703 "mm: delete non-atomic mm counter implementation"
    did away with the non-atomic variant of mm_struct rss_stat->count[member].

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

Summary of changes:
 buildrun.cxx                         |    4 ++++
 runtime/perf.c                       |    8 ++++++--
 runtime/perf_event_counter_context.c |   12 ++++++++++++
 runtime/perf_probe_handler_nmi.c     |    9 +++++++++
 tapset-perfmon.cxx                   |   24 ++++++++++++++++++++----
 tapset/proc_mem.stp                  |    4 ++--
 6 files changed, 53 insertions(+), 8 deletions(-)
 create mode 100644 runtime/perf_event_counter_context.c
 create mode 100644 runtime/perf_probe_handler_nmi.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]