]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/util/dump-insn.h
perf script: Fix LBR skid dump problems in brstackinsn
[linux.git] / tools / perf / util / dump-insn.h
index 0e06280a88602bb28d4596fbce45314e06aa4236..650125061530934c3f175d90ca8c82e2c59f99ca 100644 (file)
@@ -20,4 +20,6 @@ struct perf_insn {
 
 const char *dump_insn(struct perf_insn *x, u64 ip,
                      u8 *inbuf, int inlen, int *lenp);
+int arch_is_branch(const unsigned char *buf, size_t len, int x86_64);
+
 #endif