From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12937 invoked by alias); 19 Jun 2009 01:00:42 -0000 Received: (qmail 12911 invoked by uid 9586); 19 Jun 2009 01:00:41 -0000 Date: Fri, 19 Jun 2009 01:00:00 -0000 Message-ID: <20090619010041.12900.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.8-29-geeb77fb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ed35c8ac5bc2da83fedfb53d0c283ee8c5c77f39 X-Git-Newrev: eeb77fbbbd6494ec8b4496cb4e12104cb1c0e4e2 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/msg00340.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 eeb77fbbbd6494ec8b4496cb4e12104cb1c0e4e2 (commit) from ed35c8ac5bc2da83fedfb53d0c283ee8c5c77f39 (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 eeb77fbbbd6494ec8b4496cb4e12104cb1c0e4e2 Author: Przemyslaw Pawelczyk Date: Fri Jun 19 00:27:45 2009 +0200 Fix target_set tapset. Revise acquiring of pid and ppid in fork.return probe -- use returnval() and pid() instead of pid() and ppid() respectively. Add pid removal on exit syscall. Use dwarfless syscall probe aliases. Correct formatting. Signed-off-by: Josh Stone ----------------------------------------------------------------------- Summary of changes: tapset/target_set.stp | 28 ++++++++++++++++++---------- 1 files changed, 18 insertions(+), 10 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool