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.0-388-g547a3b4


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  547a3b44141e7c7b6548d130bb37f18a634a50a2 (commit)
       via  471fca5e53a239f7fa4d04b7b6d6f53765a3d598 (commit)
      from  a18a40d0cf1408d5575165ebc4374a1ab4f9fbc0 (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 547a3b44141e7c7b6548d130bb37f18a634a50a2
Merge: 471fca5e53a239f7fa4d04b7b6d6f53765a3d598 a18a40d0cf1408d5575165ebc4374a1ab4f9fbc0
Author: Tim Moore <timoore@redhat.com>
Date:   Fri Dec 18 19:14:25 2009 +0100

    Merge commit 'origin/master'

commit 471fca5e53a239f7fa4d04b7b6d6f53765a3d598
Author: Tim Moore <timoore@redhat.com>
Date:   Fri Dec 18 17:56:24 2009 +0100

    Remove uprobes.h declaration from runtime.h
    
    Turns out that it breaks on kernels that don't have utrace.
    
    * runtime/runtime.h : Don't include uprobes.h
    * runtime/stack.c: Include uprobes.h
    * runtime/stack-i386.c: Check if uprobes is included at all.
    * runtime/stack-x86_64.c: ditto
    * tapsets.cxx (uprobe_derived_probe_group::emit_module_decls): put
      uprobes.h include back in.

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

Summary of changes:
 runtime/runtime.h      |   10 ----------
 runtime/stack-i386.c   |    2 +-
 runtime/stack-x86_64.c |    2 +-
 runtime/stack.c        |   14 ++++++++++++++
 tapsets.cxx            |   10 ++++++++++
 5 files changed, 26 insertions(+), 12 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]