From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17544 invoked by alias); 12 Mar 2009 17:32:03 -0000 Received: (qmail 17520 invoked by uid 9586); 12 Mar 2009 17:32:02 -0000 Date: Thu, 12 Mar 2009 17:32:00 -0000 Message-ID: <20090312173201.17507.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9-110-g96b030f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6769e48794cfbeda3957f691077fb9d65f3e87bc X-Git-Newrev: 96b030fe8a0bb0297d23638e2975a3e9eb2b85b6 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-q1/txt/msg00256.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 96b030fe8a0bb0297d23638e2975a3e9eb2b85b6 (commit) from 6769e48794cfbeda3957f691077fb9d65f3e87bc (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 96b030fe8a0bb0297d23638e2975a3e9eb2b85b6 Author: Josh Stone Date: Thu Mar 12 10:11:59 2009 -0700 Simplify tracepoint registrations Instead of registering tracepoints with the deeply-nested if-tree, which was cluttering the module_init/exit, this now emits normalized reg/unreg functions for each tracepoint probes. Now the module_init/exit can be a simple loop like all of the other probe types. ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 71 +++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 43 insertions(+), 28 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool