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, dsmith/task_finder2, updated. release-1.6-33-gea5e844


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, dsmith/task_finder2 has been updated
       via  ea5e844ee6b3031c2b430e42e687ab00e6635dbd (commit)
      from  f33510de4782d31cf07530b83f968090607540d2 (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 ea5e844ee6b3031c2b430e42e687ab00e6635dbd
Author: David Smith <dsmith@redhat.com>
Date:   Wed Aug 3 14:23:04 2011 -0500

    Semi-working task_finder.
    
    * runtime/stp_utrace.c: Major revision.  Uses kprobe for exec, since there
      is no exec tracepoint.
    * runtime/stp_utrace.h: Updated.
    * runtime/task_finder2.c: Updated.  Exec kprobe handler causing problems,
      since a kprobe handler can't take a lock, allocate memory, etc.

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

Summary of changes:
 runtime/stp_utrace.c   | 1505 +++++++++++++++++++++++++++++++++++++++++-------
 runtime/stp_utrace.h   |   11 +-
 runtime/task_finder2.c |   74 ++--
 3 files changed, 1349 insertions(+), 241 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]