From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25962 invoked by alias); 4 Oct 2010 19:31:20 -0000 Received: (qmail 25935 invoked by uid 9586); 4 Oct 2010 19:31:19 -0000 Date: Mon, 04 Oct 2010 19:31:00 -0000 Message-ID: <20101004193119.25924.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-178-g9a5fa20 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0f95a66f820fa6912f6a648fd71115d8a2fcd852 X-Git-Newrev: 9a5fa202687b1fcf21ade555348dc300e795af55 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: 2010-q4/txt/msg00007.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 9a5fa202687b1fcf21ade555348dc300e795af55 (commit) from 0f95a66f820fa6912f6a648fd71115d8a2fcd852 (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 9a5fa202687b1fcf21ade555348dc300e795af55 Author: Josh Stone Date: Mon Oct 4 12:26:30 2010 -0700 PR12081: Name procfs buffers based on a local index We shouldn't use probe->name for the buffers, as that name is not necessarily unique after our probe de-duplication efforts. Instead, we can use a simple index variable to get a unique name for each procfs probe. * tapset-procfs.cxx (procfs_derived_probe_group::emit_module_decls): Declare and use the buffers with a name based on a simple index. ----------------------------------------------------------------------- Summary of changes: tapset-procfs.cxx | 31 ++++++++++--------------------- 1 files changed, 10 insertions(+), 21 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool