diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-03-25 18:59:00 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-03-26 03:52:59 -0400 |
commit | 5aab621b7bf024608f0c089e21656e7fe875a150 (patch) | |
tree | 5fd0da72082d4a60e0d05c727411cd089250d3a3 /tools/perf/util/string.h | |
parent | 618038df3588fdfcaccfd40057f36ce792bee252 (diff) |
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>
Diffstat (limited to 'tools/perf/util/string.h')
-rw-r--r-- | tools/perf/util/string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/string.h b/tools/perf/util/string.h index 542e44de3719..700582416664 100644 --- a/tools/perf/util/string.h +++ b/tools/perf/util/string.h | |||
@@ -4,8 +4,6 @@ | |||
4 | #include <stdbool.h> | 4 | #include <stdbool.h> |
5 | #include "types.h" | 5 | #include "types.h" |
6 | 6 | ||
7 | int hex2u64(const char *ptr, u64 *val); | ||
8 | char *strxfrchar(char *s, char from, char to); | ||
9 | s64 perf_atoll(const char *str); | 7 | s64 perf_atoll(const char *str); |
10 | char **argv_split(const char *str, int *argcp); | 8 | char **argv_split(const char *str, int *argcp); |
11 | void argv_free(char **argv); | 9 | void argv_free(char **argv); |