Lines Matching refs:rapl_pmu
105 struct rapl_pmu {
118 struct rapl_pmu *pmus[];
142 static inline struct rapl_pmu *cpu_to_rapl_pmu(unsigned int cpu)
210 static void rapl_start_hrtimer(struct rapl_pmu *pmu)
218 struct rapl_pmu *pmu = container_of(hrtimer, struct rapl_pmu, hrtimer);
237 static void rapl_hrtimer_init(struct rapl_pmu *pmu)
245 static void __rapl_pmu_event_start(struct rapl_pmu *pmu,
264 struct rapl_pmu *pmu = event->pmu_private;
274 struct rapl_pmu *pmu = event->pmu_private;
308 struct rapl_pmu *pmu = event->pmu_private;
333 struct rapl_pmu *pmu;
546 struct rapl_pmu *pmu = cpu_to_rapl_pmu(cpu);
568 struct rapl_pmu *pmu = cpu_to_rapl_pmu(cpu);
685 size = sizeof(*rapl_pmus) + maxdie * sizeof(struct rapl_pmu *);