|
@@ -699,8 +699,10 @@ int cmd_report(int argc, const char **argv, const char *prefix __maybe_unused)
|
|
|
" Please refer the man page for the complete list."),
|
|
|
OPT_STRING('F', "fields", &field_order, "key[,keys...]",
|
|
|
"output field(s): overhead, period, sample plus all of sort keys"),
|
|
|
- OPT_BOOLEAN(0, "showcpuutilization", &symbol_conf.show_cpu_utilization,
|
|
|
+ OPT_BOOLEAN(0, "show-cpu-utilization", &symbol_conf.show_cpu_utilization,
|
|
|
"Show sample percentage for different cpu modes"),
|
|
|
+ OPT_BOOLEAN_FLAG(0, "showcpuutilization", &symbol_conf.show_cpu_utilization,
|
|
|
+ "Show sample percentage for different cpu modes", PARSE_OPT_HIDDEN),
|
|
|
OPT_STRING('p', "parent", &parent_pattern, "regex",
|
|
|
"regex filter to identify parent, see: '--sort parent'"),
|
|
|
OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other,
|