Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c94 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
111 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
143 branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_insn_decoder()
229 case INTEL_PT_BR_UNCONDITIONAL: in intel_pt_insn_desc()
Dintel-pt-insn-decoder.h42 INTEL_PT_BR_UNCONDITIONAL, enumerator
Dintel-pt-decoder.c991 if (intel_pt_insn->branch != INTEL_PT_BR_UNCONDITIONAL || in intel_pt_walk_insn()
1002 if (intel_pt_insn->branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_walk_insn()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dinsn-x86.c76 {"unconditional", INTEL_PT_BR_UNCONDITIONAL}, in get_branch()