will make all CPU cores that are currently on go to that frequency, not just CPU core 1.
Also, it is interesting to note that when setting “userspace” to a a file path such as /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor, it also makes all cores reflect a “userspace” mode, and not just core 1 as shown in the file path. Is this normal? Is there any way to change a single core frequency?
‘userspace’ power governor means it disables dynamic frequency scaling policy and lets userspace applications control the CPU frequency via sysfs. However, you are right, there is no option to program individual frequency per CPU core. We will try to update wiki to provide more details in this regard. Thanks.