Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/cpufreq/
Dcpufreq_stats.c16 unsigned int total_trans; member
46 stats->total_trans = 0; in cpufreq_stats_reset_table()
65 return sprintf(buf, "%u\n", stats->total_trans); in show_total_trans()
67 cpufreq_freq_attr_ro(total_trans);
176 &total_trans.attr,
290 stats->total_trans++; in cpufreq_stats_record_transition()
/kernel/linux/linux-5.10/Documentation/cpu-freq/
Dcpufreq-stats.rst38 - total_trans
54 -r--r--r-- 1 root root 4096 May 14 16:06 total_trans
81 - **total_trans**
89 <mysystem>:/sys/devices/system/cpu/cpu0/cpufreq/stats # cat total_trans
133 statistics which includes time_in_state, total_trans and trans_table.
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_sysfs.c734 unsigned int total_trans; member
768 stats->total_trans++; in thermal_cooling_device_stats_update()
782 ret = sprintf(buf, "%u\n", stats->total_trans); in total_trans_show()
819 stats->total_trans = 0; in reset_store()
876 static DEVICE_ATTR_RO(total_trans);
/kernel/linux/linux-5.10/include/linux/
Ddevfreq.h127 unsigned int total_trans; member
/kernel/linux/linux-5.10/drivers/devfreq/
Ddevfreq.c246 devfreq->stats.total_trans++; in devfreq_update_status()
850 devfreq->stats.total_trans = 0; in devfreq_add_device()
1668 df->stats.total_trans); in trans_stat_show()
1695 df->stats.total_trans = 0; in trans_stat_store()
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dsysfs-api.rst408 |---stats/total_trans: Total number of times cooling state is changed
662 stats/total_trans: