Lines Matching refs:CPU
22 cpufreq-stats is a driver that provides CPU frequency statistics for each CPU.
25 in /sysfs (<sysfs root>/devices/system/cpu/cpuX/cpufreq/stats/) for each CPU.
29 that may be running on your CPU. So, it will work with any cpufreq_driver.
66 this CPU. The cat output will have "<frequency> <time>" pair in each line, which
67 will mean this CPU spent <time> usertime units of time at <frequency>. Output
83 This gives the total number of frequency transitions on this CPU. The cat
94 This will give a fine grained information about all the CPU frequency
124 CPU Frequency scaling --->
125 [*] CPU Frequency scaling
126 [*] CPU frequency translation statistics
129 "CPU Frequency scaling" (CONFIG_CPU_FREQ) should be enabled to configure
132 "CPU frequency translation statistics" (CONFIG_CPU_FREQ_STAT) provides the
135 Once this option is enabled and your CPU supports cpufrequency, you
136 will be able to see the CPU frequency statistics in /sysfs.