diff options
author | David Ahern <dsahern@gmail.com> | 2015-03-24 09:51:57 -0600 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-03-24 13:01:54 -0300 |
commit | 6b1f342354d45c651cabd2ae0f61f55846f33e10 (patch) | |
tree | 33dc778ea2c763b2cb83105326877cd8b8add30a /tools/perf/Documentation | |
parent | b839e1e846edb15cff322e262e8ce412d298232e (diff) | |
download | op-kernel-dev-6b1f342354d45c651cabd2ae0f61f55846f33e10.zip op-kernel-dev-6b1f342354d45c651cabd2ae0f61f55846f33e10.tar.gz |
perf diff: Add kallsyms option
Required for off-box analysis to convert kernel addresses.
Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1427212317-7018-1-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r-- | tools/perf/Documentation/perf-diff.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-diff.txt b/tools/perf/Documentation/perf-diff.txt index 5182661..d1deb57 100644 --- a/tools/perf/Documentation/perf-diff.txt +++ b/tools/perf/Documentation/perf-diff.txt @@ -31,6 +31,9 @@ OPTIONS --dump-raw-trace:: Dump raw trace in ASCII. +--kallsyms=<file>:: + kallsyms pathname + -m:: --modules:: Load module symbols. WARNING: use only with -k and LIVE kernel |