diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-12-27 23:36:59 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-28 08:03:32 (GMT) |
commit | 06aae590033d1ae3c35b2920ef950cfc603e2a2d (patch) | |
tree | c896105d0f394c845304a507c72b8193886261d9 /tools/perf/Makefile | |
parent | 3912f2abc942a002ef611fc973add5e5eadb3432 (diff) | |
download | linux-06aae590033d1ae3c35b2920ef950cfc603e2a2d.tar.xz |
perf session: Move the event processing routines to session.c
No need for an extra "data_map" file since the routines there
operate mainly on a perf_session instance.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1261957026-15580-3-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 652a470..4172c3b 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -423,7 +423,6 @@ LIB_OBJS += util/trace-event-perl.o LIB_OBJS += util/svghelper.o LIB_OBJS += util/sort.o LIB_OBJS += util/hist.o -LIB_OBJS += util/data_map.o LIB_OBJS += util/probe-event.o BUILTIN_OBJS += builtin-annotate.o |