From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28838 invoked by alias); 30 Sep 2009 15:12:49 -0000 Received: (qmail 28814 invoked by uid 9112); 30 Sep 2009 15:12:49 -0000 Date: Wed, 30 Sep 2009 15:12:00 -0000 Message-ID: <20090930151249.28803.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-38-g27993a1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 469c1a1b2ef323030531b0ca05e6f9337c0bbbe6 X-Git-Newrev: 27993a166c3ff2c33f778da4d96726666aadfab9 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/msg00339.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 27993a166c3ff2c33f778da4d96726666aadfab9 (commit) from 469c1a1b2ef323030531b0ca05e6f9337c0bbbe6 (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 27993a166c3ff2c33f778da4d96726666aadfab9 Author: Mark Wielaard Date: Wed Sep 30 16:51:29 2009 +0200 PR10678 module reloc refers to symbol in dwarf refer to kernel symbols. First part of a fix for PR10678. Always include the kernel in the dwfl. This doesn't seem to impact performance noticable, so for now enable always. * setupdwfl.cxx (setup_dwfl_done): New variable, used to clean up logic in setup_dwfl_report_kernel_p(). (setup_all_deps): New static bool to indicate we want all deps (just the kernel for now, other modules coming). (setup_dwfl_report_kernel_p): Use new variables, shortcut kernel inclusion. (setup_dwfl_kernel): Setup setup_dwfl_done (false). ----------------------------------------------------------------------- Summary of changes: setupdwfl.cxx | 47 +++++++++++++++++++++++++++++++++++------------ 1 files changed, 35 insertions(+), 12 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool