diff options
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 430a195b8589..a118bc77286d 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -2005,9 +2005,9 @@ static const struct option options[] = { | |||
2005 | "regex filter to identify parent, see: '--sort parent'"), | 2005 | "regex filter to identify parent, see: '--sort parent'"), |
2006 | OPT_BOOLEAN('x', "exclude-other", &exclude_other, | 2006 | OPT_BOOLEAN('x', "exclude-other", &exclude_other, |
2007 | "Only display entries with parent-match"), | 2007 | "Only display entries with parent-match"), |
2008 | OPT_CALLBACK_DEFAULT('c', "callchain", NULL, "output_type,min_percent", | 2008 | OPT_CALLBACK_DEFAULT('g', "call-graph", NULL, "output_type,min_percent", |
2009 | "Display callchains using output_type and min percent threshold. " | 2009 | "Display callchains using output_type and min percent threshold. " |
2010 | "Default: flat,0", &parse_callchain_opt, callchain_default_opt), | 2010 | "Default: fractal,0.5", &parse_callchain_opt, callchain_default_opt), |
2011 | OPT_STRING('d', "dsos", &dso_list_str, "dso[,dso...]", | 2011 | OPT_STRING('d', "dsos", &dso_list_str, "dso[,dso...]", |
2012 | "only consider symbols in these dsos"), | 2012 | "only consider symbols in these dsos"), |
2013 | OPT_STRING('C', "comms", &comm_list_str, "comm[,comm...]", | 2013 | OPT_STRING('C', "comms", &comm_list_str, "comm[,comm...]", |