summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/dump-insn.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/dump-insn.h')
-rw-r--r--tools/perf/util/dump-insn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/dump-insn.h b/tools/perf/util/dump-insn.h
index 0e06280a88602..6501250615309 100644
--- a/tools/perf/util/dump-insn.h
+++ b/tools/perf/util/dump-insn.h
@@ -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