perf_counter tools: Enable kernel module symbol loading in tools
authorMike Galbraith <efault@gmx.de>
Thu, 2 Jul 2009 06:09:46 +0000 (08:09 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 2 Jul 2009 06:42:21 +0000 (08:42 +0200)
commit429764873cf3fc3e73142872a674bb27cda589c1
treea7c11887ad7aa055f56276a14acbe004d0ead434
parent6cfcc53ed4f3ecb9319e73a03f34f1eddcb644dd
perf_counter tools: Enable kernel module symbol loading in tools

Add the -m/--modules option to perf report and perf annotate,
which enables live module symbol/image loading. To be used
with -k/--vmlinux.

(Also give perf annotate a -P/--full-paths option.)

Signed-off-by: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <1246514986.13293.48.camel@marge.simson.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-annotate.c
tools/perf/builtin-report.c
tools/perf/builtin-top.c