INTEL_PT_BR_NO_BRANCH   74 tools/perf/arch/x86/tests/insn-x86.c 		{"no_branch",     INTEL_PT_BR_NO_BRANCH},
INTEL_PT_BR_NO_BRANCH 1013 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c 	if (intel_pt_insn->branch == INTEL_PT_BR_NO_BRANCH) {
INTEL_PT_BR_NO_BRANCH   31 tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c 	enum intel_pt_insn_branch branch = INTEL_PT_BR_NO_BRANCH;
INTEL_PT_BR_NO_BRANCH   38 tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c 		intel_pt_insn->branch = INTEL_PT_BR_NO_BRANCH;
INTEL_PT_BR_NO_BRANCH  179 tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c 	return in.branch != INTEL_PT_BR_NO_BRANCH;
INTEL_PT_BR_NO_BRANCH  233 tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c 	case INTEL_PT_BR_NO_BRANCH:
INTEL_PT_BR_NO_BRANCH  597 tools/perf/util/intel-pt.c 			if (intel_pt_insn->branch != INTEL_PT_BR_NO_BRANCH)