Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c62 op = INTEL_PT_OP_ERETU; in intel_pt_insn_decoder()
258 [INTEL_PT_OP_ERETU] = "Eretu",
303 case INTEL_PT_OP_ERETU: in intel_pt_insn_type()
H A Dintel-pt-insn-decoder.h29 INTEL_PT_OP_ERETU, enumerator
/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c55 {"eretu", INTEL_PT_OP_ERETU}, in get_op()