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-1.8-187-gda35c58


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  da35c58d1e216b3305a83c2d3ca1245e488ddba3 (commit)
      from  325e7d50f86077a61390fba2cb33969eaaa34838 (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 da35c58d1e216b3305a83c2d3ca1245e488ddba3
Author: David Smith <dsmith@redhat.com>
Date:   Tue Aug 14 10:38:14 2012 -0500

    Improve PR14463 by avoiding sleeping in the clone handler.
    
    * runtime/linux/task_finder2.c (__stp_tf_alloc_task_work): Change
      parameter to a void pointer.
      (__stp_tf_clone_worker): New function.
      (__stp_utrace_task_finder_report_clone): Uses stp_task_work_add() to
      call __stp_tf_clone_worker() when we can safely sleep.

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

Summary of changes:
 runtime/linux/task_finder2.c |   74 +++++++++++++++++++++++++++++++++++-------
 1 files changed, 62 insertions(+), 12 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]