|
@@ -817,6 +817,9 @@ int cmd_report(int argc, const char **argv, const char *prefix __maybe_unused)
|
|
|
"Show raw trace event output (do not use print fmt or plugins)"),
|
|
|
OPT_BOOLEAN(0, "hierarchy", &symbol_conf.report_hierarchy,
|
|
|
"Show entries in a hierarchy"),
|
|
|
+ OPT_CALLBACK_DEFAULT(0, "stdio-color", NULL, "mode",
|
|
|
+ "'always' (default), 'never' or 'auto' only applicable to --stdio mode",
|
|
|
+ stdio__config_color, "always"),
|
|
|
OPT_END()
|
|
|
};
|
|
|
struct perf_data_file file = {
|