Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[sfrench/cifs-2.6.git] / tools / objtool / arch / x86 / decode.c
index f0943830add750b450a4a9b953714e4a66928a4d..e7b030f7e2a5bddf02aae6d41cc2080b0857c335 100644 (file)
 #include <objtool/builtin.h>
 #include <arch/elf.h>
 
+int arch_ftrace_match(char *name)
+{
+       return !strcmp(name, "__fentry__");
+}
+
 static int is_x86_64(const struct elf *elf)
 {
        switch (elf->ehdr.e_machine) {