This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-98-g930a179


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  930a1798154b9c1caf27009825b2b165ef577a1e (commit)
      from  480f38d3275c87ac5b58a95dd127633babfc7374 (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 930a1798154b9c1caf27009825b2b165ef577a1e
Author: David Smith <dsmith@redhat.com>
Date:   Tue Aug 19 12:12:06 2008 -0500

    PR 6841 fix.
    2008-08-19  David Smith  <dsmith@redhat.com>
    
    	PR 6841
    	* tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
    	Workaround utrace bug by quiescing threads before attaching a
    	utrace syscall engine to them.
    	(utrace_derived_probe_group::emit_module_decls): Emit quiesce
    	handler.
    
    2008-08-19  David Smith  <dsmith@redhat.com>
    
    	PR 6841
    	* task_finder.c (__stp_utrace_task_finder_target_quiesce):
    	Quiesces thread before turning on syscall tracing.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    9 +++++++++
 runtime/ChangeLog     |    6 ++++++
 runtime/task_finder.c |    4 ++--
 tapsets.cxx           |   30 +++++++++++++++++++++++++-----
 4 files changed, 42 insertions(+), 7 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]