X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=cli%2Fbabeltrace-cfg.h;h=864f3daff1514a8db894b13c81010abf9bcc3cd5;hb=c327e42769274818525f06b94a10599715da67a0;hp=b9a4b5edd89736c274f1b002bbda241817347976;hpb=3efa30527e93de6e2374c47ed9dfb633508e123b;p=babeltrace.git diff --git a/cli/babeltrace-cfg.h b/cli/babeltrace-cfg.h index b9a4b5ed..864f3daf 100644 --- a/cli/babeltrace-cfg.h +++ b/cli/babeltrace-cfg.h @@ -92,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 */ @@ -108,11 +114,13 @@ struct bt_config { /* BT_CONFIG_COMMAND_PRINT_CTF_METADATA */ struct { GString *path; + GString *output_path; } print_ctf_metadata; /* BT_CONFIG_COMMAND_PRINT_LTTNG_LIVE_SESSIONS */ struct { GString *url; + GString *output_path; } print_lttng_live_sessions; } cmd_data; };