lbr_format        212 arch/x86/events/intel/lbr.c 		if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO)
lbr_format        224 arch/x86/events/intel/lbr.c 	if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32)
lbr_format        269 arch/x86/events/intel/lbr.c 	int lbr_format = x86_pmu.intel_cap.lbr_format;
lbr_format        273 arch/x86/events/intel/lbr.c 	return !tsx_support && (lbr_desc[lbr_format] & LBR_TSX);
lbr_format        372 arch/x86/events/intel/lbr.c 		if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO)
lbr_format        380 arch/x86/events/intel/lbr.c 		if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO)
lbr_format        409 arch/x86/events/intel/lbr.c 		if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO)
lbr_format        576 arch/x86/events/intel/lbr.c 	int lbr_format = x86_pmu.intel_cap.lbr_format;
lbr_format        593 arch/x86/events/intel/lbr.c 		int lbr_flags = lbr_desc[lbr_format];
lbr_format        605 arch/x86/events/intel/lbr.c 		if (lbr_format == LBR_FORMAT_INFO && need_info) {
lbr_format        616 arch/x86/events/intel/lbr.c 		if (lbr_format == LBR_FORMAT_TIME) {
lbr_format        675 arch/x86/events/intel/lbr.c 	if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_32)
lbr_format        789 arch/x86/events/intel/lbr.c 	    (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_INFO))
lbr_format       1311 arch/x86/events/intel/lbr.c 	if (x86_pmu.intel_cap.lbr_format == LBR_FORMAT_LIP)
lbr_format       1312 arch/x86/events/intel/lbr.c 		x86_pmu.intel_cap.lbr_format = LBR_FORMAT_EIP_FLAGS;
lbr_format        511 arch/x86/events/perf_event.h 		u64	lbr_format:6;