diff options
author | Mike Galbraith <efault@gmx.de> | 2009-07-02 02:07:10 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-07-02 02:42:20 -0400 |
commit | 208b4b4a59351011b7f212e273f2b7bc47a9c482 (patch) | |
tree | 23c169191181c30916e63aff276e8c89a327bd0a /tools/perf/Makefile | |
parent | 9974f496782b7612e36a143bedda858f1cb953d4 (diff) |
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>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 8f7fd1b050a5..7822b3d6baca 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -306,6 +306,7 @@ LIB_H += util/strlist.h | |||
306 | LIB_H += util/run-command.h | 306 | LIB_H += util/run-command.h |
307 | LIB_H += util/sigchain.h | 307 | LIB_H += util/sigchain.h |
308 | LIB_H += util/symbol.h | 308 | LIB_H += util/symbol.h |
309 | LIB_H += util/module.h | ||
309 | LIB_H += util/color.h | 310 | LIB_H += util/color.h |
310 | 311 | ||
311 | LIB_OBJS += util/abspath.o | 312 | LIB_OBJS += util/abspath.o |
@@ -329,6 +330,7 @@ LIB_OBJS += util/usage.o | |||
329 | LIB_OBJS += util/wrapper.o | 330 | LIB_OBJS += util/wrapper.o |
330 | LIB_OBJS += util/sigchain.o | 331 | LIB_OBJS += util/sigchain.o |
331 | LIB_OBJS += util/symbol.o | 332 | LIB_OBJS += util/symbol.o |
333 | LIB_OBJS += util/module.o | ||
332 | LIB_OBJS += util/color.o | 334 | LIB_OBJS += util/color.o |
333 | LIB_OBJS += util/pager.o | 335 | LIB_OBJS += util/pager.o |
334 | LIB_OBJS += util/header.o | 336 | LIB_OBJS += util/header.o |