Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Dlbr.c169 if (cpuc->lbr_sel) in __intel_pmu_lbr_enable()
170 lbr_select = cpuc->lbr_sel->config & x86_pmu.lbr_sel_mask; in __intel_pmu_lbr_enable()
171 if (!pmi && cpuc->lbr_sel) in __intel_pmu_lbr_enable()
582 if (cpuc->lbr_sel) { in intel_pmu_lbr_read_64()
583 need_info = !(cpuc->lbr_sel->config & LBR_NO_INFO); in intel_pmu_lbr_read_64()
584 if (cpuc->lbr_sel->config & LBR_CALL_STACK) in intel_pmu_lbr_read_64()
Dcore.c3718 cpuc->lbr_sel = NULL; in intel_pmu_cpu_starting()
3751 cpuc->lbr_sel = &cpuc->shared_regs->regs[EXTRA_REG_LBR]; in intel_pmu_cpu_starting()
/Linux-v5.4/arch/x86/events/
Dperf_event.h235 struct er_account *lbr_sel; member