Lines Matching refs:cpuc
205 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
209 if (++cpuc->brs_active > 1)
221 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
222 if (cpuc->lbr_users)
228 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
232 if (!cpuc->brs_active)
236 if (--cpuc->brs_active)
257 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
258 if (cpuc->lbr_users)
283 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
284 struct perf_event *event = cpuc->events[0];
285 struct perf_branch_entry *br = cpuc->lbr_entries;
355 cpuc->lbr_stack.nr = nr;
386 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
389 if (!cpuc->lbr_users)
407 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
414 * keep the state in cpuc, so we can re-enable.
418 if (cpuc->brs_active) {