Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/lib/
H A Dcpufreq.h177 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
H A Dcpufreq.c725 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu, in cpufreq_get_stats() function
/linux/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.swg130 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
/linux/tools/power/cpupower/utils/
H A Dcpufreq-info.c420 struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time); in get_freq_stats()