Lines Matching defs:idxd_pmu
19 static inline struct idxd_pmu *event_to_pmu(struct perf_event *event)
21 struct idxd_pmu *idxd_pmu;
25 idxd_pmu = container_of(pmu, struct idxd_pmu, pmu);
27 return idxd_pmu;
32 struct idxd_pmu *idxd_pmu;
36 idxd_pmu = container_of(pmu, struct idxd_pmu, pmu);
38 return idxd_pmu->idxd;
43 struct idxd_pmu *idxd_pmu;
45 idxd_pmu = container_of(pmu, struct idxd_pmu, pmu);
47 return idxd_pmu->idxd;