diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-05-28 13:55:04 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-28 17:25:42 -0400 |
commit | a2928c42a5d69328c3578b41bd4d72f6658cf7dc (patch) | |
tree | 09cf963c18e03482183cdf0b82a23a74b7722f6a /Documentation/perf_counter/Makefile | |
parent | c93f7669098eb97c5376e5396e3dfb734c17df4f (diff) |
perf_counter tools: Move symbol resolution classes from report to libperf
Will be used by perf top as well.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <20090528175504.GC4747@ghostprotocols.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/Makefile')
-rw-r--r-- | Documentation/perf_counter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile index 51b13f989833..bd29a5c00100 100644 --- a/Documentation/perf_counter/Makefile +++ b/Documentation/perf_counter/Makefile | |||
@@ -298,6 +298,7 @@ LIB_H += util/help.h | |||
298 | LIB_H += util/strbuf.h | 298 | LIB_H += util/strbuf.h |
299 | LIB_H += util/run-command.h | 299 | LIB_H += util/run-command.h |
300 | LIB_H += util/sigchain.h | 300 | LIB_H += util/sigchain.h |
301 | LIB_H += util/symbol.h | ||
301 | 302 | ||
302 | LIB_OBJS += util/abspath.o | 303 | LIB_OBJS += util/abspath.o |
303 | LIB_OBJS += util/alias.o | 304 | LIB_OBJS += util/alias.o |
@@ -317,6 +318,7 @@ LIB_OBJS += util/strbuf.o | |||
317 | LIB_OBJS += util/usage.o | 318 | LIB_OBJS += util/usage.o |
318 | LIB_OBJS += util/wrapper.o | 319 | LIB_OBJS += util/wrapper.o |
319 | LIB_OBJS += util/sigchain.o | 320 | LIB_OBJS += util/sigchain.o |
321 | LIB_OBJS += util/symbol.o | ||
320 | LIB_OBJS += util/pager.o | 322 | LIB_OBJS += util/pager.o |
321 | 323 | ||
322 | BUILTIN_OBJS += builtin-help.o | 324 | BUILTIN_OBJS += builtin-help.o |