Home
last modified time | relevance | path

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

/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c87 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
104 branch = INTEL_PT_BR_UNCONDITIONAL; in intel_pt_insn_decoder()
136 branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_insn_decoder()
199 case INTEL_PT_BR_UNCONDITIONAL: in intel_pt_insn_desc()
Dintel-pt-insn-decoder.h42 INTEL_PT_BR_UNCONDITIONAL, enumerator
Dintel-pt-decoder.c956 if (intel_pt_insn->branch != INTEL_PT_BR_UNCONDITIONAL || in intel_pt_walk_insn()
967 if (intel_pt_insn->branch == INTEL_PT_BR_UNCONDITIONAL) { in intel_pt_walk_insn()
/tools/perf/arch/x86/tests/
Dinsn-x86.c75 {"unconditional", INTEL_PT_BR_UNCONDITIONAL}, in get_branch()