bt2: `TraceCollectionMessageIterator`: find greatest MIP version
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 12 Aug 2019 03:01:00 +0000 (23:01 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2019 15:58:21 +0000 (11:58 -0400)
commitad400bbc86ee8dbfbc86b2c90d0a1a20e3c1fff5
tree0fac9d7d3de7898d796a726f8c6874fbe58ea5c9
parentd0bcdc4ebec982f591e47ad58c5f82169e8f07de
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.023808 seconds and 4 git commands to generate.