From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12865 invoked by alias); 29 Oct 2011 00:25:06 -0000 Received: (qmail 12816 invoked by uid 9586); 29 Oct 2011 00:25:03 -0000 Date: Sat, 29 Oct 2011 00:25:00 -0000 Message-ID: <20111029002503.12805.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-357-g7f02ca9 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 93ee09d508e10d054465c63553b30539d70e0c4b X-Git-Newrev: 7f02ca949b99ffba946803fb38c0f9546bc4d9c3 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: 2011-q4/txt/msg00066.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 7f02ca949b99ffba946803fb38c0f9546bc4d9c3 (commit) via b1615c74e19656b6182ff5d81c613ec9f8c57db3 (commit) via 3d69c03f37c05136a01481994e239f1287138f6a (commit) from 93ee09d508e10d054465c63553b30539d70e0c4b (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 7f02ca949b99ffba946803fb38c0f9546bc4d9c3 Author: Josh Stone Date: Fri Oct 28 15:42:02 2011 -0700 Add the pattern for label probes in libraries * tapsets.cxx (dwarf_derived_probe::register_patterns): Refactor so that all process[.library] variants get the same set of suffixes. (dwarf_derived_probe::register_function_and_statement_variants): Add the label pattern from here, just as .inline is done. commit b1615c74e19656b6182ff5d81c613ec9f8c57db3 Author: Josh Stone Date: Fri Oct 28 15:11:17 2011 -0700 Refactor sdt & plt pattern registration This factors the sdt and plt suffixes away from the various process and process.library prefixes. As a result, we also gain process.plt for probing -c commands. * tapsets.cxx (dwarf_derived_probe::register_sdt_variants): New. (dwarf_derived_probe::register_plt_variants): New. (dwarf_derived_probe::register_patterns): Register sdt and plt for all process/library combinations. * testsuite/semok/plt2.stp: Test that process.plt succeeds with -c * testsuite/semko/plt2.stp: Test that process.plt fails without -c commit 3d69c03f37c05136a01481994e239f1287138f6a Author: Josh Stone Date: Fri Oct 28 14:42:23 2011 -0700 plt: Throw an appropriate error for missing $var * tapsets.cxx (plt_expanding_visitor::visit_target_symbol): Throw a semantic_error for missing $var, so it may be caught and chained for later. This ensures that the visitor always has a provide() too. * testsuite/semko/plt1.stp: New, check that missing $var is an error. * testsuite/semok/plt1.stp: New, check that $$name works, as does @defined on a missing $var. ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 121 ++++++++++++++++++++++----------------------- testsuite/semko/plt1.stp | 6 ++ testsuite/semko/plt2.stp | 4 ++ testsuite/semok/plt1.stp | 6 ++ testsuite/semok/plt2.stp | 4 ++ 5 files changed, 79 insertions(+), 62 deletions(-) create mode 100755 testsuite/semko/plt1.stp create mode 100755 testsuite/semko/plt2.stp create mode 100755 testsuite/semok/plt1.stp create mode 100755 testsuite/semok/plt2.stp hooks/post-receive -- systemtap: system-wide probe/trace tool