br_type           516 arch/x86/events/core.c 		u64 *br_type = &event->attr.branch_sample_type;
br_type           532 arch/x86/events/core.c 			*br_type = PERF_SAMPLE_BRANCH_ANY;
br_type           535 arch/x86/events/core.c 				*br_type |= PERF_SAMPLE_BRANCH_USER;
br_type           538 arch/x86/events/core.c 				*br_type |= PERF_SAMPLE_BRANCH_KERNEL;
br_type           690 arch/x86/events/intel/lbr.c 	u64 br_type = event->attr.branch_sample_type;
br_type           693 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_USER)
br_type           696 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_KERNEL)
br_type           701 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_ANY)
br_type           704 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL)
br_type           707 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN)
br_type           710 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_IND_CALL)
br_type           713 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_ABORT_TX)
br_type           716 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_IN_TX)
br_type           719 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_NO_TX)
br_type           722 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_COND)
br_type           725 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_CALL_STACK) {
br_type           734 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_IND_JUMP)
br_type           737 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_CALL)
br_type           740 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_TYPE_SAVE)
br_type           759 arch/x86/events/intel/lbr.c 	u64 br_type = event->attr.branch_sample_type;
br_type           764 arch/x86/events/intel/lbr.c 		if (!(br_type & (1ULL << i)))
br_type           787 arch/x86/events/intel/lbr.c 	if ((br_type & PERF_SAMPLE_BRANCH_NO_CYCLES) &&
br_type           788 arch/x86/events/intel/lbr.c 	    (br_type & PERF_SAMPLE_BRANCH_NO_FLAGS) &&
br_type           408 net/bridge/br_device.c static struct device_type br_type = {
br_type           422 net/bridge/br_device.c 	SET_NETDEV_DEVTYPE(dev, &br_type);