Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c104 op = INTEL_PT_OP_LOOP; in intel_pt_insn_decoder()
226 [INTEL_PT_OP_LOOP] = "Loop",
272 case INTEL_PT_OP_LOOP: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h22 INTEL_PT_OP_LOOP, enumerator
/linux-6.1.9/tools/perf/arch/x86/tests/
Dinsn-x86.c46 {"loop", INTEL_PT_OP_LOOP}, in get_op()