From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 455 invoked by alias); 29 Aug 2008 15:51:25 -0000 Received: (qmail 432 invoked by uid 9156); 29 Aug 2008 15:51:24 -0000 Date: Fri, 29 Aug 2008 15:51:00 -0000 Message-ID: <20080829155124.421.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-130-gb20bac3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ad60080828b8a85c569c1b02859d72aca4e795f8 X-Git-Newrev: b20bac3a6cb06224f2ba42b95485af37ca4dfe66 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/msg00185.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 b20bac3a6cb06224f2ba42b95485af37ca4dfe66 (commit) from ad60080828b8a85c569c1b02859d72aca4e795f8 (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 b20bac3a6cb06224f2ba42b95485af37ca4dfe66 Author: David Smith Date: Fri Aug 29 10:51:17 2008 -0500 Pushed quiesce logic down into the task_finder layer. 2008-08-29 David Smith * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Pushed quiesce logic down into the task_finder layer. (utrace_derived_probe_group::emit_module_decls): Removed quiesce handler routines. Syscall probe handler detaches if systemtap state isn't correct. 2008-08-29 David Smith * task_finder.c (__stp_utrace_attach_match_filename): Don't call the callback when the interesting thread is found, call it when the tread is quiesced. (stap_start_task_finder): Ditto. (__stp_utrace_task_finder_target_quiesce): Call the callback. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 8 +++ runtime/ChangeLog | 8 +++ runtime/task_finder.c | 120 ++++++++++++++++++++++++++++++------------------- tapsets.cxx | 114 +++++++++++++---------------------------------- 4 files changed, 121 insertions(+), 129 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool