hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/tools/perf/util/dump-insn.h
....@@ -20,4 +20,6 @@
2020
2121 const char *dump_insn(struct perf_insn *x, u64 ip,
2222 u8 *inbuf, int inlen, int *lenp);
23
+int arch_is_branch(const unsigned char *buf, size_t len, int x86_64);
24
+
2325 #endif