|
@@ -699,10 +699,8 @@ int cmd_report(int argc, const char **argv, const char *prefix __maybe_unused)
|
|
OPT_BOOLEAN(0, "header-only", &report.header_only,
|
|
OPT_BOOLEAN(0, "header-only", &report.header_only,
|
|
"Show only data header."),
|
|
"Show only data header."),
|
|
OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
|
|
OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
|
|
- "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline,"
|
|
|
|
- " dso_to, dso_from, symbol_to, symbol_from, mispredict,"
|
|
|
|
- " weight, local_weight, mem, symbol_daddr, dso_daddr, tlb, "
|
|
|
|
- "snoop, locked, abort, in_tx, transaction"),
|
|
|
|
|
|
+ "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline, ..."
|
|
|
|
+ " Please refer the man page for the complete list."),
|
|
OPT_BOOLEAN(0, "showcpuutilization", &symbol_conf.show_cpu_utilization,
|
|
OPT_BOOLEAN(0, "showcpuutilization", &symbol_conf.show_cpu_utilization,
|
|
"Show sample percentage for different cpu modes"),
|
|
"Show sample percentage for different cpu modes"),
|
|
OPT_STRING('p', "parent", &parent_pattern, "regex",
|
|
OPT_STRING('p', "parent", &parent_pattern, "regex",
|