bt2: `TraceCollectionMessageIterator`: find greatest MIP version
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 12 Aug 2019 03:01:00 +0000 (23:01 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 13 Aug 2019 00:28:02 +0000 (20:28 -0400)
commit2080bf80f9306106500dd5f9e7d0493b43b9dd79
tree66ff8970247a8a8a4f5e15f6882d886a80fe8789
parent5fea82b8728b27c1de0d3228b4cefab976235914
bt2: `TraceCollectionMessageIterator`: find greatest MIP version

This patch makes the `TraceCollectionMessageIterator` object use
bt2.get_greatest_operative_mip_version() to find the greatest operative
MIP version of all the components to create, including the stream
intersection `flt.utils.trimmer` components, and then use the result to
create the graph with bt2.Graph().

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Id9024a2343d0e99384ae62bd77754912a4267dac
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1881
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/bindings/python/bt2/bt2/trace_collection_message_iterator.py
This page took 0.025171 seconds and 4 git commands to generate.