X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fdump-insn.h;h=650125061530934c3f175d90ca8c82e2c59f99ca;hb=3bec5b6aae830355e786e204b20a7cea38c3a8ed;hp=0e06280a88602bb28d4596fbce45314e06aa4236;hpb=04bbc9795d2e89c79edf48fb1303ace2e8c90a60;p=linux-2.6-microblaze.git diff --git a/tools/perf/util/dump-insn.h b/tools/perf/util/dump-insn.h index 0e06280a8860..650125061530 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