From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5585 invoked by alias); 3 Jun 2009 20:20:18 -0000 Received: (qmail 5562 invoked by uid 440); 3 Jun 2009 20:20:18 -0000 Date: Wed, 03 Jun 2009 20:20:00 -0000 Message-ID: <20090603202018.5551.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.7-192-g7a05f48 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 129de9ef18cd142e31ed509a7704d4faf0879f4c X-Git-Newrev: 7a05f484bf0e95d41e4d52ecb8bc6052a2d1fcc3 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/msg00280.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 7a05f484bf0e95d41e4d52ecb8bc6052a2d1fcc3 (commit) from 129de9ef18cd142e31ed509a7704d4faf0879f4c (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 7a05f484bf0e95d41e4d52ecb8bc6052a2d1fcc3 Author: Stan Cox Date: Wed Jun 3 16:10:04 2009 -0400 * tapsets.cxx (dwarf_builder::probe_table): New. Derived from dwarf_builder::build to handle the .probes section (sdt_var_expanding_visitor): New. Expand static probe $argN. (dwarf_builder::build): Use probe_table. Add kprobe and utrace probe types. ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 558 +++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 412 insertions(+), 146 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool