Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c59 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
67 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
98 op = INTEL_PT_OP_JCC; in intel_pt_insn_decoder()
180 [INTEL_PT_OP_JCC] = "Jcc",
228 case INTEL_PT_OP_JCC: in intel_pt_insn_type()
Dintel-pt-insn-decoder.h29 INTEL_PT_OP_JCC, enumerator
/linux-4.4.14/tools/perf/arch/x86/tests/
Dinsn-x86.c42 {"jcc", INTEL_PT_OP_JCC}, in get_op()