API Fix : missing list fields of event decl
authorJulien Desfossez <julien.desfossez@efficios.com>
Tue, 10 Apr 2012 21:43:31 +0000 (17:43 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 10 Apr 2012 21:43:31 +0000 (17:43 -0400)
commit64c2c2496913d64ddd77343b9651f1f233cda5cf
tree5298f948f81a8dd554b832cd8cfd4ef1165a6029
parent30c276af575248a4f83e594c987264f6caa238ba
API Fix : missing list fields of event decl

This patchs allows the user to list the fields (in all scopes) for each
event declarations (so as soon as the trace is opened).
It uses a lazy allocation, so the memory for storing the fields is only
allocated if the users asks for the list and it is allocated per event.

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/ctf/events-internal.h
include/babeltrace/ctf/events.h
This page took 0.024663 seconds and 4 git commands to generate.