Home
last modified time | relevance | path

Searched refs:insn_decode (Results 1 – 6 of 6) sorted by relevance

/tools/perf/arch/x86/util/
A Darchinsn.c23 ret = insn_decode(&insn, sample->insn, len, in arch_fetch_insn()
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-insn-decoder.c196 ret = insn_decode(&insn, buf, len, in intel_pt_get_insn()
225 ret = insn_decode(&insn, inbuf, inlen, in dump_insn()
/tools/arch/x86/include/asm/
A Dinsn.h156 extern int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m);
158 #define insn_decode_kernel(_insn, _ptr) insn_decode((_insn), (_ptr), MAX_INSN_SIZE, INSN_MODE_KERN)
/tools/perf/arch/x86/tests/
A Dinsn-x86.c106 ret = insn_decode(&insn, dat->data, MAX_INSN_SIZE, in test_data_item()
/tools/arch/x86/lib/
A Dinsn.c756 int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m) in insn_decode() function
/tools/objtool/arch/x86/
A Ddecode.c173 ret = insn_decode(&ins, sec->data->d_buf + offset, maxlen, in arch_decode_instruction()

Completed in 7 milliseconds