Parse CTF indexes
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 26 Nov 2013 17:08:06 +0000 (12:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Nov 2013 19:21:15 +0000 (14:21 -0500)
commit0ace7505e59ef4fd014ba800e22767d0b58261e9
treee7065d7e11014742978e51a5359133643638c5b8
parentfd87c9038583f12a2dece6deb4b703d2e6aa25d7
Parse CTF indexes

If a trace file has an associated index (same filename and .idx suffix
in the "index" folder), we open it and use it instead of generating
the index at open.
The index folder is not mandatory and can be destroyed without any
problem.

To use with LTTng, make sure you have lttng-tools commit :
50adc26400482c07210afcda8ef1d3322f75871d
Mon Nov 25 15:32:38 2013 -0500
Rename LTTng index in CTF index

Versions between commit 309167d2a6f59d0c8cbf64eb23ba912cdea76a34 and
this commit have a different index format that will never be merged in
Babeltrace, so if you have traces recorded between this period of
time, just remove the index directory.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/ctf.c
include/Makefile.am
include/babeltrace/ctf/ctf-index.h [new file with mode: 0644]
include/babeltrace/ctf/types.h
This page took 0.023785 seconds and 4 git commands to generate.