diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-03-16 16:24:34 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-03-19 13:51:52 -0300 |
commit | a8403912d04e2c8271653bb5b7f6294dc6d322ac (patch) | |
tree | 8fba0544cac4935f3c61ee3a6636b5a12b7d450a /tools/perf/Documentation | |
parent | b7a313d84e853049062011d78cb04b6decd12f5c (diff) | |
download | linux-exynos-a8403912d04e2c8271653bb5b7f6294dc6d322ac.tar.gz linux-exynos-a8403912d04e2c8271653bb5b7f6294dc6d322ac.tar.bz2 linux-exynos-a8403912d04e2c8271653bb5b7f6294dc6d322ac.zip |
perf top: Document --ignore-vmlinux
We've had this since 2013, document it.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jin Yao <yao.jin@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Cc: Willy Tarreau <w@1wt.eu>
Fixes: fc2be6968e99 ("perf symbols: Add new option --ignore-vmlinux for perf top")
Link: https://lkml.kernel.org/n/tip-0jwfueooddwfsw9r603belxi@git.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-top.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-top.txt b/tools/perf/Documentation/perf-top.txt index a039407d63b8..114fda12aa49 100644 --- a/tools/perf/Documentation/perf-top.txt +++ b/tools/perf/Documentation/perf-top.txt @@ -67,6 +67,9 @@ Default is to monitor all CPUS. --vmlinux=<path>:: Path to vmlinux. Required for annotation functionality. +--ignore-vmlinux:: + Ignore vmlinux files. + -m <pages>:: --mmap-pages=<pages>:: Number of mmap data pages (must be a power of two) or size |