From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24499 invoked by alias); 17 Jun 2008 14:25:49 -0000 Received: (qmail 24434 invoked by uid 9156); 17 Jun 2008 14:25:48 -0000 Date: Tue, 17 Jun 2008 14:25:00 -0000 Message-ID: <20080617142548.24419.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-412-g6ebf086 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c815c982cc0691360dfd3073276dba071aac840e X-Git-Newrev: 6ebf08661086e6739b9fd58ddae336a91113306e 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-q2/txt/msg00126.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 6ebf08661086e6739b9fd58ddae336a91113306e (commit) via 81c361887ec0a5cfd9bdb635b999b590cb7b57f7 (commit) from c815c982cc0691360dfd3073276dba071aac840e (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 6ebf08661086e6739b9fd58ddae336a91113306e Merge: 81c361887ec0a5cfd9bdb635b999b590cb7b57f7 c815c982cc0691360dfd3073276dba071aac840e Author: David Smith Date: Tue Jun 17 09:20:16 2008 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into work commit 81c361887ec0a5cfd9bdb635b999b590cb7b57f7 Author: David Smith Date: Tue Jun 17 09:19:24 2008 -0500 Got smarter on which utrace events to set on a newly found thread. 2008-06-17 David Smith * task_finder.c (__stp_utrace_attach_match_filename): Uses new __STP_ATTACHED_TASK_EVENTS macro to determine which events to set on a newly found process based on whether the stap_task_finder_target structure has a vm_callback defined. (stap_start_task_finder): Ditto. ----------------------------------------------------------------------- Summary of changes: runtime/ChangeLog | 8 ++++++++ runtime/task_finder.c | 10 +++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool