mirror of https://gitee.com/openkylin/linux.git
perf top: Remove a duplicate word
Signed-off-by: Sihyeon Jang <uneedsihyeon@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/1510449047-12941-3-git-send-email-uneedsihyeon@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
958964f803
commit
8fce3743ce
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue