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.0-458-gbbafcb1


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  bbafcb1e9cff0ca06c7b8e615def02183e8a67f1 (commit)
      from  c799f7e71c710566175d57c25ad775ec29e18ad4 (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 bbafcb1e9cff0ca06c7b8e615def02183e8a67f1
Author: Stan Cox <scox@redhat.com>
Date:   Mon Jan 4 16:20:44 2010 -0500

    Purge sdt utrace support.
    
    * sdt.h (UTRACE_SDT): Remove.
    * tapset-utrace.cxx (utrace_derived_probe): Remove has_library and library.
    (utrace_derived_probe_group::emit_probe_decl):  Remove mmap_callback,
    sdt_sem_offset, and sdt_sem_address.
    (utrace_derived_probe_group::emit_module_decls):  Remove sdt_sem_offset and
    sdt_sem_address support.
    * tapsets.cxx (sdt_var_expanding_visitor):  Remove utrace_probe.
    (sdt_query::handle_query_module)  Remove utrace_type.
    (sdt_query::convert_probe):  Likewise.
    * postgres.exp: Remove utrace testing.
    * sdt.exp:  Likewise.
    * sdt_misc.exp:  Likewise.

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

Summary of changes:
 includes/sys/sdt.h                    |    9 +--
 tapset-utrace.cxx                     |  109 ++------------------------------
 tapsets.cxx                           |   77 ++++++++----------------
 testsuite/systemtap.apps/postgres.exp |    9 +---
 testsuite/systemtap.base/sdt.exp      |    4 +-
 testsuite/systemtap.base/sdt_misc.exp |    4 +-
 6 files changed, 40 insertions(+), 172 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]