Home
last modified time | relevance | path

Searched refs:rapl_pmus (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/events/
H A Drapl.c139 struct rapl_pmus { struct
370 struct rapl_pmus *rapl_pmus; in rapl_pmu_event_init() local
387 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() argument
683 kfree(rapl_pmus); in cleanup_rapl_pmus()
700 static int __init init_rapl_pmu(struct rapl_pmus *rapl_pmus) in init_rapl_pmu() argument
731 struct rapl_pmus *rapl_pmus; in init_rapl_pmus() local
744 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 …]