branch_sample_type   42 arch/powerpc/include/asm/perf_event_server.h 	u64             (*bhrb_filter_map)(u64 branch_sample_type);
branch_sample_type 1527 arch/powerpc/perf/core-book3s.c 					event->attr.branch_sample_type);
branch_sample_type 1956 arch/powerpc/perf/core-book3s.c 					event->attr.branch_sample_type);
branch_sample_type  207 arch/powerpc/perf/power8-pmu.c static u64 power8_bhrb_filter_map(u64 branch_sample_type)
branch_sample_type  219 arch/powerpc/perf/power8-pmu.c 	if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY)
branch_sample_type  223 arch/powerpc/perf/power8-pmu.c 	if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN)
branch_sample_type  226 arch/powerpc/perf/power8-pmu.c 	if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL)
branch_sample_type  229 arch/powerpc/perf/power8-pmu.c 	if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL)
branch_sample_type  232 arch/powerpc/perf/power8-pmu.c 	if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) {
branch_sample_type  264 arch/powerpc/perf/power9-pmu.c static u64 power9_bhrb_filter_map(u64 branch_sample_type)
branch_sample_type  276 arch/powerpc/perf/power9-pmu.c 	if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY)
branch_sample_type  280 arch/powerpc/perf/power9-pmu.c 	if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN)
branch_sample_type  283 arch/powerpc/perf/power9-pmu.c 	if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL)
branch_sample_type  286 arch/powerpc/perf/power9-pmu.c 	if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL)
branch_sample_type  289 arch/powerpc/perf/power9-pmu.c 	if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) {
branch_sample_type  459 arch/x86/events/core.c 	u64 m = event->attr.branch_sample_type;
branch_sample_type  516 arch/x86/events/core.c 		u64 *br_type = &event->attr.branch_sample_type;
branch_sample_type  542 arch/x86/events/core.c 	if (event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK)
branch_sample_type  690 arch/x86/events/intel/lbr.c 	u64 br_type = event->attr.branch_sample_type;
branch_sample_type  759 arch/x86/events/intel/lbr.c 	u64 br_type = event->attr.branch_sample_type;
branch_sample_type 1282 include/linux/perf_event.h 	return event->attr.branch_sample_type != 0;
branch_sample_type  398 include/uapi/linux/perf_event.h 	__u64	branch_sample_type; /* enum perf_branch_sample_type */
branch_sample_type 10545 kernel/events/core.c 		event->attr.branch_sample_type = 0;
branch_sample_type 10678 kernel/events/core.c 		u64 mask = attr->branch_sample_type;
branch_sample_type 10703 kernel/events/core.c 			attr->branch_sample_type = mask;
branch_sample_type  398 tools/include/uapi/linux/perf_event.h 	__u64	branch_sample_type; /* enum perf_branch_sample_type */
branch_sample_type  138 tools/perf/tests/attr.c 	WRITE_ASS(branch_sample_type, "llu");
branch_sample_type 1120 tools/perf/util/evlist.c 		branch_type |= evsel->core.attr.branch_sample_type;
branch_sample_type  712 tools/perf/util/evsel.c 				attr->branch_sample_type = PERF_SAMPLE_BRANCH_USER |
branch_sample_type  765 tools/perf/util/evsel.c 		attr->branch_sample_type &= ~(PERF_SAMPLE_BRANCH_USER |
branch_sample_type  817 tools/perf/util/evsel.c 						 &attr->branch_sample_type);
branch_sample_type 1071 tools/perf/util/evsel.c 		attr->branch_sample_type = opts->branch_stack;
branch_sample_type 1636 tools/perf/util/evsel.c 		evsel->core.attr.branch_sample_type &= ~(PERF_SAMPLE_BRANCH_NO_FLAGS |
branch_sample_type 1797 tools/perf/util/evsel.c 			(evsel->core.attr.branch_sample_type &
branch_sample_type  382 tools/perf/util/evsel.h 	return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK;
branch_sample_type 1039 tools/perf/util/parse-events.c 		    parse_branch_str(term->val.str, &attr->branch_sample_type)) {
branch_sample_type  139 tools/perf/util/perf_event_attr_fprintf.c 	PRINT_ATTRf(branch_sample_type, p_branch_sample_type);
branch_sample_type  746 tools/perf/util/session.c 	bswap_field_64(branch_sample_type);