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.9.9-339-g6846cfc


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  6846cfc8a5cdb24fccb19037b27a180d2300ee09 (commit)
      from  9f7d5236c8fb1fd84636656416e1dad531e9586d (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 6846cfc8a5cdb24fccb19037b27a180d2300ee09
Author: Stan Cox <scox@redhat.com>
Date:   Wed Sep 16 21:05:00 2009 -0400

    * sdt.h (STAP_SEMAPHORE): New.  Add guard to utrace probe points.
    * itrace.h (__access_process_vm): Moved from here...
    * runtime/access_process_vm.h: New.  ...to here.
    * translate.cxx (translate_pass): Include access_process_vm.h
    * session.h (sdt_semaphore_addr): New.
    * tapsets.cxx (sdt_query::record_semaphore): New.  Record sdt_semaphore_addr.
    (uprobe_derived_probe_group::emit_module_decls): Allow for uprobe guard variable to be set and unset.
    (uprobe_derived_probe_group::emit_module_decls): Likewise.
    (uprobe_derived_probe_group::emit_module_exit): Likewise.
    * tapset-utrace.cxx (utrace_derived_probe_group::emit_probe_decl): Likewise.
    (utrace_derived_probe_group::emit_module_decls): Likewise.
    (utrace_derived_probe_group::emit_module_exit): Likewise.

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

Summary of changes:
 includes/sys/sdt.h                    |   36 ++++++++++++--
 runtime/access_process_vm.h           |   54 ++++++++++++++++++++
 runtime/itrace.c                      |   56 +--------------------
 session.h                             |    4 ++
 tapset-utrace.cxx                     |   46 +++++++++++++++++
 tapsets.cxx                           |   86 +++++++++++++++++++++++++++++++--
 testsuite/systemtap.base/sdt_misc.exp |   25 +++++-----
 translate.cxx                         |    1 +
 8 files changed, 233 insertions(+), 75 deletions(-)
 create mode 100644 runtime/access_process_vm.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]