forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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