API Fix : give access to trace_handle and context
authorJulien Desfossez <julien.desfossez@efficios.com>
Tue, 27 Mar 2012 13:12:46 +0000 (09:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Mar 2012 13:12:46 +0000 (09:12 -0400)
commit98a0490342a1b8f8841ef52aaaef2cef11782ff1
tree5f2b441fc66a98bd847da46b15878429763cb309
parente3d12cf93f067601df4179ef4b7e2a30aa0065f7
API Fix : give access to trace_handle and context

When reading multiple traces, we need to know to which context or
trace_handle an event belongs to. Setting the context and trace_handle
is format agnostic, but reading it is not, so the reading part is only
implemented for CTF.

Signed-off-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/ctf.c
formats/ctf/events.c
include/babeltrace/context.h
include/babeltrace/ctf-ir/metadata.h
include/babeltrace/ctf/metadata.h
include/babeltrace/format.h
include/babeltrace/trace-handle.h
lib/context.c
This page took 0.026318 seconds and 4 git commands to generate.