aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-c2c.c
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2017-03-08 00:08:32 +0900
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-03-07 12:48:41 -0300
commitf75d2895e053efb2a69194d98754e4d5f4fa3a28 (patch)
tree0093f01c5b05b9d773855a24a9673922b0d91fe7 /tools/perf/builtin-c2c.c
parentperf report: Hide tip message when -q option is given (diff)
downloadwireguard-linux-f75d2895e053efb2a69194d98754e4d5f4fa3a28.tar.xz
wireguard-linux-f75d2895e053efb2a69194d98754e4d5f4fa3a28.zip
perf c2c: Clarify help message of --stats option
As it is not strictly asking for only stdio output, but will imply using it. Signed-off-by: Namhyung Kim <namhyung@kernel.org> Acked-by: Jiri Olsa <jolsa@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: kernel-team@lge.com Link: http://lkml.kernel.org/r/20170307150851.22304-5-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-c2c.c')
-rw-r--r--tools/perf/builtin-c2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-c2c.c b/tools/perf/builtin-c2c.c
index e2b21723bbf8..3fac30ed92f1 100644
--- a/tools/perf/builtin-c2c.c
+++ b/tools/perf/builtin-c2c.c
@@ -2536,7 +2536,7 @@ static int perf_c2c__report(int argc, const char **argv)
OPT_BOOLEAN(0, "stdio", &c2c.use_stdio, "Use the stdio interface"),
#endif
OPT_BOOLEAN(0, "stats", &c2c.stats_only,
- "Use the stdio interface"),
+ "Display only statistic tables (implies --stdio)"),
OPT_BOOLEAN(0, "full-symbols", &c2c.symbol_full,
"Display full length of symbols"),
OPT_BOOLEAN(0, "no-source", &no_source,