aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
authorMike Galbraith <efault@gmx.de>2009-07-02 02:07:10 -0400
committerIngo Molnar <mingo@elte.hu>2009-07-02 02:42:20 -0400
commit208b4b4a59351011b7f212e273f2b7bc47a9c482 (patch)
tree23c169191181c30916e63aff276e8c89a327bd0a /tools/perf/Makefile
parent9974f496782b7612e36a143bedda858f1cb953d4 (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/Makefile2
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
306LIB_H += util/run-command.h 306LIB_H += util/run-command.h
307LIB_H += util/sigchain.h 307LIB_H += util/sigchain.h
308LIB_H += util/symbol.h 308LIB_H += util/symbol.h
309LIB_H += util/module.h
309LIB_H += util/color.h 310LIB_H += util/color.h
310 311
311LIB_OBJS += util/abspath.o 312LIB_OBJS += util/abspath.o
@@ -329,6 +330,7 @@ LIB_OBJS += util/usage.o
329LIB_OBJS += util/wrapper.o 330LIB_OBJS += util/wrapper.o
330LIB_OBJS += util/sigchain.o 331LIB_OBJS += util/sigchain.o
331LIB_OBJS += util/symbol.o 332LIB_OBJS += util/symbol.o
333LIB_OBJS += util/module.o
332LIB_OBJS += util/color.o 334LIB_OBJS += util/color.o
333LIB_OBJS += util/pager.o 335LIB_OBJS += util/pager.o
334LIB_OBJS += util/header.o 336LIB_OBJS += util/header.o