Lines Matching refs:cpuc
921 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
925 struct perf_event *event = cpuc->events[idx];
926 if (!test_bit(idx, cpuc->active_mask))
1000 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
1004 struct perf_event *event = cpuc->events[idx];
1005 if (!test_bit(idx, cpuc->active_mask))
1037 struct cpu_hw_events *cpuc;
1043 cpuc = this_cpu_ptr(&cpu_hw_events);
1048 if (!test_bit(idx, cpuc->active_mask)) {
1055 event = cpuc->events[idx];
1241 static int p4_pmu_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign)
1258 hwc = &cpuc->event_list[i]->hw;