Home
last modified time | relevance | path

Searched refs:INTEL_PT_OP_JMP (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c97 intel_pt_insn->op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
137 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
141 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
154 op = INTEL_PT_OP_JMP; in intel_pt_insn_decoder()
250 [INTEL_PT_OP_JMP] = "Jmp",
297 case INTEL_PT_OP_JMP: in intel_pt_insn_type()
H A Dintel-pt-insn-decoder.h21 INTEL_PT_OP_JMP, enumerator
/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c47 {"jmp", INTEL_PT_OP_JMP}, in get_op()