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-43-g8c5905d


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  8c5905d0b6c8206c5ed971a637077aa8ef5c1b02 (commit)
      from  cd1db1dd034141535648a66d9896db6c5e74dd9e (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 8c5905d0b6c8206c5ed971a637077aa8ef5c1b02
Author: Tim Moore <timoore@redhat.com>
Date:   Wed Mar 4 11:56:45 2009 +0100

    stap autoconf test for kernel stack trace support
    
    	* buildrun.cxx (compile_pass): Add autoconf line for stack trace
    	test, which defines STAPCONF_KERNEL_STACKTRACE.
    	* runtime/autoconf-save-stack-trace.c: New file.
    	* runtime/stack.c : Use STAPCONF_KERNEL_STACKTRACE instead of
    	tests for kernel configuration and versions.
    	* runtime/stack-i386.c : ditto
    	* runtime/stack-x86_64.c : ditto

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

Summary of changes:
 buildrun.cxx                        |    2 ++
 runtime/autoconf-save-stack-trace.c |   22 ++++++++++++++++++++++
 runtime/stack-i386.c                |    2 +-
 runtime/stack-x86_64.c              |    2 +-
 runtime/stack.c                     |    7 +++----
 5 files changed, 29 insertions(+), 6 deletions(-)
 create mode 100644 runtime/autoconf-save-stack-trace.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]