OSDN Git Service

perf probe ppc: Fix symbol fixup issues due to ELF type
[uclinux-h8/linux.git] / tools / perf / util / symbol.h
index 0956150..8cb0af4 100644 (file)
@@ -303,4 +303,8 @@ int setup_list(struct strlist **list, const char *list_str,
 int setup_intlist(struct intlist **list, const char *list_str,
                  const char *list_name);
 
+#ifdef HAVE_LIBELF_SUPPORT
+bool elf__needs_adjust_symbols(GElf_Ehdr ehdr);
+#endif
+
 #endif /* __PERF_SYMBOL */