]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/util/dump-insn.c
perf script: Fix LBR skid dump problems in brstackinsn
[linux.git] / tools / perf / util / dump-insn.c
index 10988d3de7cec8940f3e4904cdb537a6f32cc690..2bd8585db93c30df83d2d0740a596a56a2a1f8f7 100644 (file)
@@ -13,3 +13,11 @@ const char *dump_insn(struct perf_insn *x __maybe_unused,
                *lenp = 0;
        return "?";
 }
+
+__weak
+int arch_is_branch(const unsigned char *buf __maybe_unused,
+                  size_t len __maybe_unused,
+                  int x86_64 __maybe_unused)
+{
+       return 0;
+}