Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c70 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
78 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
105 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
109 branch = INTEL_PT_BR_CONDITIONAL; in intel_pt_insn_decoder()
145 if (branch == INTEL_PT_BR_CONDITIONAL || in intel_pt_insn_decoder()
243 case INTEL_PT_BR_CONDITIONAL: in intel_pt_insn_desc()
Dintel-pt-insn-decoder.h33 INTEL_PT_BR_CONDITIONAL, enumerator
Dintel-pt-decoder.c1451 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_fup()
1516 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_tip()
1698 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_tnt()
/linux-5.19.10/tools/perf/arch/x86/tests/
Dinsn-x86.c77 {"conditional", INTEL_PT_BR_CONDITIONAL}, in get_branch()