Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c35 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()
204 case INTEL_PT_BR_NO_BRANCH: in intel_pt_insn_desc()
Dintel-pt-insn-decoder.h39 INTEL_PT_BR_NO_BRANCH, enumerator
Dintel-pt-decoder.c889 if (intel_pt_insn->branch == INTEL_PT_BR_NO_BRANCH) { in intel_pt_walk_insn()
/linux-4.4.14/tools/perf/arch/x86/tests/
Dinsn-x86.c72 {"no_branch", INTEL_PT_BR_NO_BRANCH}, in get_branch()
/linux-4.4.14/tools/perf/util/
Dintel-pt.c494 if (intel_pt_insn->branch != INTEL_PT_BR_NO_BRANCH) in intel_pt_walk_next_insn()