From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30064 invoked by alias); 14 Aug 2012 15:38:31 -0000 Received: (qmail 30004 invoked by uid 9156); 14 Aug 2012 15:38:30 -0000 Date: Tue, 14 Aug 2012 15:38:00 -0000 Message-ID: <20120814153829.29989.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-187-gda35c58 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 325e7d50f86077a61390fba2cb33969eaaa34838 X-Git-Newrev: da35c58d1e216b3305a83c2d3ca1245e488ddba3 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: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q3/txt/msg00118.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 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 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