From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2557 invoked by alias); 20 Aug 2008 20:07:40 -0000 Received: (qmail 2534 invoked by uid 9156); 20 Aug 2008 20:07:40 -0000 Date: Wed, 20 Aug 2008 20:07:00 -0000 Message-ID: <20080820200740.2522.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-103-g4550733 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2ae0d25c4181d2d7e89690013f935ad27e071457 X-Git-Newrev: 4550733ebf24fb067f9a2350e0ab86d44fea932e 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: X-SW-Source: 2008-q3/txt/msg00155.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 4550733ebf24fb067f9a2350e0ab86d44fea932e (commit) from 2ae0d25c4181d2d7e89690013f935ad27e071457 (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 4550733ebf24fb067f9a2350e0ab86d44fea932e Author: David Smith Date: Wed Aug 20 15:05:57 2008 -0500 Supports original and new utrace interfaces. 2008-08-20 David Smith * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Supports original and new utrace interfaces. (utrace_derived_probe_group::emit_module_decls): Ditto. 2008-08-20 David Smith * task_finder.c: Supports original and new utrace interfaces. * utrace_compatibility.h (utrace_attach_task): Compatibility layer for original utrace interface. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++ runtime/ChangeLog | 4 + runtime/task_finder.c | 151 ++++++++++++++++++++++++++++++++-------- runtime/utrace_compatibility.h | 57 +++++++++++++++ tapsets.cxx | 39 ++++++++--- 5 files changed, 217 insertions(+), 40 deletions(-) create mode 100644 runtime/utrace_compatibility.h hooks/post-receive -- systemtap: system-wide probe/trace tool