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 16:15:06 +0000 (12:15 -0400)
commit40af9f9fb5d827c8c58e32efd6fca204da1194c8
treeb2b13f7d7cd5e455c92bcee7d872846a3712e305
parent5b489212cc608a2c13e8ddca4fd5d60d7a8cde38
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/nativebt.i
bindings/python/python-complements.c
bindings/python/python-complements.h
bindings/python/reader.py
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.025515 seconds and 4 git commands to generate.