Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c57 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
65 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
96 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
209 [INTEL_PT_OP_JCC] = "Jcc",
252 case INTEL_PT_OP_JCC: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h20 INTEL_PT_OP_JCC, enumerator
/Linux-v5.10/tools/perf/arch/x86/tests/
Dinsn-x86.c44 {"jcc", INTEL_PT_OP_JCC}, in get_op()