From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24277 invoked by alias); 14 Sep 2010 16:25:57 -0000 Received: (qmail 24243 invoked by uid 440); 14 Sep 2010 16:25:56 -0000 Date: Tue, 14 Sep 2010 16:25:00 -0000 Message-ID: <20100914162555.24231.qmail@sourceware.org> From: scox@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-124-g40fe32e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c57ea85430e100f9d88cd41913b618dc7ded08dd X-Git-Newrev: 40fe32e02cb8ed428d5a0e35b496445cce0de8e8 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-q3/txt/msg00200.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 40fe32e02cb8ed428d5a0e35b496445cce0de8e8 (commit) from c57ea85430e100f9d88cd41913b618dc7ded08dd (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 40fe32e02cb8ed428d5a0e35b496445cce0de8e8 Author: Stan Cox Date: Tue Sep 14 12:22:54 2010 -0400 Add translator support for the forthcoming v3 sdt.h. * sdt.h (stap_sdt_probe_type): Add uprobe3_type. * tapsets.cxx (sdt_uprobe_var_expanding_visitor::visit_target_symbol): Support @ (struct sdt_query): Add base, have_debuginfo_uprobe, have_debuginfoless_uprobe. (handle_query_module): Handle v3 sdt.h which has probes in note sections. (setup_note_probe_entry_callback): New. (setup_note_probe_entry): New. ----------------------------------------------------------------------- Summary of changes: includes/sys/sdt.h | 4 +- tapsets.cxx | 188 +++++++++++++++++++++++++++++---- testsuite/systemtap.apps/postgres.exp | 2 +- 3 files changed, 170 insertions(+), 24 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool