Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Duncore.c218 er = &box->shared_regs[reg1->idx]; in uncore_get_constraint()
254 er = &box->shared_regs[reg1->idx]; in uncore_put_constraint()
265 er = &box->shared_regs[idx]; in uncore_shared_reg_config()
379 raw_spin_lock_init(&box->shared_regs[i].lock); in uncore_alloc_box()
H A Dcore.c4144 era = &cpuc->shared_regs->regs[idx]; in __intel_shared_reg_get_constraints()
4217 era = &cpuc->shared_regs->regs[reg->idx]; in __intel_shared_reg_put_constraints()
5903 cpuc->shared_regs = allocate_shared_regs(cpu); in intel_cpuc_prepare()
5904 if (!cpuc->shared_regs) in intel_cpuc_prepare()
5931 kfree(cpuc->shared_regs); in intel_cpuc_prepare()
5932 cpuc->shared_regs = NULL; in intel_cpuc_prepare()
6439 if (!cpuc->shared_regs) in intel_pmu_cpu_starting()
6446 pc = per_cpu(cpu_hw_events, i).shared_regs; in intel_pmu_cpu_starting()
6448 cpuc->kfree_on_online[0] = cpuc->shared_regs; in intel_pmu_cpu_starting()
6449 cpuc->shared_regs = pc; in intel_pmu_cpu_starting()
[all …]
/linux/arch/x86/events/
H A Dperf_event.h363 struct intel_shared_regs *shared_regs; member