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-503-g75de0a1


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  75de0a1f306ecedfe992b9b3ad8b8f2f76d8d24a (commit)
       via  58b06a43d003a1e658b184d5ef577d44d824263e (commit)
      from  c74bc9e5e177f947cdac9788d0272fa4d66780b9 (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 75de0a1f306ecedfe992b9b3ad8b8f2f76d8d24a
Merge: 58b06a43d003a1e658b184d5ef577d44d824263e c74bc9e5e177f947cdac9788d0272fa4d66780b9
Author: Tim Moore <timoore@redhat.com>
Date:   Wed Jan 13 19:38:47 2010 +0100

    Merge remote branch 'origin/master'

commit 58b06a43d003a1e658b184d5ef577d44d824263e
Author: Tim Moore <timoore@redhat.com>
Date:   Wed Jan 13 19:37:51 2010 +0100

    map through uretprobe trampoline in an arbitrary task
    
    * runtime/uprobes2/uprobes.c (uprobe_get_pc_task): new function
      (lookup_uretprobe): new helper function
      (uprobe_get_pc): use it
    * runtime/uprobes2/uprobes.h (uprobe_get_pc_task): declare
    * runtime/uprobes/uprobes.c : ditto
    * runtime/uprobes/uprobes.h : ditto

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

Summary of changes:
 runtime/uprobes/uprobes.c  |   68 ++++++++++++++++++++++++++++++++-----------
 runtime/uprobes/uprobes.h  |    6 ++++
 runtime/uprobes2/uprobes.c |   69 ++++++++++++++++++++++++++++++++-----------
 runtime/uprobes2/uprobes.h |    6 ++++
 4 files changed, 114 insertions(+), 35 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]