From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6725 invoked by alias); 2 May 2012 17:52:18 -0000 Received: (qmail 6676 invoked by uid 9156); 2 May 2012 17:52:18 -0000 Date: Wed, 02 May 2012 17:52:00 -0000 Message-ID: <20120502175218.6664.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-190-g08b5a50 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 155e5946249ae5352926205b8f824d60ad996680 X-Git-Newrev: 08b5a50cd6676b372bfb4e16aab2572f67e75b75 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q2/txt/msg00041.txt.bz2 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 08b5a50cd6676b372bfb4e16aab2572f67e75b75 (commit) from 155e5946249ae5352926205b8f824d60ad996680 (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 08b5a50cd6676b372bfb4e16aab2572f67e75b75 Author: David Smith Date: Wed May 2 12:51:13 2012 -0500 Removed EXPERIMENTAL_KPROBE_SDT support. * tapsets.cxx (dwarf_derived_probe_group): Removed 'has_semaphores' member variable. (dwarf_derived_probe_group::enroll): Throw an error if we have a semaphore. (dwarf_derived_probe_group::emit_module_decls): No longer emit semaphore support in struct stap_dwarf_probe or include kprobes-common.c. (dwarf_derived_probe_group::emit_module_init): No longer initialize semaphore info in struct stap_dwarf_probe. (dwarf_derived_probe_group::emit_module_exit): No longer decrement semaphores on module exit. (sdt_query::have_kprobe): Remove kprobe2_type support. (sdt_query::handle_probe_entry): Ditto. (sdt_query::iterate_over_probe_entries): Ditto. (sdt_query::convert_location): Ditto. * sdt_types.h: Remove KPROBE2_TYPE define and kprobe2_type enum value. * runtime/kprobes-common.c: Deleted. * runtime/kprobes-common.h: Removed deleted function declarations. * scripts/probe_perf/bench.sh: Remove EXPERIMENTAL_KPROBE_SDT test. * testsuite/sys/sdt.h: Removed EXPERIMENTAL_KPROBE_SDT support. * testsuite/systemtap.base/sdt.exp: Ditto. * testsuite/systemtap.base/sdt_misc.exp: Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/kprobes-common.c | 65 ----------- runtime/kprobes-common.h | 3 - scripts/probe_perf/bench.sh | 3 - sdt_types.h | 2 - tapsets.cxx | 54 +-------- testsuite/sys/sdt.h | 205 +-------------------------------- testsuite/systemtap.base/sdt.exp | 8 +- testsuite/systemtap.base/sdt_misc.exp | 6 +- 8 files changed, 11 insertions(+), 335 deletions(-) delete mode 100644 runtime/kprobes-common.c hooks/post-receive -- systemtap: system-wide probe/trace tool