cli: find greatest operative MIP version to create `run` command's graph
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sun, 11 Aug 2019 06:36:41 +0000 (02:36 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 13 Aug 2019 00:28:02 +0000 (20:28 -0400)
commit5fea82b8728b27c1de0d3228b4cefab976235914
tree7e4f199118b041192b46f6f6c8d4c27dd22daf4a
parent056deb59eb33e87c06c0067907768ab08aff74a2
cli: find greatest operative MIP version to create `run` command's graph

This patch makes the CLI's `run` command use
bt_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 bt_graph_create().

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I2e791ac9c8806457fa850d0dad72ea3ab6912f08
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1879
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/cli/babeltrace2.c
This page took 0.024492 seconds and 4 git commands to generate.