perf symbols: Split out util/symbol-elf.c
authorNamhyung Kim <namhyung.kim@lge.com>
Mon, 6 Aug 2012 04:41:20 +0000 (13:41 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 9 Aug 2012 19:26:33 +0000 (16:26 -0300)
commite5a1845fc0aeca85c98115980c3531129f87e18d
treef67ec3bfc5dc9ae6e2d89ad9b6493a873d4c8652
parent166ccc9c244828da9214a0e7ba4d5dde6a26dcc1
perf symbols: Split out util/symbol-elf.c

Factor out the dependency of ELF handling into separate symbol-elf.c
file. It is a preparation of building a minimalistic version perf tools
which doesn't depend on the elfutils.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1344228082-15569-3-git-send-email-namhyung@kernel.org
[ committer note: removed blank line at symbol-elf.c EOF ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
tools/perf/util/map.c
tools/perf/util/map.h
tools/perf/util/symbol-elf.c [new file with mode: 0644]
tools/perf/util/symbol.c
tools/perf/util/symbol.h