public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: dcnomura@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-26-ga96d1db
Date: Tue, 29 Jul 2008 15:32:00 -0000	[thread overview]
Message-ID: <20080729153240.10207.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2008-07-29 15:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080729153240.10207.qmail@sourceware.org \
    --to=dcnomura@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).