Home
last modified time | relevance | path

Searched refs:INTEL_PT_BR_UNCONDITIONAL (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c97 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
114 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
146 branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_insn_decoder()
244 case INTEL_PT_BR_UNCONDITIONAL: in intel_pt_insn_desc()
Dintel-pt-insn-decoder.h34 INTEL_PT_BR_UNCONDITIONAL, enumerator
Dintel-pt-decoder.c1206 if (intel_pt_insn->branch != INTEL_PT_BR_UNCONDITIONAL || in intel_pt_walk_insn()
1217 if (intel_pt_insn->branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_walk_insn()
/linux-6.1.9/tools/perf/arch/x86/tests/
Dinsn-x86.c78 {"unconditional", INTEL_PT_BR_UNCONDITIONAL}, in get_branch()
/linux-6.1.9/tools/perf/util/
Dintel-pt.c719 return intel_pt_insn->rel == 16 && intel_pt_insn->branch == INTEL_PT_BR_UNCONDITIONAL; in intel_pt_jmp_16()