Home
last modified time | relevance | path

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

/linux-4.4.14/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.c994 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_fup()
1038 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_tip()
1109 if (intel_pt_insn.branch == INTEL_PT_BR_CONDITIONAL) { in intel_pt_walk_tnt()
/linux-4.4.14/tools/perf/arch/x86/tests/
Dinsn-x86.c74 {"conditional", INTEL_PT_BR_CONDITIONAL}, in get_branch()