Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/cpupower/lib/
Dcpufreq.h36 struct cpufreq_stats { struct
39 struct cpufreq_stats *next; argument
40 struct cpufreq_stats *first; argument
163 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
166 void cpufreq_put_stats(struct cpufreq_stats *stats);
Dcpufreq.c640 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu, in cpufreq_get_stats()
643 struct cpufreq_stats *first = NULL; in cpufreq_get_stats()
644 struct cpufreq_stats *current = NULL; in cpufreq_get_stats()
700 void cpufreq_put_stats(struct cpufreq_stats *any) in cpufreq_put_stats()
702 struct cpufreq_stats *tmp, *next; in cpufreq_put_stats()
/Linux-v5.4/drivers/cpufreq/
Dcpufreq_stats.c15 struct cpufreq_stats { struct
27 static void cpufreq_stats_update(struct cpufreq_stats *stats) in cpufreq_stats_update() argument
35 static void cpufreq_stats_clear_table(struct cpufreq_stats *stats) in cpufreq_stats_clear_table()
55 struct cpufreq_stats *stats = policy->stats; in show_time_in_state()
86 struct cpufreq_stats *stats = policy->stats; in show_trans_table()
144 static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq) in freq_table_get_index()
155 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_free_table()
172 struct cpufreq_stats *stats; in cpufreq_stats_create_table()
228 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_record_transition()
DMakefile6 obj-$(CONFIG_CPU_FREQ_STAT) += cpufreq_stats.o
/Linux-v5.4/Documentation/cpu-freq/
Dpcc-cpufreq.txt205 The "cpufreq_stats" module in its present form cannot be loaded and
206 expected to work with the PCC driver. Since the "cpufreq_stats" module
/Linux-v5.4/tools/power/cpupower/utils/
Dcpufreq-info.c437 struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time); in get_freq_stats()
/Linux-v5.4/include/linux/
Dcpufreq.h139 struct cpufreq_stats *stats;