Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c85 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
93 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
120 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
124 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
160 if (branch == INTEL_PT_BR_CONDITIONAL || in intel_pt_insn_decoder()
260 case INTEL_PT_BR_CONDITIONAL: in intel_pt_insn_desc()
H A Dintel-pt-insn-decoder.h35 INTEL_PT_BR_CONDITIONAL, enumerator
H A Dintel-pt-decoder.c1453 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_fup()
1518 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_tip()
1700 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_tnt()
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c81 {"conditional", INTEL_PT_BR_CONDITIONAL}, in get_branch()