Change behaviour of stream-intersection with multiple traces
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 11 May 2016 17:45:10 +0000 (13:45 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 13 May 2016 19:52:01 +0000 (15:52 -0400)
commit837b0013ab8a3851ee975f33a10726289afa7369
tree4606a53fd7c29b3983e6200b40fb46eb55665c98
parentd4dfa9788e897bd7c72014583b6caf337d5404a4
Change behaviour of stream-intersection with multiple traces

The stream-intersection currently results in the reading of
the intersection of every stream, in every trace of a Trace
Collection.

Since reading a TraceCollection returns the union of its traces,
the behaviour of this option is changed so that it returns the
union of each trace's individual "active" section, that is the
section for which all streams are active.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/babeltrace.i.in
bindings/python/python-complements.c
bindings/python/python-complements.h
formats/ctf-text/ctf-text.c
formats/ctf/ctf.c
formats/ctf/iterator.c
include/babeltrace/babeltrace-internal.h
include/babeltrace/ctf/events-internal.h
include/babeltrace/format-internal.h
lib/iterator.c
This page took 0.025419 seconds and 4 git commands to generate.