Searched refs:rapl_pmus (Results 1 – 1 of 1) sorted by relevance
139 struct rapl_pmus { struct370 struct rapl_pmus *rapl_pmus; in rapl_pmu_event_init() local387 rapl_pmus = container_of(event->pmu, struct rapl_pmus, pmu); in rapl_pmu_event_init()388 if (!rapl_pmus) in rapl_pmu_event_init()677 static void cleanup_rapl_pmus(struct rapl_pmus *rapl_pmus) in cleanup_rapl_pmus() argument683 kfree(rapl_pmus); in cleanup_rapl_pmus()700 static int __init init_rapl_pmu(struct rapl_pmus *rapl_pmus) in init_rapl_pmu() argument731 struct rapl_pmus *rapl_pmus; in init_rapl_pmus() local744 rapl_pmus = kzalloc(struct_size(rapl_pmus, rapl_pmu, nr_rapl_pmu), GFP_KERNEL); in init_rapl_pmus()745 if (!rapl_pmus) in init_rapl_pmus()[all …]