From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24698 invoked by alias); 28 Jul 2011 12:08:49 -0000 Received: (qmail 24660 invoked by uid 9112); 28 Jul 2011 12:08:48 -0000 Date: Thu, 28 Jul 2011 12:08:00 -0000 Message-ID: <20110728120848.24648.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.6-29-g65d7915 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6890af3f90ac509433cfc03972dc3b35cd91b4cd X-Git-Newrev: 65d791538e9c4c52f6fe121f740d8b1e01d27033 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-q3/txt/msg00115.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 65d791538e9c4c52f6fe121f740d8b1e01d27033 (commit) from 6890af3f90ac509433cfc03972dc3b35cd91b4cd (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 65d791538e9c4c52f6fe121f740d8b1e01d27033 Author: Mark Wielaard Date: Thu Jul 28 14:02:09 2011 +0200 PR13037 Make lock blacklist more specific. The dwflpp::build_blacklist() would also match things like _nolock, block or clock. Be more specific that we want to only match things like _lock, _unlock, _trylock or seq[un]lock. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool