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-1.3-124-g40fe32e


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  40fe32e02cb8ed428d5a0e35b496445cce0de8e8 (commit)
      from  c57ea85430e100f9d88cd41913b618dc7ded08dd (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 40fe32e02cb8ed428d5a0e35b496445cce0de8e8
Author: Stan Cox <scox@redhat.com>
Date:   Tue Sep 14 12:22:54 2010 -0400

    Add translator support for the forthcoming v3 sdt.h.
    
    * sdt.h (stap_sdt_probe_type): Add uprobe3_type.
    
    * tapsets.cxx (sdt_uprobe_var_expanding_visitor::visit_target_symbol):
    Support <precision>@
    (struct sdt_query): Add base, have_debuginfo_uprobe, have_debuginfoless_uprobe.
    (handle_query_module): Handle v3 sdt.h which has probes in note sections.
    (setup_note_probe_entry_callback): New.
    (setup_note_probe_entry): New.

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

Summary of changes:
 includes/sys/sdt.h                    |    4 +-
 tapsets.cxx                           |  188 +++++++++++++++++++++++++++++----
 testsuite/systemtap.apps/postgres.exp |    2 +-
 3 files changed, 170 insertions(+), 24 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]