Home
last modified time | relevance | path

Searched refs:INTEL_PT_BR_CONDITIONAL (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c60 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
68 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
95 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
99 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
135 if (branch == INTEL_PT_BR_CONDITIONAL || in intel_pt_insn_decoder()
198 case INTEL_PT_BR_CONDITIONAL: in intel_pt_insn_desc()
Dintel-pt-insn-decoder.h41 INTEL_PT_BR_CONDITIONAL, enumerator
Dintel-pt-decoder.c1050 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_fup()
1107 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_tip()
1193 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_tnt()
/tools/perf/arch/x86/tests/
Dinsn-x86.c74 {"conditional", INTEL_PT_BR_CONDITIONAL}, in get_branch()