Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c32 enum intel_pt_insn_branch branch = INTEL_PT_BR_NO_BRANCH; in intel_pt_insn_decoder()
40 intel_pt_insn->branch = INTEL_PT_BR_NO_BRANCH; in intel_pt_insn_decoder()
208 return in.branch != INTEL_PT_BR_NO_BRANCH; in arch_is_branch()
266 case INTEL_PT_BR_NO_BRANCH: in intel_pt_insn_desc()
H A Dintel-pt-insn-decoder.h33 INTEL_PT_BR_NO_BRANCH, enumerator
H A Dintel-pt-decoder.c1142 if (intel_pt_insn.branch != INTEL_PT_BR_NO_BRANCH) { in intel_pt_sample_fup_insn()
1195 if (intel_pt_insn->branch == INTEL_PT_BR_NO_BRANCH) { in intel_pt_walk_insn()
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c79 {"no_branch", INTEL_PT_BR_NO_BRANCH}, in get_branch()
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c882 if (intel_pt_insn->branch != INTEL_PT_BR_NO_BRANCH) { in intel_pt_walk_next_insn()
3436 if (e->branch != INTEL_PT_BR_NO_BRANCH) in intel_pt_text_poke()