Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpufreq/
Dcpufreq_stats.c15 struct cpufreq_stats { struct
30 static void cpufreq_stats_update(struct cpufreq_stats *stats, in cpufreq_stats_update() argument
39 static void cpufreq_stats_reset_table(struct cpufreq_stats *stats) in cpufreq_stats_reset_table()
60 struct cpufreq_stats *stats = policy->stats; in show_total_trans()
71 struct cpufreq_stats *stats = policy->stats; in show_time_in_state()
106 struct cpufreq_stats *stats = policy->stats; in store_reset()
126 struct cpufreq_stats *stats = policy->stats; in show_trans_table()
187 static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq) in freq_table_get_index()
198 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_free_table()
215 struct cpufreq_stats *stats; in cpufreq_stats_create_table()
[all …]
DMakefile6 obj-$(CONFIG_CPU_FREQ_STAT) += cpufreq_stats.o
/Linux-v6.1/tools/power/cpupower/lib/
Dcpufreq.h36 struct cpufreq_stats { struct
39 struct cpufreq_stats *next; argument
40 struct cpufreq_stats *first; argument
169 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
172 void cpufreq_put_stats(struct cpufreq_stats *stats);
Dcpufreq.c707 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu, in cpufreq_get_stats()
710 struct cpufreq_stats *first = NULL; in cpufreq_get_stats()
711 struct cpufreq_stats *current = NULL; in cpufreq_get_stats()
767 void cpufreq_put_stats(struct cpufreq_stats *any) in cpufreq_put_stats()
769 struct cpufreq_stats *tmp, *next; in cpufreq_put_stats()
/Linux-v6.1/Documentation/admin-guide/pm/
Dcpufreq_drivers.rst272 The "cpufreq_stats" module in its present form cannot be loaded and
273 expected to work with the PCC driver. Since the "cpufreq_stats" module
/Linux-v6.1/tools/power/cpupower/utils/
Dcpufreq-info.c402 struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time); in get_freq_stats()
/Linux-v6.1/include/linux/
Dcpufreq.h155 struct cpufreq_stats *stats;