From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12358 invoked by alias); 21 Aug 2008 17:22:45 -0000 Received: (qmail 12335 invoked by uid 9156); 21 Aug 2008 17:22:45 -0000 Date: Thu, 21 Aug 2008 17:22:00 -0000 Message-ID: <20080821172245.12323.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-104-g46b3c6c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4550733ebf24fb067f9a2350e0ab86d44fea932e X-Git-Newrev: 46b3c6cd16e7aba1a5a26b310ee128bfdc7897fa 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/msg00156.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 46b3c6cd16e7aba1a5a26b310ee128bfdc7897fa (commit) from 4550733ebf24fb067f9a2350e0ab86d44fea932e (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 46b3c6cd16e7aba1a5a26b310ee128bfdc7897fa Author: David Smith Date: Thu Aug 21 12:22:35 2008 -0500 Added task finder target parameter to vm_callback functions. 2008-08-21 David Smith * tapsets.cxx (itrace_derived_probe_group::emit_module_decls): Updated task finder callback function signature. (utrace_derived_probe_group::emit_module_decls): Ditto. 2008-08-21 David Smith * task_finder.c (__stp_tf_vm_cb): Added task finder target parameter. (__stp_utrace_attach_match_filename): Updated task finder callback call. (__stp_utrace_task_finder_target_death): Ditto. (__stp_utrace_task_finder_target_quiesce): Ditto. (__stp_target_call_vm_callback): Ditto. (__stp_utrace_task_finder_target_syscall_exit): Ditto. (stap_start_task_finder): Ditto. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ runtime/ChangeLog | 12 ++++++++++++ runtime/task_finder.c | 41 ++++++++++++++++++++++------------------- tapsets.cxx | 4 ++-- 4 files changed, 42 insertions(+), 21 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool