Lines Matching refs:in
2 CPU frequency and voltage scaling statistics in the Linux(TM) kernel
21 These statistics are provided in /sysfs as a bunch of read_only interfaces. This
22 interface (when configured) will appear in a separate directory under cpufreq
23 in /sysfs (<sysfs root>/devices/system/cpu/cpuX/cpufreq/stats/) for each CPU.
32 cpufreq stats provides following statistics (explained in detail below).
53 This gives the amount of time spent in each of the frequencies supported by
54 this CPU. The cat output will have "<frequency> <time>" pair in each line, which
57 is 10mS (similar to other time exported in /proc).
83 Freq_i to Freq_j. Freq_i is in descending order with increasing rows and
84 Freq_j is in descending order with increasing columns. The output here also
101 To configure cpufreq-stats in your kernel
120 interface. It provides a whole bunch of value in a 2 dimensional matrix
124 will be able to see the CPU frequency statistics in /sysfs.