Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c112 op = INTEL_PT_OP_IRET; in intel_pt_insn_decoder()
252 [INTEL_PT_OP_IRET] = "IRet",
301 case INTEL_PT_OP_IRET: in intel_pt_insn_type()
H A Dintel-pt-insn-decoder.h23 INTEL_PT_OP_IRET, enumerator
/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c49 {"iret", INTEL_PT_OP_IRET}, in get_op()