Add live trace reading support to lttvtraceread lib
authorYannick Brosseau <yannick.brosseau@gmail.com>
Tue, 6 Dec 2011 17:11:52 +0000 (12:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Dec 2011 17:11:52 +0000 (12:11 -0500)
commit8b0a0cc80e207156081d4aee7b8e52d8f3b22e2f
tree3316a94183989000e6e7ed008f316b29b44aee9c
parenta709aa2ceff366821bc40ca26326f6d3b65eb9e2
Add live trace reading support to lttvtraceread lib

Add support to read trace that were not previously closed. Useful to
read live trace or incorrectly closed trace.  Support the opening of
incomplete tracefile and its delayed initialisation Rework the block
index management Add a ltt_tracefile_update, ltt_trace_update and
ltt_trace_open_live interface JNI interface for ltt_openTraceLive and
ltt_updateTrace

Update: Remove dead code and fix const correctness

Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ltt/event.c
ltt/event.h
ltt/jni_interface.c
ltt/ltt-private.h
ltt/lttvtraceread_loader.c
ltt/trace.h
ltt/tracefile.c
This page took 0.023412 seconds and 4 git commands to generate.