perf report: Allow user to specify path to kallsyms file
authorDavid Ahern <daahern@cisco.com>
Wed, 8 Dec 2010 02:39:46 +0000 (19:39 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 9 Dec 2010 13:07:07 +0000 (11:07 -0200)
commitb226a5a72901bc9c73d639ea2e53e6c304bf3b74
tree3cc388b8450f95af1909c1ce00978b5db6ed17a5
parent2c6cb1053ad8b61ab9fb50b578d0ffea959f7583
perf report: Allow user to specify path to kallsyms file

This is useful for analyzing a perf data file on a different system than
the one data was collected on and still include symbols from loaded
kernel modules in the output.

Commiter note: Updated the man page accordingly.

LKML-Reference: <1291775986-16475-1-git-send-email-daahern@cisco.com>
Signed-off-by: David Ahern <daahern@cisco.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-report.txt
tools/perf/builtin-report.c
tools/perf/util/symbol.c
tools/perf/util/symbol.h