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.7-103-g4550733


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  4550733ebf24fb067f9a2350e0ab86d44fea932e (commit)
      from  2ae0d25c4181d2d7e89690013f935ad27e071457 (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 4550733ebf24fb067f9a2350e0ab86d44fea932e
Author: David Smith <dsmith@redhat.com>
Date:   Wed Aug 20 15:05:57 2008 -0500

    Supports original and new utrace interfaces.
    2008-08-20  David Smith  <dsmith@redhat.com>
    
            * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
            Supports original and new utrace interfaces.
            (utrace_derived_probe_group::emit_module_decls): Ditto.
    
    2008-08-20  David Smith  <dsmith@redhat.com>
    
            * task_finder.c: Supports original and new utrace interfaces.
            * utrace_compatibility.h (utrace_attach_task): Compatibility layer
            for original utrace interface.

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

Summary of changes:
 ChangeLog                      |    6 ++
 runtime/ChangeLog              |    4 +
 runtime/task_finder.c          |  151 ++++++++++++++++++++++++++++++++--------
 runtime/utrace_compatibility.h |   57 +++++++++++++++
 tapsets.cxx                    |   39 ++++++++---
 5 files changed, 217 insertions(+), 40 deletions(-)
 create mode 100644 runtime/utrace_compatibility.h


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]