Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/cpupower/lib/
Dcpufreq.h44 struct cpufreq_stats { struct
47 struct cpufreq_stats *next; argument
48 struct cpufreq_stats *first; argument
171 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
174 void cpufreq_put_stats(struct cpufreq_stats *stats);
Dcpufreq.c638 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu, in cpufreq_get_stats()
641 struct cpufreq_stats *first = NULL; in cpufreq_get_stats()
642 struct cpufreq_stats *current = NULL; in cpufreq_get_stats()
698 void cpufreq_put_stats(struct cpufreq_stats *any) in cpufreq_put_stats()
700 struct cpufreq_stats *tmp, *next; in cpufreq_put_stats()
/Linux-v4.19/drivers/cpufreq/
Dcpufreq_stats.c19 struct cpufreq_stats { struct
30 static void cpufreq_stats_update(struct cpufreq_stats *stats) in cpufreq_stats_update() argument
40 static void cpufreq_stats_clear_table(struct cpufreq_stats *stats) in cpufreq_stats_clear_table()
57 struct cpufreq_stats *stats = policy->stats; in show_time_in_state()
83 struct cpufreq_stats *stats = policy->stats; in show_trans_table()
145 static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq) in freq_table_get_index()
156 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_free_table()
173 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-v4.19/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-v4.19/tools/power/cpupower/utils/
Dcpufreq-info.c414 struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time); in get_freq_stats()
/Linux-v4.19/include/linux/
Dcpufreq.h150 struct cpufreq_stats *stats;