perf symbols: Move map related routines to map.c
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 25 Mar 2010 22:58:58 +0000 (19:58 -0300)
committerIngo Molnar <mingo@elte.hu>
Fri, 26 Mar 2010 07:52:58 +0000 (08:52 +0100)
commit4b8cf84624e9a58a21aaac3d064222092ae234e0
treeb3730987728f9280612fedbf24db50142e8ed253
parentb177f63f5226e75280855bbcd106e677250778bd
perf symbols: Move map related routines to map.c

Thru series of refactorings functions were being renamed but not
moved to map.c to reduce patch noise, now lets have them in the
same place so that use of the symbol system by tools can be
constrained to building and linking fewer source files:
symbol.c, map.c and rbtree.c.

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: <1269557941-15617-3-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/map.c
tools/perf/util/map.h
tools/perf/util/session.c
tools/perf/util/thread.c
tools/perf/util/thread.h