Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpufreq/
Dcpufreq_stats.c16 unsigned int total_trans; member
43 stats->total_trans = 0; in cpufreq_stats_clear_table()
49 return sprintf(buf, "%d\n", policy->stats->total_trans); in show_total_trans()
51 cpufreq_freq_attr_ro(total_trans);
133 &total_trans.attr,
248 stats->total_trans++; in cpufreq_stats_record_transition()
/Linux-v5.4/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
124 statistics which includes time_in_state, total_trans and trans_table.
/Linux-v5.4/tools/power/cpupower/utils/
Dcpufreq-info.c435 unsigned long total_trans = cpufreq_get_transitions(cpu); in get_freq_stats() local
451 if (total_trans) in get_freq_stats()
452 printf(" (%lu)\n", total_trans); in get_freq_stats()
/Linux-v5.4/drivers/thermal/
Dthermal_sysfs.c750 unsigned int total_trans; member
781 stats->total_trans++; in thermal_cooling_device_stats_update()
795 ret = sprintf(buf, "%u\n", stats->total_trans); in total_trans_show()
832 stats->total_trans = 0; in reset_store()
889 static DEVICE_ATTR_RO(total_trans);
/Linux-v5.4/include/linux/
Ddevfreq.h175 unsigned int total_trans; member
/Linux-v5.4/drivers/devfreq/
Ddevfreq.c187 devfreq->total_trans++; in devfreq_update_status()
1431 devfreq->total_trans); in trans_stat_show()
/Linux-v5.4/Documentation/driver-api/thermal/
Dsysfs-api.rst408 |---stats/total_trans: Total number of times cooling state is changed
662 stats/total_trans: