Searched refs:total_trans (Results 1 – 10 of 10) sorted by relevance
49 - total_trans63 -r--r--r-- 1 root root 4096 May 14 16:06 total_trans87 - **total_trans**93 <mysystem>:/sys/devices/system/cpu/cpu0/cpufreq/stats # cat total_trans
16 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);174 &total_trans.attr,288 stats->total_trans++; in cpufreq_stats_record_transition()
38 - total_trans54 -r--r--r-- 1 root root 4096 May 14 16:06 total_trans81 - **total_trans**89 <mysystem>:/sys/devices/system/cpu/cpu0/cpufreq/stats # cat total_trans133 statistics which includes time_in_state, total_trans and trans_table.
586 unsigned int total_trans; member 621 stats->total_trans++; in thermal_cooling_device_stats_update() 641 ret = sprintf(buf, "%u\n", stats->total_trans); in total_trans_show() 693 stats->total_trans = 0; in reset_store() 757 static DEVICE_ATTR_RO(total_trans);
404 unsigned long total_trans = cpufreq_get_transitions(cpu); in get_freq_stats() local 420 if (total_trans) in get_freq_stats() 421 printf(" (%lu)\n", total_trans); in get_freq_stats()
130 * @total_trans: Number of devfreq transitions.136 unsigned int total_trans; member
243 devfreq->stats.total_trans++; in devfreq_update_status() 911 devfreq->stats.total_trans = 0; in devfreq_add_device() 1758 df->stats.total_trans); in trans_stat_show() 1790 df->stats.total_trans = 0; in trans_stat_store()
243 What: /sys/class/thermal/cooling_deviceX/stats/total_trans
312 |---stats/total_trans: Total number of times cooling state is changed