aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r--tools/perf/builtin-report.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index b125742e5cfd..c1cc7ab6f849 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -486,6 +486,8 @@ static const struct option options[] = {
486 OPT_STRING('c', "cpu", &cpu_list, "cpu", "list of cpus to profile"), 486 OPT_STRING('c', "cpu", &cpu_list, "cpu", "list of cpus to profile"),
487 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style", 487 OPT_STRING('M', "disassembler-style", &disassembler_style, "disassembler style",
488 "Specify disassembler style (e.g. -M intel for intel syntax)"), 488 "Specify disassembler style (e.g. -M intel for intel syntax)"),
489 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period,
490 "Show a column with the sum of periods"),
489 OPT_END() 491 OPT_END()
490}; 492};
491 493