Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/
H A Dcpufreq-stats.rst47 - total_trans
61 -r--r--r-- 1 root root 4096 May 14 16:06 total_trans
85 - **total_trans**
91 <mysystem>:/sys/devices/system/cpu/cpu0/cpufreq/stats # cat total_trans
129 time_in_state、total_trans和trans_table的統計數據。
/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/
H A Dcpufreq-stats.rst49 - total_trans
63 -r--r--r-- 1 root root 4096 May 14 16:06 total_trans
87 - **total_trans**
93 <mysystem>:/sys/devices/system/cpu/cpu0/cpufreq/stats # cat total_trans
131 time_in_state、total_trans和trans_table的统计数据。
/openbmc/linux/drivers/cpufreq/
H A 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);
174 &total_trans.attr,
288 stats->total_trans++; in cpufreq_stats_record_transition()
/openbmc/linux/Documentation/cpu-freq/
H A 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.
/openbmc/linux/tools/power/cpupower/utils/
H A Dcpufreq-info.c400 unsigned long total_trans = cpufreq_get_transitions(cpu); in get_freq_stats() local
416 if (total_trans) in get_freq_stats()
417 printf(" (%lu)\n", total_trans); in get_freq_stats()
/openbmc/linux/drivers/thermal/
H A Dthermal_sysfs.c667 unsigned int total_trans; member
702 stats->total_trans++; in thermal_cooling_device_stats_update()
722 ret = sprintf(buf, "%u\n", stats->total_trans); in total_trans_show()
780 stats->total_trans = 0; in reset_store()
854 static DEVICE_ATTR_RO(total_trans);
/openbmc/linux/include/linux/
H A Ddevfreq.h132 unsigned int total_trans; member
/openbmc/linux/drivers/devfreq/
H A Ddevfreq.c246 devfreq->stats.total_trans++; in devfreq_update_status()
916 devfreq->stats.total_trans = 0; in devfreq_add_device()
1769 df->stats.total_trans); in trans_stat_show()
1802 df->stats.total_trans = 0; in trans_stat_store()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-thermal243 What: /sys/class/thermal/cooling_deviceX/stats/total_trans
/openbmc/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst368 |---stats/total_trans: Total number of times cooling state is changed