From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10923 invoked by alias); 24 Jan 2012 17:03:36 -0000 Received: (qmail 10872 invoked by uid 678); 24 Jan 2012 17:03:28 -0000 Date: Tue, 24 Jan 2012 17:03:00 -0000 Message-ID: <20120124170327.10858.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-681-g865c48f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 17e446b2e185840081410d44618e7b3329146fcf X-Git-Newrev: 865c48f78c7f0a87448ffcb2b384389188a18a74 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: 2012-q1/txt/msg00027.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 865c48f78c7f0a87448ffcb2b384389188a18a74 (commit) from 17e446b2e185840081410d44618e7b3329146fcf (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 865c48f78c7f0a87448ffcb2b384389188a18a74 Author: William Cohen Date: Tue Jan 24 11:58:39 2012 -0500 Add the pstrace function to tapset with documentation and example test The pstrace function generates a string that traces the processes from the task_struct passed in back to the ancestor spawned by init(1). This allows you to determine what processes are ancestors for a particular process. ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Tapset_Reference/tapsets.tmpl | 1 + tapset/pstrace.stp | 26 ++++++++++++++++++++ .../systemtap.examples/process/pstrace_exec.meta | 13 ++++++++++ .../systemtap.examples/process/pstrace_exec.stp | 18 +++++++++++++ 4 files changed, 58 insertions(+), 0 deletions(-) create mode 100644 tapset/pstrace.stp create mode 100644 testsuite/systemtap.examples/process/pstrace_exec.meta create mode 100755 testsuite/systemtap.examples/process/pstrace_exec.stp hooks/post-receive -- systemtap: system-wide probe/trace tool