diff options
author | Namhyung Kim <namhyung@kernel.org> | 2015-03-12 03:32:47 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-03-13 06:47:48 -0400 |
commit | bd72a33ebae8b4d37e3d2a3f0f3f3333ac9654dd (patch) | |
tree | 13dedd137cb1f71b44ed12054c18c5d6c17f9565 /tools/perf/Documentation | |
parent | 405f87557da35a03ba4663eca971ffac58b0a818 (diff) |
perf kmem: Allow -v option
Current perf kmem fails when -v option is used. As it's very useful for
debugging, let's allow it.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Joonsoo Kim <js1304@gmail.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1426145571-3065-3-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r-- | tools/perf/Documentation/perf-kmem.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-kmem.txt b/tools/perf/Documentation/perf-kmem.txt index 7c8fbbf3f61c..150253cc3c97 100644 --- a/tools/perf/Documentation/perf-kmem.txt +++ b/tools/perf/Documentation/perf-kmem.txt | |||
@@ -25,6 +25,10 @@ OPTIONS | |||
25 | --input=<file>:: | 25 | --input=<file>:: |
26 | Select the input file (default: perf.data unless stdin is a fifo) | 26 | Select the input file (default: perf.data unless stdin is a fifo) |
27 | 27 | ||
28 | -v:: | ||
29 | --verbose:: | ||
30 | Be more verbose. (show symbol address, etc) | ||
31 | |||
28 | --caller:: | 32 | --caller:: |
29 | Show per-callsite statistics | 33 | Show per-callsite statistics |
30 | 34 | ||