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-249-gee928e1


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  ee928e1461d33322e9485f4736ba2f979a3331b5 (commit)
      from  3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487 (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 ee928e1461d33322e9485f4736ba2f979a3331b5
Author: David Smith <dsmith@redhat.com>
Date:   Fri Sep 12 13:18:15 2008 -0500

    BZ 6755 fix.  Wait until all callbacks are finished.
    2008-09-12  David Smith  <dsmith@redhat.com>
    
    	BZ 6755
    	* task_finder.c: Added 'inuse' count to know when handlers are still
    	running.
    	(__stp_utrace_task_finder_report_clone): If state isn't correct,
    	detach.  Increase 'inuse' count when starting, decrement when
    	exiting.
    	(__stp_utrace_task_finder_report_exec): Ditto.
    	(__stp_utrace_task_finder_target_death): Ditto.
    	(__stp_utrace_task_finder_target_quiesce): Increase 'inuse' count
    	when starting, decrement when exiting.
    	(__stp_utrace_task_finder_target_syscall_entry): Ditto.
    	(__stp_utrace_task_finder_target_syscall_exit): Ditto.
    	(stap_stop_task_finder): Wait until all callbacks are finished.

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

Summary of changes:
 runtime/ChangeLog     |   16 +++++++++++++
 runtime/task_finder.c |   61 +++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 70 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]