From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4890 invoked by alias); 10 Aug 2010 22:39:37 -0000 Received: (qmail 4852 invoked by uid 9586); 10 Aug 2010 22:39:33 -0000 Date: Tue, 10 Aug 2010 22:39:00 -0000 Message-ID: <20100810223933.4840.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.3-39-g1ffb8bd X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3c568395e760c7a0a0ae0080d9fb52962929c0cc X-Git-Newrev: 1ffb8bd1840170d94324e29cbea405008d8a7a97 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: 2010-q3/txt/msg00135.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 1ffb8bd1840170d94324e29cbea405008d8a7a97 (commit) from 3c568395e760c7a0a0ae0080d9fb52962929c0cc (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 1ffb8bd1840170d94324e29cbea405008d8a7a97 Author: Josh Stone Date: Mon Aug 9 17:22:33 2010 -0700 PR11880: Allow function matching on the MIPS_linkage_name When a function pattern starts with "_Z", we can assume that it is trying to match the mangled C++ name. Without actually implementing a mangler ourselves, we can do pretty well using the MIPS_linkage_name. * dwflpp.cxx (dwflpp::iterate_over_functions): Match _Z patterns against the MIPS_linkage_name of each function die. * tapsets.cxx (dwarf_query::query_module_dwarf): As with wildcards, don't use the query_module_functions for _Z patterns. (dwarf_query::add_probe_point): For _Z queries, use the linkage name for the final probe product too. * testsuite/semok/mangled.stp: Probe mangled names in stap itself. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 28 +++++++++++++++++++++++++++- tapsets.cxx | 20 ++++++++++++++++++-- testsuite/semok/mangled.stp | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+), 3 deletions(-) create mode 100755 testsuite/semok/mangled.stp hooks/post-receive -- systemtap: system-wide probe/trace tool