Skip to content

Commit

Permalink
perf session: Move the event processing routines to session.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Dec 28, 2009
1 parent 3912f2a commit 06aae59
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 253 deletions.
1 change: 0 additions & 1 deletion tools/perf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
252 changes: 0 additions & 252 deletions tools/perf/util/data_map.c

This file was deleted.

Loading

0 comments on commit 06aae59

Please sign in to comment.