把所有CPU拉高(QCOM平台)
把所有CPU拉到最高
adb root
adb shell setenforce 0
adb remount
adb shell stop MPDecision
adb shell stop thermal-engine
adb shell stop thermald
adb shell "echo 1 > /sys/devices/system/cpu/cpu0/online"
adb shell "echo 1 > /sys/devices/system/cpu/cpu1/online"
adb shell "echo 1 > /sys/devices/system/cpu/cpu2/online"
adb shell "echo 1 > /sys/devices/system/cpu/cpu4/online"
adb shell "echo 1 > /sys/devices/system/cpu/cpu5/online"
adb shell "echo 1 > /sys/devices/system/cpu/cpu6/online"
adb shell "echo 1 > /sys/devices/system/cpu/cpu7/online"
adb shell "echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"
adb shell "echo performance > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor"
adb shell "echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor"
adb shell "echo performance > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor"
adb shell "echo performance > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor"
adb shell "echo performance > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor"
adb shell "echo performance > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor"
adb shell "echo performance > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor"
adb shell cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
adb shell cat /sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq
adb shell cat /sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_cur_freq
adb shell cat /sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_cur_freq
adb shell cat /sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_cur_freq
adb shell cat /sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_cur_freq
adb shell cat /sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_cur_freq
adb shell cat /sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_cur_freqadb root
adb wait-for-devices
adb wait-for-devices
sleep 4
adb shell stop MPDecision
adb shell stop thermal-engine
adb shell stop thermald
adb shell echo 1 > /sys/devices/system/cpu/cpu1/online
adb shell echo 1 > /sys/devices/system/cpu/cpu2/online
adb shell echo 1 > /sys/devices/system/cpu/cpu3/online
sleep 1
adb shell echo performance > /sys/devices/system/cpu/cpu0/cpufreq/
scaling_governor
adb shell echo performance > /sys/devices/system/cpu/cpu1/cpufreq/
scaling_governor
adb shell echo performance > /sys/devices/system/cpu/cpu2/cpufreq/
scaling_governor
adb shell echo performance > /sys/devices/system/cpu/cpu3/cpufreq/
scaling_governor
adb shell sleep 1
adb shell mount -t debugfs none /d
adb shell echo 1 > /sys/kernel/debug/msm-bus-dbg/shell-client/mas
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/target_loads
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/sampling_down_factor
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/boost
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/io_is_busy
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/sync_freq
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/timer_rate
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/timer_slack
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/up_threshold_any_cpu_freq
adb shell cat /sys/devices/system/cpu/cpufreq/interactive/up_threshold_any_cpu_loadLast updated