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))
998 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
1002 struct perf_event *event = cpuc->events[idx];
1003 if (!test_bit(idx, cpuc->active_mask))
1035 struct cpu_hw_events *cpuc;
1041 cpuc = this_cpu_ptr(&cpu_hw_events);
1046 if (!test_bit(idx, cpuc->active_mask)) {
1053 event = cpuc->events[idx];
1240 static int p4_pmu_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign)
1257 hwc = &cpuc->event_list[i]->hw;