perf session: Move the event processing routines to session.c
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 27 Dec 2009 23:36:59 +0000 (21:36 -0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 28 Dec 2009 08:03:32 +0000 (09:03 +0100)
commit06aae590033d1ae3c35b2920ef950cfc603e2a2d
treec896105d0f394c845304a507c72b8193886261d9
parent3912f2abc942a002ef611fc973add5e5eadb3432
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>
tools/perf/Makefile
tools/perf/util/data_map.c [deleted file]
tools/perf/util/session.c