diff options
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r-- | tools/perf/util/symbol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index a4f0075b4e5c..0563f33c1eb3 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -349,6 +349,7 @@ bool elf__needs_adjust_symbols(GElf_Ehdr ehdr); | |||
349 | void arch__sym_update(struct symbol *s, GElf_Sym *sym); | 349 | void arch__sym_update(struct symbol *s, GElf_Sym *sym); |
350 | #endif | 350 | #endif |
351 | 351 | ||
352 | const char *arch__normalize_symbol_name(const char *name); | ||
352 | #define SYMBOL_A 0 | 353 | #define SYMBOL_A 0 |
353 | #define SYMBOL_B 1 | 354 | #define SYMBOL_B 1 |
354 | 355 | ||