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.5-147-g0f2c852


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  0f2c85234527a02ca73909169a6750446a5a94f5 (commit)
       via  9afe68eda6c01ca07a4f6010104f524a337d2050 (commit)
      from  466076411bb00af1b2d13423b47ee2835e9b1c97 (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 0f2c85234527a02ca73909169a6750446a5a94f5
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Apr 16 15:20:02 2009 -0700

    Keep up with tracepoint changes in kernel-tip
    
    - Define TRACE_HEADER_MULTI_READ to allow re-pulling headers that were
      already included indirectly elsewhere.
    - Some tracepoint headers were moved down to include/trace/events/,
      so add that to our glob paths.
    - Add ftrace.h as a header that we should never include.

commit 9afe68eda6c01ca07a4f6010104f524a337d2050
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Apr 16 15:07:42 2009 -0700

    Privatize MAX_STACK_DEPTH
    
    The kernel-tip tree also has a MAX_STACK_DEPTH defined in
    perf_counter.h, so we need to separate our definition.  I've changed the
    definition in our unwinder to STP_MAX_STACK_DEPTH.

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

Summary of changes:
 buildrun.cxx            |   24 +++++++++++++++++++-----
 runtime/unwind.c        |    2 +-
 runtime/unwind/unwind.h |    4 ++--
 3 files changed, 22 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]