aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/builtin-report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index 0152b5412cc3..196473b51257 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -457,7 +457,7 @@ static const struct option options[] = {
457 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other, 457 OPT_BOOLEAN('x', "exclude-other", &symbol_conf.exclude_other,
458 "Only display entries with parent-match"), 458 "Only display entries with parent-match"),
459 OPT_CALLBACK_DEFAULT('g', "call-graph", NULL, "output_type,min_percent", 459 OPT_CALLBACK_DEFAULT('g', "call-graph", NULL, "output_type,min_percent",
460 "Display callchains using output_type and min percent threshold. " 460 "Display callchains using output_type (graph, flat, fractal, or none) and min percent threshold. "
461 "Default: fractal,0.5", &parse_callchain_opt, callchain_default_opt), 461 "Default: fractal,0.5", &parse_callchain_opt, callchain_default_opt),
462 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", 462 OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
463 "only consider symbols in these dsos"), 463 "only consider symbols in these dsos"),