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.8-338-gbbc46bf


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  bbc46bf643491173b9086907cf0820b3fd2c1fe3 (commit)
      from  89dd03e34c2f890e9fbb065c74a60036aa480827 (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 bbc46bf643491173b9086907cf0820b3fd2c1fe3
Author: Tim Moore <timoore@redhat.com>
Date:   Mon Feb 2 15:58:53 2009 +0100

    Use kernel stack backtrace support when available
    
    Define new functions that use the kernel support to do a backtrace of other
    tasks than current.

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

Summary of changes:
 runtime/ChangeLog                                  |    9 ++
 runtime/stack-i386.c                               |    2 +
 runtime/stack-x86_64.c                             |    6 ++
 runtime/stack.c                                    |   87 ++++++++++++++++++++
 testsuite/ChangeLog                                |    4 +
 .../systemtap.examples/profiling/latencytap.stp    |    7 +-
 6 files changed, 113 insertions(+), 2 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]