Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c67 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
75 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
102 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
106 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
142 if (branch == INTEL_PT_BR_CONDITIONAL || in intel_pt_insn_decoder()
228 case INTEL_PT_BR_CONDITIONAL: in intel_pt_insn_desc()
Dintel-pt-insn-decoder.h41 INTEL_PT_BR_CONDITIONAL, enumerator
Dintel-pt-decoder.c1141 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_fup()
1198 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_tip()
1284 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_tnt()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dinsn-x86.c75 {"conditional", INTEL_PT_BR_CONDITIONAL}, in get_branch()