Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcpufreq_stats.c31 struct cpufreq_stats { struct
65 static DEFINE_PER_CPU(struct cpufreq_stats *, cpufreq_stats_table);
70 ssize_t(*show) (struct cpufreq_stats *, char *);
75 struct cpufreq_stats *stat; in cpufreq_stats_update()
101 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, policy->cpu); in show_total_trans()
112 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, policy->cpu); in show_time_in_state()
139 struct cpufreq_stats *stats; in acct_update_power()
228 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, policy->cpu); in show_trans_table()
291 static int freq_table_get_index(struct cpufreq_stats *stat, unsigned int freq) in freq_table_get_index()
305 struct cpufreq_stats *stat = per_cpu(cpufreq_stats_table, cpu); in cpufreq_stats_free_table()
[all …]
DMakefile4 obj-$(CONFIG_CPU_FREQ_STAT) += cpufreq_stats.o
DKconfig35 module will be called cpufreq_stats.