Lines Matching defs:cpuc
919 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
923 struct perf_event *event = cpuc->events[idx];
924 if (!test_bit(idx, cpuc->active_mask))
988 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
992 struct perf_event *event = cpuc->events[idx];
993 if (!test_bit(idx, cpuc->active_mask))
1002 struct cpu_hw_events *cpuc;
1008 cpuc = this_cpu_ptr(&cpu_hw_events);
1013 if (!test_bit(idx, cpuc->active_mask)) {
1015 if (__test_and_clear_bit(idx, cpuc->running))
1020 event = cpuc->events[idx];
1207 static int p4_pmu_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign)
1224 hwc = &cpuc->event_list[i]->hw;