From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9676 invoked by alias); 29 Sep 2009 14:54:23 -0000 Received: (qmail 9650 invoked by uid 9112); 29 Sep 2009 14:54:22 -0000 Date: Tue, 29 Sep 2009 14:54:00 -0000 Message-ID: <20090929145421.9638.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-31-g6898355 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7459222ac78c139918b6c9297634742ed975959f X-Git-Newrev: 68983551cc9390aa2bddd8e62ed0f0e3eca1edb6 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: 2009-q3/txt/msg00333.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 68983551cc9390aa2bddd8e62ed0f0e3eca1edb6 (commit) via 497f19d74912d0b6adf729f88509c71a45cacdd4 (commit) from 7459222ac78c139918b6c9297634742ed975959f (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 68983551cc9390aa2bddd8e62ed0f0e3eca1edb6 Author: Mark Wielaard Date: Tue Sep 29 16:45:37 2009 +0200 Cache Dwfl's for reuse between pass 2 and pass 3. * setupdwfl.h: Introduce DwflPtr. * setupdwfl.cxx: Cache kernel_dwfl and user_dwfl. Keep track of last used module strings. Return cached versions if same query used. * dwflpp.h: Use DwflPtr instead of Dwfl*. * dwflpp.cxx: Use DwflPtr and don't dwfl_end(). * translate.cxx: Likewise. Run through dwfl_getmodules() with returned ptr offset. commit 497f19d74912d0b6adf729f88509c71a45cacdd4 Author: Mark Wielaard Date: Tue Sep 29 11:22:30 2009 +0200 Handle non-regex full path kernel module dwfl setup earlier. * setupdwfl.cxx (setup_dwfl_kernel(unsigned*,systemtap_session&)): Don't switch around offline_search_modname and offline_search_names here. (setup_dwfl_kernel(string&,unsigned*,systemtap_session&): But here. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 25 ++++++------- dwflpp.h | 3 +- setupdwfl.cxx | 112 ++++++++++++++++++++++++++++++++++++++++++--------------- setupdwfl.h | 33 +++++++++++------ translate.cxx | 15 ++++---- 5 files changed, 127 insertions(+), 61 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool