From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7357 invoked by alias); 1 Aug 2011 15:43:41 -0000 Received: (qmail 7168 invoked by uid 9156); 1 Aug 2011 15:43:39 -0000 Date: Mon, 01 Aug 2011 15:43:00 -0000 Message-ID: <20110801154339.7120.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, dsmith/task_finder2, updated. release-1.6-32-gf33510d X-Git-Refname: refs/heads/dsmith/task_finder2 X-Git-Reftype: branch X-Git-Oldrev: eb8e0555746eb7c55271960b51e2aa5ce9d2b073 X-Git-Newrev: f33510de4782d31cf07530b83f968090607540d2 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: 2011-q3/txt/msg00131.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, dsmith/task_finder2 has been updated via f33510de4782d31cf07530b83f968090607540d2 (commit) from eb8e0555746eb7c55271960b51e2aa5ce9d2b073 (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 f33510de4782d31cf07530b83f968090607540d2 Author: David Smith Date: Mon Aug 1 10:43:18 2011 -0500 Removed global utrace handler support. * runtime/stp_utrace.c: Removed global utrace handler, which wasn't going to work when requesting a task to stop. * runtime/task_finder2.c (stap_start_task_finder): Instead of setting up a global utrace handler, attach one to every interesting thread. ----------------------------------------------------------------------- Summary of changes: runtime/stp_utrace.c | 363 ++++++++---------------------------------------- runtime/task_finder2.c | 68 ++------- 2 files changed, 74 insertions(+), 357 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool