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)
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>

No differences found