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-26-ga96d1db


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  a96d1db083ba958e4da2a212dd044c52d001511a (commit)
      from  b1af668d224b0673f27f991a77455d6e0ecb6891 (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 a96d1db083ba958e4da2a212dd044c52d001511a
Author: dcn <dcn@vervainp2.rchland.ibm.com>
Date:   Tue Jul 29 06:32:54 2008 -0500

    session.h (struct systemtap_session): Added itrace_derived_probe
    group.
    elaborate.cxx (systemtap_session::systemtap_session): Added
    initialization of itrace_derived_probes.
    tapsets.cxx (struct itrace_derived_probe): Add derived_probe
    struct for holding info needed by itrace probes.
    (struct itrace_derived_probe_group): New derived_probe_group
    to handle itrace probes.
    (itrace_derived_probe::itrace_derived_probe): Needed for use with
    task_finder.
    (itrace_derived_probe_group::join_group): Ditto.
    (itrace_derived_probe_group::enroll): Ditto.
    (itrace_derived_probe_group::emit_probe_decl): Ditto.
    (itrace_derived_probe_group::emit_module_decls): Ditto.
    (itrace_derived_probe_group::emit_module_init): Ditto.
    (itrace_derived_probe_group::emit_module_exit): Ditto.
    stapprobes.5.in : Added documentation of itrace probe.

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

Summary of changes:
 ChangeLog                 |   20 ++
 elaborate.cxx             |    1 +
 runtime/itrace.c          |  438 +++++++++++++++++++++++++++++++++++++++++++++
 session.h                 |    2 +
 stapprobes.5.in           |    5 +
 systemtap.base/itrace.exp |  102 +++++++++++
 tapsets.cxx               |  282 +++++++++++++++++++++++++++++
 testsuite/ChangeLog       |    4 +
 8 files changed, 854 insertions(+), 0 deletions(-)
 create mode 100644 runtime/itrace.c
 create mode 100644 systemtap.base/itrace.exp


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]