HomeSort by relevance Sort by last modified time
    Searched refs:cpubase (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/hwui/tests/scripts/
prep_fugu.sh 3 cpubase=/sys/devices/system/cpu
36 adb shell "echo 1 > $cpubase/cpu${cpu}/online" &> /dev/null
37 adb shell "echo userspace > $cpubase/cpu${cpu}/$gov"
38 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
39 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
40 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed"
prep_marlfish.sh 3 cpubase=/sys/devices/system/cpu
23 adb shell "echo userspace > $cpubase/cpu2/cpufreq/scaling_governor"
25 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
26 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
prep_buller.sh 4 cpubase=/sys/devices/system/cpu
22 adb shell "echo 1 > $cpubase/cpu${cpu}/online"
23 adb shell "echo userspace > $cpubase/cpu${cpu}/$gov"
24 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq"
25 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq"
26 adb shell "echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed"
32 adb shell "echo 0 > $cpubase/cpu${cpu}/online"
  /platform_testing/scripts/perf-setup/
wahoo-setup.sh 7 cpubase=/sys/devices/system/cpu
19 echo 1 > $cpubase/cpu${cpu}/online
20 echo userspace > $cpubase/cpu${cpu}/$gov
21 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq
22 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq
23 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed
24 cat $cpubase/cpu${cpu}/cpufreq/scaling_cur_freq
34 echo 0 > $cpubase/cpu${cpu}/online
angler-setup.sh 8 cpubase=/sys/devices/system/cpu
14 echo 1 > $cpubase/cpu${cpu}/online
15 echo userspace > $cpubase/cpu${cpu}/$gov
16 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq
17 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq
18 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed
bullhead-setup.sh 8 cpubase=/sys/devices/system/cpu
14 echo 1 > $cpubase/cpu${cpu}/online
15 echo userspace > $cpubase/cpu${cpu}/$gov
16 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_max_freq
17 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_min_freq
18 echo $S > $cpubase/cpu${cpu}/cpufreq/scaling_setspeed

Completed in 307 milliseconds