Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/cpufreq/
A 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()
185 static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq) in freq_table_get_index()
196 struct cpufreq_stats *stats = policy->stats; in cpufreq_stats_free_table()
213 struct cpufreq_stats *stats; in cpufreq_stats_create_table()
[all …]
A DMakefile6 obj-$(CONFIG_CPU_FREQ_STAT) += cpufreq_stats.o
/linux-6.3-rc2/tools/power/cpupower/lib/
A 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);
A 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-6.3-rc2/Documentation/admin-guide/pm/
A 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-6.3-rc2/tools/power/cpupower/utils/
A Dcpufreq-info.c402 struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time); in get_freq_stats()
/linux-6.3-rc2/include/linux/
A Dcpufreq.h155 struct cpufreq_stats *stats;

Completed in 13 milliseconds