perf_counter tools: Add infrastructure to support loading of kernel module symbols
authorMike Galbraith <efault@gmx.de>
Thu, 2 Jul 2009 06:07:10 +0000 (08:07 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 2 Jul 2009 06:42:20 +0000 (08:42 +0200)
commit208b4b4a59351011b7f212e273f2b7bc47a9c482
tree23c169191181c30916e63aff276e8c89a327bd0a
parent9974f496782b7612e36a143bedda858f1cb953d4
perf_counter tools: Add infrastructure to support loading of kernel module symbols

Add infrastructure for module path discovery and section load addresses.

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: <1246514830.13293.44.camel@marge.simson.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/Makefile
tools/perf/util/module.c [new file with mode: 0644]
tools/perf/util/module.h [new file with mode: 0644]