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-113-g52356a2


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  52356a26e1825acbd9146337ffdbed9b0e173f2b (commit)
      from  18ac9f367a2e63335dfbdc8f5e8a97de4e40dbe4 (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 52356a26e1825acbd9146337ffdbed9b0e173f2b
Author: Mark Wielaard <mjw@redhat.com>
Date:   Thu Apr 9 18:20:32 2009 +0200

    Make simple probes work even without KPROBES in the kernel.
    
    Without KPROBES very little works atm. But stack.c file is unconditionally
    imported, while these two functions are only used through context-unwind.stp.
    This at least lets us do simple sanity checks on "plain" kernels.
    
    * runtime/stack.c (_stp_stack_print, _stp_stack_snprint):
      Wrap in #if defined (CONFIG_KPROBES).

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

Summary of changes:
 runtime/stack.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 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]