Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c196 ret = insn_decode(&insn, buf, len, in intel_pt_get_insn()
224 ret = insn_decode(&insn, inbuf, inlen, in dump_insn()
/linux/tools/perf/util/
H A Dsample.c129 ret = insn_decode(&insn, sample->insn, len,
/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c106 ret = insn_decode(&insn, dat->data, MAX_INSN_SIZE, in test_data_item()
/linux/arch/x86/tools/
H A Dinsn_decoder_test.c152 ret = insn_decode(&insn, insn_buff, sizeof(insn_buff), in main()
H A Dinsn_sanity.c240 ret = insn_decode(&insn, insn_buff, sizeof(insn_buff), in main()
/linux/tools/objtool/arch/x86/
H A Ddecode.c108 insn_decode(&insn, sec->data->d_buf + o, sec_size(sec) - o, in scan_for_insn()
237 ret = insn_decode(&ins, sec->data->d_buf + offset, maxlen, in arch_decode_instruction()
/linux/arch/x86/lib/
H A Dinsn.c773 int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m) in insn_decode() function
/linux/tools/arch/x86/lib/
H A Dinsn.c773 int insn_decode(struct insn *insn, const void *kaddr, int buf_len, enum insn_mode m) in insn_decode() function
/linux/arch/x86/kernel/
H A Duprobes.c1633 ret = insn_decode(&insn, auprobe->insn, sizeof(auprobe->insn), m); in arch_uprobe_analyze_insn()