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-130-gb20bac3


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 <dsmith@redhat.com>
Date:   Fri Aug 29 10:51:17 2008 -0500

    Pushed quiesce logic down into the task_finder layer.
    2008-08-29  David Smith  <dsmith@redhat.com>
    
    	* 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  <dsmith@redhat.com>
    
    	* 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


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