|
var scalProfilesMap = map[string]ScalProfiles{ |
|
"balanced": balanced, |
|
"powersave": powersave, |
|
"performance": performance, |
|
} |
The possible scaling governor value depends on the CPU and drivers. The values should be validated against the available ones.
Example:
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
performance powersave
rt-conf/src/model/pwrmgmt.go
Lines 17 to 21 in f0a9cfe
The possible scaling governor value depends on the CPU and drivers. The values should be validated against the available ones.
Example: