Home
last modified time | relevance | path

Searched refs:INTEL_PT_OP_RET (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c84 op = INTEL_PT_OP_RET; in intel_pt_insn_decoder()
223 [INTEL_PT_OP_RET] = "Ret",
266 case INTEL_PT_OP_RET: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h19 INTEL_PT_OP_RET, enumerator
Dintel-pt-decoder.c1213 } else if (intel_pt_insn->op == INTEL_PT_OP_RET) { in intel_pt_walk_insn()
1645 if (intel_pt_insn.op == INTEL_PT_OP_RET) { in intel_pt_walk_tnt()
/linux-5.19.10/tools/perf/arch/x86/tests/
Dinsn-x86.c43 {"ret", INTEL_PT_OP_RET}, in get_op()