Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c85 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
102 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
134 branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_insn_decoder()
228 case INTEL_PT_BR_UNCONDITIONAL: in intel_pt_insn_desc()
Dintel-pt-insn-decoder.h33 INTEL_PT_BR_UNCONDITIONAL, enumerator
Dintel-pt-decoder.c1034 if (intel_pt_insn->branch != INTEL_PT_BR_UNCONDITIONAL || in intel_pt_walk_insn()
1045 if (intel_pt_insn->branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_walk_insn()
/Linux-v5.10/tools/perf/arch/x86/tests/
Dinsn-x86.c77 {"unconditional", INTEL_PT_BR_UNCONDITIONAL}, in get_branch()