Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_rapl.c119 struct rapl_pmu { struct
133 static DEFINE_PER_CPU(struct rapl_pmu *, rapl_pmu); argument
134 static DEFINE_PER_CPU(struct rapl_pmu *, rapl_pmu_to_free);
203 static void rapl_start_hrtimer(struct rapl_pmu *pmu) in rapl_start_hrtimer()
209 static void rapl_stop_hrtimer(struct rapl_pmu *pmu) in rapl_stop_hrtimer()
216 struct rapl_pmu *pmu = __this_cpu_read(rapl_pmu); in rapl_hrtimer_handle()
236 static void rapl_hrtimer_init(struct rapl_pmu *pmu) in rapl_hrtimer_init()
244 static void __rapl_pmu_event_start(struct rapl_pmu *pmu, in __rapl_pmu_event_start()
263 struct rapl_pmu *pmu = __this_cpu_read(rapl_pmu); in rapl_pmu_event_start()
273 struct rapl_pmu *pmu = __this_cpu_read(rapl_pmu); in rapl_pmu_event_stop()
[all …]