Add live trace read support to lttv base library and to command line modules
authorYannick Brosseau <yannick.brosseau@gmail.com>
Tue, 6 Dec 2011 17:12:25 +0000 (12:12 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Dec 2011 17:12:25 +0000 (12:12 -0500)
commit3667f07d4ba2bc2bae9729ca3d60451475e2a434
treedfc1c466af83548af2607862a18eeb3cfdc14bbc
parent8b0a0cc80e207156081d4aee7b8e52d8f3b22e2f
Add live trace read support to lttv base library and to command line modules

Change process_traceset_middle to handle live traces
Add lttv_process_trace_update to manage trace update
Add parameter to batchanalysis to indicate a live trace and its update
period.

When activating the live option of the batchAnalysis module, the trace
processing will loop. In each loop, it will wait for the specified
period, update the trace and then read the added events.

Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttv/lttv/option.c
lttv/lttv/tracecontext.c
lttv/lttv/tracecontext.h
lttv/modules/text/batchAnalysis.c
This page took 0.02345 seconds and 4 git commands to generate.