From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31476 invoked by alias); 20 Jul 2012 15:33:38 -0000 Received: (qmail 31428 invoked by uid 9156); 20 Jul 2012 15:33:36 -0000 Date: Fri, 20 Jul 2012 15:33:00 -0000 Message-ID: <20120720153336.31416.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.8-50-g23dc94f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dd90d5651b48fd4dd6965a8e35128f7899c9f81f X-Git-Newrev: 23dc94f61fbd7cef7c808a7692440e77c1b07b8c 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-q3/txt/msg00016.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 23dc94f61fbd7cef7c808a7692440e77c1b07b8c (commit) from dd90d5651b48fd4dd6965a8e35128f7899c9f81f (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 23dc94f61fbd7cef7c808a7692440e77c1b07b8c Author: David Smith Date: Fri Jul 20 10:33:06 2012 -0500 Fixed PR14378 by supporting @entry() in kprobe.function().return probes. * tapsets.cxx (gen_mapped_saved_return): Removed from the dwarf_var_expanding_visitor class. Also renamed the global variables prefix from '_dwarf' to '_entry' (since now dwarfless kprobe probes support @entry()). (dwarf_var_expanding_visitor::gen_mapped_saved_return): Just calls gen_mapped_saved_return(). (kprobe_var_expanding_visitor): New class. (kprobe_derived_probe::kprobe_derived_probe): Uses kprobe_var_expanding_visitor to support @entry(). * testsuite/semko/entry04.stp: New test. * testsuite/semok/entry04.stp: Ditto. ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 163 ++++++++++++++++++++++++++++++++---------- testsuite/semko/entry04.stp | 8 ++ testsuite/semok/entry04.stp | 10 +++ 3 files changed, 142 insertions(+), 39 deletions(-) create mode 100644 testsuite/semko/entry04.stp create mode 100644 testsuite/semok/entry04.stp hooks/post-receive -- systemtap: system-wide probe/trace tool