The following changes since commit ce9ded7165b846598b28107ceb2864ae1ad4b652: remove unused barrier.h (2014-04-11 07:45:54 -0600) are available in the git repository at: git://git.kernel.dk/blktrace.git master for you to fetch changes up to 838361c6cfb1319eadd59daaf9074dcdb92746e6: signal condition variable at end of stop_tracers (2014-09-08 08:15:58 -0600) ---------------------------------------------------------------- Robert Schiele (1): signal condition variable at end of stop_tracers blktrace.c | 1 + 1 file changed, 1 insertion(+) --- Diff of recent changes: diff --git a/blktrace.c b/blktrace.c index 7e64c94..3c8fb4c 100644 --- a/blktrace.c +++ b/blktrace.c @@ -1913,6 +1913,7 @@ static void stop_tracers(void) struct tracer *tp = list_entry(p, struct tracer, head); tp->is_done = 1; } + pthread_cond_broadcast(&mt_cond); } static void del_tracers(void) -- To unsubscribe from this list: send the line "unsubscribe linux-btrace" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html