From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18847 invoked by alias); 16 Feb 2009 03:25:03 -0000 Received: (qmail 18824 invoked by uid 440); 16 Feb 2009 03:25:03 -0000 Date: Mon, 16 Feb 2009 03:25:00 -0000 Message-ID: <20090216032502.18766.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.8-350-g7b534f4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1751e667fdd363e936d1a6698b12f150caf0c93c X-Git-Newrev: 7b534f489ed3567d8a59e00eb4ba954697a97059 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/msg00154.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 7b534f489ed3567d8a59e00eb4ba954697a97059 (commit) from 1751e667fdd363e936d1a6698b12f150caf0c93c (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 7b534f489ed3567d8a59e00eb4ba954697a97059 Author: Stan Cox Date: Sun Feb 15 22:23:54 2009 -0500 Handle c++ static user probes via .probe, c via .label. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 + runtime/ChangeLog | 4 + runtime/sdt.h | 146 +++++++++------------------ tapsets.cxx | 149 ++++++++++---------------- testsuite/ChangeLog | 4 + testsuite/systemtap.base/static_uprobes.exp | 114 +++++++------------- 6 files changed, 157 insertions(+), 265 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool