Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c69 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
77 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
108 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
224 [INTEL_PT_OP_JCC] = "Jcc",
268 case INTEL_PT_OP_JCC: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h20 INTEL_PT_OP_JCC, enumerator
/linux-5.19.10/tools/perf/arch/x86/tests/
Dinsn-x86.c44 {"jcc", INTEL_PT_OP_JCC}, in get_op()