Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dcpufreq_stats.c20 unsigned int total_trans; member
47 stats->total_trans = 0; in cpufreq_stats_clear_table()
52 return sprintf(buf, "%d\n", policy->stats->total_trans); in show_total_trans()
129 cpufreq_freq_attr_ro(total_trans);
134 &total_trans.attr,
247 stats->total_trans++; in cpufreq_stats_record_transition()
/Linux-v4.19/Documentation/cpu-freq/
Dcpufreq-stats.txt34 - total_trans
49 -r--r--r-- 1 root root 4096 May 14 16:06 total_trans
75 - total_trans
81 <mysystem>:/sys/devices/system/cpu/cpu0/cpufreq/stats # cat total_trans
122 statistics which includes time_in_state, total_trans and trans_table.
/Linux-v4.19/tools/power/cpupower/utils/
Dcpufreq-info.c412 unsigned long total_trans = cpufreq_get_transitions(cpu); in get_freq_stats() local
428 if (total_trans) in get_freq_stats()
429 printf(" (%lu)\n", total_trans); in get_freq_stats()
/Linux-v4.19/drivers/thermal/
Dthermal_sysfs.c747 unsigned int total_trans; member
778 stats->total_trans++; in thermal_cooling_device_stats_update()
792 ret = sprintf(buf, "%u\n", stats->total_trans); in total_trans_show()
829 stats->total_trans = 0; in reset_store()
886 static DEVICE_ATTR_RO(total_trans);
/Linux-v4.19/include/linux/
Ddevfreq.h171 unsigned int total_trans; member
/Linux-v4.19/drivers/devfreq/
Ddevfreq.c189 devfreq->total_trans++; in devfreq_update_status()
1259 devfreq->total_trans); in trans_stat_show()
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt293 |---stats/total_trans: Total number of times cooling state is changed
511 stats/total_trans: