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.7-192-g1cc41cd


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  1cc41cd68edc1684909b5a1cd3bada4efc325fa4 (commit)
      from  b14ca1392bbcf48710a51eda5c60b5db577764b3 (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 1cc41cd68edc1684909b5a1cd3bada4efc325fa4
Author: David Smith <dsmith@redhat.com>
Date:   Wed May 2 14:31:58 2012 -0500

    Removed unused kprobe1 sdt support.
    
    * sdt_types.h: Remove KPROBE1_TYPE define and kprobe1_type enum value.
    * testsuite/sys/sdt.h: Ditto.
    * tapsets.cxx (sdt_kprobe_var_expanding_visitor): Removed struct and its
      functions.
      (sdt_query::have_kprobe): Removed function.
      (sdt_query::handle_probe_entry): Removed kprobe1_type support.
      (sdt_query::iterate_over_probe_entries): Removed have_kprobe() code.
      (sdt_query::convert_probe): Ditto.
      (sdt_query::convert_location): Ditto.

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

Summary of changes:
 sdt_types.h         |    2 -
 tapsets.cxx         |  329 ++++++++-------------------------------------------
 testsuite/sys/sdt.h |    1 -
 3 files changed, 50 insertions(+), 282 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]