Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/cpupower/lib/
Dcpufreq.h48 struct cpufreq_stats { struct
51 struct cpufreq_stats *next; argument
52 struct cpufreq_stats *first; argument
182 extern struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu,
185 extern void cpufreq_put_stats(struct cpufreq_stats *stats);
Dcpufreq.c184 struct cpufreq_stats *cpufreq_get_stats(unsigned int cpu, in cpufreq_get_stats()
190 void cpufreq_put_stats(struct cpufreq_stats *any) in cpufreq_put_stats()
192 struct cpufreq_stats *tmp, *next; in cpufreq_put_stats()
Dsysfs.h20 extern struct cpufreq_stats *sysfs_get_freq_stats(unsigned int cpu,
Dsysfs.c448 struct cpufreq_stats *sysfs_get_freq_stats(unsigned int cpu, in sysfs_get_freq_stats()
450 struct cpufreq_stats *first = NULL; in sysfs_get_freq_stats()
451 struct cpufreq_stats *current = NULL; in sysfs_get_freq_stats()
/linux-4.4.14/drivers/cpufreq/
Dcpufreq_stats.c20 struct cpufreq_stats { struct
33 static int cpufreq_stats_update(struct cpufreq_stats *stats) in cpufreq_stats_update() argument
51 struct cpufreq_stats *stats = policy->stats; in show_time_in_state()
67 struct cpufreq_stats *stats = policy->stats; in show_trans_table()
124 static int freq_table_get_index(struct cpufreq_stats *stats, unsigned int freq) in freq_table_get_index()
135 struct cpufreq_stats *stats = policy->stats; in __cpufreq_stats_free_table()
165 struct cpufreq_stats *stats; in __cpufreq_stats_create_table()
265 struct cpufreq_stats *stats; in cpufreq_stat_notifier_trans()
DMakefile5 obj-$(CONFIG_CPU_FREQ_STAT) += cpufreq_stats.o
DKconfig36 module will be called cpufreq_stats.
/linux-4.4.14/tools/power/cpupower/utils/
Dcpufreq-info.c257 struct cpufreq_stats *stats; in debug_output_one()
503 struct cpufreq_stats *stats = cpufreq_get_stats(cpu, &total_time); in get_freq_stats()
/linux-4.4.14/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-4.4.14/include/linux/
Dcpufreq.h117 struct cpufreq_stats *stats;