diff options
author | Sihyeon Jang <[email protected]> | 2017-11-12 10:10:47 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-11-16 14:49:56 -0300 |
commit | 8fce3743cea47db86dd13ab4c479158a872271e8 (patch) | |
tree | cec7f9c6dc28fb31297a3a25bf2d176ac1dbf080 | |
parent | 958964f803b27baffd238708842b527a1d30e110 (diff) |
perf top: Remove a duplicate word
Signed-off-by: Sihyeon Jang <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/builtin-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 0789f95ca2f3..68320ac5e9b0 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c @@ -412,7 +412,7 @@ static void perf_top__print_mapped_keys(struct perf_top *top) fprintf(stdout, "\t[S] stop annotation.\n"); fprintf(stdout, - "\t[K] hide kernel_symbols symbols. \t(%s)\n", + "\t[K] hide kernel symbols. \t(%s)\n", top->hide_kernel_symbols ? "yes" : "no"); fprintf(stdout, "\t[U] hide user symbols. \t(%s)\n", |