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-66-gdeccd52


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  deccd5236811c2655372e8d1c7fde73b52d13acd (commit)
      from  d0afdcbf6bdab884f27f74e0ceb31f0c04b9203c (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 deccd5236811c2655372e8d1c7fde73b52d13acd
Author: David Smith <dsmith@redhat.com>
Date:   Fri Aug 5 14:27:57 2011 -0500

    Handles kernels where CONFIG_UTRACE isn't defined.
    
    * runtime/task_finder.c: When CONFIG_UTRACE isn't defined, use the new
      task_finder.  Force the new task_finder to be always used.
    * testsuite/lib/systemtap.exp (utrace_p): Updated 'utrace_p' to test for
      tracepoint and an ftrace function.
    * tapsets.cxx (build): Ifdef'ed out check for CONFIG_UTRACE.
    * tapset-utrace.cxx (utrace_derived_probe): Ditto.

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

Summary of changes:
 runtime/task_finder.c       |    7 +++++++
 tapset-utrace.cxx           |    3 +++
 tapsets.cxx                 |    4 ++++
 testsuite/lib/systemtap.exp |    6 +++---
 4 files changed, 17 insertions(+), 3 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]