lbr_sel          3718 arch/x86/events/intel/core.c 	cpuc->lbr_sel = NULL;
lbr_sel          3751 arch/x86/events/intel/core.c 		cpuc->lbr_sel = &cpuc->shared_regs->regs[EXTRA_REG_LBR];
lbr_sel           169 arch/x86/events/intel/lbr.c 	if (cpuc->lbr_sel)
lbr_sel           170 arch/x86/events/intel/lbr.c 		lbr_select = cpuc->lbr_sel->config & x86_pmu.lbr_sel_mask;
lbr_sel           171 arch/x86/events/intel/lbr.c 	if (!pmi && cpuc->lbr_sel)
lbr_sel           582 arch/x86/events/intel/lbr.c 	if (cpuc->lbr_sel) {
lbr_sel           583 arch/x86/events/intel/lbr.c 		need_info = !(cpuc->lbr_sel->config & LBR_NO_INFO);
lbr_sel           584 arch/x86/events/intel/lbr.c 		if (cpuc->lbr_sel->config & LBR_CALL_STACK)
lbr_sel           236 arch/x86/events/perf_event.h 	struct er_account		*lbr_sel;