Home
last modified time | relevance | path

Searched defs:rapl_pmu (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/events/
H A Drapl.c130 struct rapl_pmu { struct
144 struct rapl_pmu *rapl_pmu[] __counted_by(nr_rapl_pmu); argument
255 struct rapl_pmu *rapl_pmu = container_of(hrtimer, struct rapl_pmu, hrtimer); in rapl_hrtimer_handle() local
274 static void rapl_hrtimer_init(struct rapl_pmu *rapl_pmu) in rapl_hrtimer_init()
281 static void __rapl_pmu_event_start(struct rapl_pmu *rapl_pmu, in __rapl_pmu_event_start()
300 struct rapl_pmu *rapl_pmu = event->pmu_private; in rapl_pmu_event_start() local
310 struct rapl_pmu *rapl_pmu = event->pmu_private; in rapl_pmu_event_stop() local
344 struct rapl_pmu *rapl_pmu = event->pmu_private; in rapl_pmu_event_add() local
369 struct rapl_pmu *rapl_pmu; in rapl_pmu_event_init() local
703 struct rapl_pmu *rapl_pmu; in init_rapl_pmu() local
/linux/drivers/powercap/
H A Dintel_rapl_common.c1581 struct rapl_pmu { struct
1588 static struct rapl_pmu rapl_pmu; argument