kernel/tools/perf/util/dump-insn.h
.. .. @@ -20,4 +20,6 @@ 20 20 21 21 const char *dump_insn(struct perf_insn *x, u64 ip, 22 22 u8 *inbuf, int inlen, int *lenp); 23 +int arch_is_branch(const unsigned char *buf, size_t len, int x86_64);24 +23 25 #endif