X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=cli%2Fbabeltrace-cfg.h;h=89065244352a1e4a8c1f35f6a6f185840f6f40d4;hb=b5fe3e001f0785d685bb946497105f360a8f34d4;hp=ca84ae3fdd721bc01334ab8f3bbbf29e0e63b082;hpb=9009cc24dc1634ba03cbdfe6c37831f8b1ba95d3;p=babeltrace.git diff --git a/cli/babeltrace-cfg.h b/cli/babeltrace-cfg.h index ca84ae3f..89065244 100644 --- a/cli/babeltrace-cfg.h +++ b/cli/babeltrace-cfg.h @@ -27,6 +27,7 @@ #include #include +#include #include #include #include @@ -69,6 +70,7 @@ struct bt_config { bool omit_home_plugin_path; bool command_needs_plugins; const char *command_name; + char log_level; enum bt_config_command command; union { /* BT_CONFIG_COMMAND_RUN */ @@ -90,6 +92,12 @@ struct bt_config { * to retry to run the graph. */ uint64_t retry_duration_us; + + /* + * Whether or not to trim the source trace to the + * intersection of its streams. + */ + bool stream_intersection_mode; } run; /* BT_CONFIG_COMMAND_HELP */