From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17991 invoked by alias); 16 Jun 2009 15:05:35 -0000 Received: (qmail 17967 invoked by uid 440); 16 Jun 2009 15:05:35 -0000 Date: Tue, 16 Jun 2009 15:05:00 -0000 Message-ID: <20090616150534.17955.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-13-g611ab82 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8e02c67338ae99f487d736ad4a5f19b9065b1453 X-Git-Newrev: 611ab8263198e3e8c2640cb4a3e1eb65e2037f96 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-q2/txt/msg00320.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 611ab8263198e3e8c2640cb4a3e1eb65e2037f96 (commit) from 8e02c67338ae99f487d736ad4a5f19b9065b1453 (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 611ab8263198e3e8c2640cb4a3e1eb65e2037f96 Author: Stan Cox Date: Tue Jun 16 10:59:25 2009 -0400 Do not emit duplicate probes for kprobe/utrace cases. * tapsets.cxx (dwarf_builder) Add probes_handled. (dwarf_builder::build): Use probes_handled to not emit duplicates. ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool