Option to only show streams' intersection
authorJulien Desfossez <jdesfossez@efficios.com>
Mon, 14 Sep 2015 17:05:59 +0000 (13:05 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 4 Apr 2016 20:58:59 +0000 (16:58 -0400)
commit7da9b2f355093d2bd1a91e9779adb87f783f872a
treece663b2e9deebdb74a273b663163757b0f92f137
parent097b4317bc7ed1be44960024ac71c62ae43adffb
Option to only show streams' intersection

The --stream-intersection option allows showing only the events that
fit in the intersection of all streams, thus filtering out the events
for which only some streams have the time range info. This is achieved
by using the packet header timestamp begin/end information available
within each stream.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace.c
formats/ctf/ctf.c
include/babeltrace/babeltrace-internal.h
include/babeltrace/ctf/events-internal.h
This page took 0.024125 seconds and 4 git commands to generate.