From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10778 invoked by alias); 6 Jun 2008 13:45:31 -0000 Received: (qmail 10713 invoked by uid 9156); 6 Jun 2008 13:45:28 -0000 Date: Fri, 06 Jun 2008 13:45:00 -0000 Message-ID: <20080606134527.10651.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-365-geff6ac7 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7b53a460d4edb65a110fcbfd18c74f66538277f1 X-Git-Newrev: eff6ac721e6a88857d1adea05f703989f5e70839 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/msg00086.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 eff6ac721e6a88857d1adea05f703989f5e70839 (commit) from 7b53a460d4edb65a110fcbfd18c74f66538277f1 (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 eff6ac721e6a88857d1adea05f703989f5e70839 Author: David Smith Date: Fri Jun 6 08:43:59 2008 -0500 Changed/renamed utrace probes. 2008-06-06 David Smith * tapsets.cxx (enum utrace_derived_probe_flags): Redefined in terms of probe types instead of utrace events. (utrace_var_expanding_copy_visitor::visit_target_symbol): Uses new utrace_derived_probes_flags values. (utrace_builder::build): Handles new probe types and new utrace_derived_probes_flags values. (utrace_derived_probe_group::emit_probe_decl): Updated to handle new utrace_derived_probe_flags values. (utrace_derived_probe_group::emit_module_decls): Ditto. Also correctly handles 'begin' events correctly by installing a quiesce handler (instead of running the probe directly). (register_standard_tapsets): Registers updated utrace probe types. 2008-06-06 David Smith * task_finder.c: Added some debug logic. Use '-DDEBUG_TASK_FINDER' to enable. (stap_utrace_attach): Renamed from '__stp_utrace_attach'. (__stp_utrace_attach_match_filename): Calls callback with notification that this is a process or thread event. (__stp_utrace_attach_match_tsk): Ditto. (__stp_utrace_task_finder_report_clone): Ditto. (__stp_utrace_task_finder_report_exec): Ditto. (stap_utrace_task_finder_report_death): Ditto. (stap_start_task_finder): Ditto. (stap_stop_task_finder): Added debug logic. 2008-06-06 David Smith * systemtap.base/utrace_p4.exp: Updated for utrace probe changes. * systemtap.base/utrace_p5.exp: Ditto. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 16 ++ runtime/ChangeLog | 14 ++ runtime/task_finder.c | 92 ++++++---- tapsets.cxx | 293 ++++++++++++++++++++------------ testsuite/ChangeLog | 5 + testsuite/systemtap.base/utrace_p4.exp | 27 ++- testsuite/systemtap.base/utrace_p5.exp | 50 ++---- 7 files changed, 306 insertions(+), 191 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool