]> git.baikalelectronics.ru Git - kernel.git/commit
perf symbols: Move hex2u64 and strxfrchar to symbol.c
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 25 Mar 2010 22:59:00 +0000 (19:59 -0300)
committerIngo Molnar <mingo@elte.hu>
Fri, 26 Mar 2010 07:52:59 +0000 (08:52 +0100)
commitd62180be0cc9caaf7ee96f5d52f03663c8ee7667
tree5fd0da72082d4a60e0d05c727411cd089250d3a3
parent47ec5da56fc0d65e4afde9b4371ce5903d6534e8
perf symbols: Move hex2u64 and strxfrchar to symbol.c

Mostly used in symbol.c so move them there to reduce the number
of files needed to use the symbol system.

Also do some header adjustments with the same intent.

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-5-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/parse-events.c
tools/perf/util/string.c
tools/perf/util/string.h
tools/perf/util/symbol.c
tools/perf/util/symbol.h