Searched refs:insn_decode (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-insn-decoder.c | 196 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 D | sample.c | 129 ret = insn_decode(&insn, sample->insn, len,
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | insn-x86.c | 106 ret = insn_decode(&insn, dat->data, MAX_INSN_SIZE, in test_data_item()
|
| /linux/arch/x86/tools/ |
| H A D | insn_decoder_test.c | 152 ret = insn_decode(&insn, insn_buff, sizeof(insn_buff), in main()
|
| H A D | insn_sanity.c | 240 ret = insn_decode(&insn, insn_buff, sizeof(insn_buff), in main()
|
| /linux/tools/objtool/arch/x86/ |
| H A D | decode.c | 108 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 D | insn.c | 773 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 D | insn.c | 773 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 D | uprobes.c | 1633 ret = insn_decode(&insn, auprobe->insn, sizeof(auprobe->insn), m); in arch_uprobe_analyze_insn()
|