Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c31 enum intel_pt_insn_branch branch = INTEL_PT_BR_NO_BRANCH; in intel_pt_insn_decoder()
38 intel_pt_insn->branch = INTEL_PT_BR_NO_BRANCH; in intel_pt_insn_decoder()
179 return in.branch != INTEL_PT_BR_NO_BRANCH; in arch_is_branch()
233 case INTEL_PT_BR_NO_BRANCH: in intel_pt_insn_desc()
Dintel-pt-insn-decoder.h30 INTEL_PT_BR_NO_BRANCH, enumerator
Dintel-pt-decoder.c1023 if (intel_pt_insn->branch == INTEL_PT_BR_NO_BRANCH) { in intel_pt_walk_insn()
/Linux-v5.10/tools/perf/arch/x86/tests/
Dinsn-x86.c74 {"no_branch", INTEL_PT_BR_NO_BRANCH}, in get_branch()
/Linux-v5.10/tools/perf/util/
Dintel-pt.c642 if (intel_pt_insn->branch != INTEL_PT_BR_NO_BRANCH) in intel_pt_walk_next_insn()
2684 if (e->branch != INTEL_PT_BR_NO_BRANCH) in intel_pt_text_poke()