Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_rapl.c121 struct rapl_pmu { struct
135 static DEFINE_PER_CPU(struct rapl_pmu *, rapl_pmu); argument
136 static DEFINE_PER_CPU(struct rapl_pmu *, rapl_pmu_to_free);
205 static void rapl_start_hrtimer(struct rapl_pmu *pmu) in rapl_start_hrtimer()
212 static void rapl_stop_hrtimer(struct rapl_pmu *pmu) in rapl_stop_hrtimer()
219 struct rapl_pmu *pmu = __this_cpu_read(rapl_pmu); in rapl_hrtimer_handle()
239 static void rapl_hrtimer_init(struct rapl_pmu *pmu) in rapl_hrtimer_init()
247 static void __rapl_pmu_event_start(struct rapl_pmu *pmu, in __rapl_pmu_event_start()
266 struct rapl_pmu *pmu = __this_cpu_read(rapl_pmu); in rapl_pmu_event_start()
276 struct rapl_pmu *pmu = __this_cpu_read(rapl_pmu); in rapl_pmu_event_stop()
[all …]