Home
last modified time | relevance | path

Searched refs:lbr_sel (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/events/amd/
H A Dcore.c584 cpuc->lbr_sel = kzalloc_node(sizeof(struct er_account), GFP_KERNEL, in amd_pmu_cpu_prepare()
586 if (!cpuc->lbr_sel) in amd_pmu_cpu_prepare()
598 kfree(cpuc->lbr_sel); in amd_pmu_cpu_prepare()
599 cpuc->lbr_sel = NULL; in amd_pmu_cpu_prepare()
640 kfree(cpuhw->lbr_sel); in amd_pmu_cpu_dead()
641 cpuhw->lbr_sel = NULL; in amd_pmu_cpu_dead()
H A Dlbr.c353 cpuc->lbr_sel->config = reg->config; in amd_pmu_lbr_add()
402 lbr_select = cpuc->lbr_sel->config & LBR_SELECT_MASK; in amd_pmu_lbr_enable_all()
/linux/arch/x86/events/
H A Dperf_event.h338 struct er_account *lbr_sel; member
1064 u64 lbr_sel; member
/linux/arch/x86/events/intel/
H A Dcore.c6407 cpuc->lbr_sel = NULL; in intel_pmu_cpu_starting()
6458 cpuc->lbr_sel = &cpuc->shared_regs->regs[EXTRA_REG_LBR]; in intel_pmu_cpu_starting()