From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18336 invoked by alias); 11 Jun 2012 16:38:43 -0000 Received: (qmail 18106 invoked by uid 9156); 11 Jun 2012 16:38:41 -0000 Date: Mon, 11 Jun 2012 16:38:00 -0000 Message-ID: <20120611163840.18042.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.7-306-gf755cab X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3a355b71c75d73abce866257e83c1e1d5a289301 X-Git-Newrev: f755cab352646cbfe3cbbd1ebfe2a313cade2d78 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-q2/txt/msg00143.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 f755cab352646cbfe3cbbd1ebfe2a313cade2d78 (commit) from 3a355b71c75d73abce866257e83c1e1d5a289301 (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 f755cab352646cbfe3cbbd1ebfe2a313cade2d78 Author: David Smith Date: Mon Jun 11 11:38:22 2012 -0500 Fix PR14221 by correcting timer.profile probe unregistration. * tapset-timers.cxx (profile_derived_probe_group::emit_module_exit): Only unregister profile timer hook once, instead of once per probe. ----------------------------------------------------------------------- Summary of changes: tapset-timers.cxx | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool