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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2019 15:58:21 +0000 (11:58 -0400)
commitd0bcdc4ebec982f591e47ad58c5f82169e8f07de
tree46a555eb88539fe0d1c91c1a27a725ff92f77a54
parent253a9ecc0641040e126ea2ed31c1183aa5d1276c
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.025502 seconds and 4 git commands to generate.