Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c66 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
74 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
105 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
210 [INTEL_PT_OP_JCC] = "Jcc",
253 case INTEL_PT_OP_JCC: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h29 INTEL_PT_OP_JCC, enumerator
/Linux-v4.19/tools/perf/arch/x86/tests/
Dinsn-x86.c43 {"jcc", INTEL_PT_OP_JCC}, in get_op()