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

  /external/ltp/tools/pounder21/test_repo/T90ramp/
D07cpufreq 4 $POUNDER_HOME/infinite_loop $POUNDER_HOME/test_scripts/cpufreq
  /external/ltp/tools/pounder21/src/cpufreq/
Makefile 23 bins = cpufreq.bin
27 cpufreq.bin: cpufreq.c
28 $(CC) $(CFLAGS) -o cpufreq.bin $<
  /platform_testing/scripts/perf-setup/
dragon-setup.sh 10 echo userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
11 echo 1530000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
12 echo 1530000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
13 echo 1530000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
sailin-setup.sh 13 echo performance > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
14 echo 2150400 > /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
angler-setup.sh 9 gov=cpufreq/scaling_governor
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 9 gov=cpufreq/scaling_governor
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
  /device/google/marlin/
init.power.sh 23 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive
24 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/use_sched_load 1
25 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/use_migration_notif 1
26 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/above_hispeed_delay 19000
27 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/go_hispeed_load 90
28 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/timer_rate 20000
29 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/hispeed_freq 960000
30 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/io_is_busy 1
31 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/target_loads 80
32 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/min_sample_time 1900
    [all...]
  /device/huawei/angler/
init.angler.power.sh 41 write /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq 960000
47 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive
49 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/use_sched_load 1
50 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/use_migration_notif 1
51 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/above_hispeed_delay 19000
52 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/go_hispeed_load 99
53 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/timer_rate 20000
54 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/hispeed_freq 960000
55 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/io_is_busy 1
56 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/target_loads "65 460000:75 960000:80
    [all...]
init.angler.rc 271 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive
  /external/ltp/tools/pounder21/build_scripts/
cpufreq 23 # Do any CPU support cpufreq?
24 CPUFREQ_ENABLED_CPUS=`/bin/ls -lad /sys/devices/system/cpu/cpu*/cpufreq 2> /dev/null | wc -l`
26 echo "[cpufreq] None of your CPUs support cpufreq. Not building cpufreq."
30 cd "$POUNDER_SRCDIR/cpufreq/"
  /device/lge/bullhead/
init.bullhead.power.sh 40 write /sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq 960000
58 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive
60 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/use_sched_load 1
61 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/use_migration_notif 1
62 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/above_hispeed_delay 19000
63 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/go_hispeed_load 99
64 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/timer_rate 20000
65 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/hispeed_freq 960000
66 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/io_is_busy 1
67 write /sys/devices/system/cpu/cpu0/cpufreq/interactive/target_loads "65 460800:75 960000:80
    [all...]
init.bullhead.rc 38 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor powersave
  /frameworks/rs/perf-test-scripts/
get-freq 54 if fileexists $CPU_DIR/$core/cpufreq/scaling_available_frequencies; then
55 frequencies=(`getprop $CPU_DIR/$core/cpufreq/scaling_available_frequencies`)
56 elif fileexists $CPU_DIR/$core/cpufreq/stats/time_in_state; then
57 frequencies=(`adb shell cat $CPU_DIR/$core/cpufreq/stats/time_in_state | cut -f1 -d " " | tr -d '\r'`)
63 if fileexists $CPU_DIR/$core/cpufreq/scaling_cur_freq; then
64 frequency=`getprop $CPU_DIR/$core/cpufreq/scaling_cur_freq`
set-cpu-freq 69 if fileexists $DIR/$core/cpufreq/scaling_available_frequencies; then
70 frequencies=(`getprop $DIR/$core/cpufreq/scaling_available_frequencies`)
71 elif fileexists $DIR/$core/cpufreq/stats/time_in_state; then
72 frequencies=(`adb shell cat $DIR/$core/cpufreq/stats/time_in_state | cut -f1 -d " " | tr -d '\r'`)
86 adb shell "echo -n $freq > $DIR/$core/cpufreq/scaling_min_freq"
87 adb shell "echo -n $freq > $DIR/$core/cpufreq/scaling_max_freq"
102 if fileexists $DIR/$core/cpufreq/scaling_cur_freq; then
103 frequency=`getprop $DIR/$core/cpufreq/scaling_cur_freq`
141 adb shell "echo -n $freq > $DIR/$core/cpufreq/scaling_min_freq"
142 adb shell "echo -n $freq > $DIR/$core/cpufreq/scaling_max_freq
    [all...]
  /external/ltp/testcases/kernel/device-drivers/
Makefile 23 cpufreq \
  /external/ltp/testcases/kernel/power_management/
runpwtests03.sh 34 cpufiles=$(find /sys/devices/system/cpu/cpu"${cpu}"/cpufreq/ \
63 /sys/devices/system/cpu/cpu${cpu}/cpufreq/scaling_governor
90 /sys/devices/system/cpu/cpu${cpu}/cpufreq/scaling_governor
101 /sys/devices/system/cpu/cpu${cpu}/cpufreq/scaling_setspeed
120 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor`
153 # Checking cpufreq sysfs interface files
154 if [ ! -d /sys/devices/system/cpu/cpu0/cpufreq ] ; then
159 tst_resm TPASS "CPUFREQ sysfs tests"
161 tst_resm TFAIL "CPUFREQ sysfs tests"
pm_include.sh 71 if [ ! -d /sys/devices/system/cpu/cpu${cpu}/cpufreq ] ; then
72 tst_brkm TCONF "NOSUPPORT: cpufreq support not " \
80 cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_frequencies \
85 cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors \
  /device/asus/fugu/
init.fugu.rc 87 chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
88 chmod 0660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
89 chown system system /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
90 chmod 0660 /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
91 chown system system /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
92 chmod 0660 /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
93 chown system system /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq
94 chmod 0660 /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq
95 chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate
96 chown system system /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_loa
    [all...]
  /external/ltp/tools/pounder21/test_scripts/
cpufreq 23 # Do any CPU support cpufreq?
24 #CPUFREQ_ENABLED_CPUS=`/bin/ls -lad /sys/devices/system/cpu/cpu*/cpufreq 2> /dev/null | wc -l`
27 # echo "None of your CPUs support cpufreq. Bye."
46 echo userspace > "$i/cpufreq/scaling_governor"
50 trap 'kill -9 `pgrep -P $$` `pgrep cpufreq.bin` 2> /dev/null; exit 0' 1 2 15
56 # For all CPUs with cpufreq: remove CPUs that are locked with another.
58 for cpu in `ls -d /sys/devices/system/cpu/cpu*/cpufreq 2> /dev/null`; do
65 MATCHES=`(cat /sys/devices/system/cpu/cpu*/cpufreq/affected_cpus /dev/null 2> /dev/null | while read car cdr; do echo $cdr; done) | grep "^$CPU_NUM$" -c`
76 if [ -f "$i/cpufreq/scaling_available_frequencies" ]; then
77 cat "$i/cpufreq/scaling_available_frequencies
    [all...]
  /external/v8/tools/
cpu.sh 13 echo "$1" > $CPUPATH/cpu$i/cpufreq/scaling_governor
  /frameworks/base/libs/hwui/tests/scripts/
prep_fugu.sh 4 gov=cpufreq/scaling_governor
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_buller.sh 5 gov=cpufreq/scaling_governor
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"
  /external/autotest/client/profilers/powertop/src/
Makefile 18 OBJS = powertop.o config.o process.o misctips.o bluetooth.o display.o suggestions.o wireless.o cpufreq.o \
  /external/autotest/client/site_tests/power_CPUFreq/
power_CPUFreq.py 23 # test to account for intel_pstate cpufreq driver
27 cpufreq_path = '/sys/devices/system/cpu/cpu*/cpufreq'
31 raise error.TestFail('cpufreq not supported')
55 cpu = cpufreq(dir)
64 # save cpufreq state so that it can be restored at the end
68 # set cpufreq governor to userspace
78 # restore cpufreq state
82 cpus = [cpufreq(dir) for dir in dirs]
95 # save cpufreq state so that it can be restored at the end
99 # set cpufreq governor to userspac
121 class cpufreq(object): class in inherits:object
    [all...]

Completed in 750 milliseconds