Home
last modified time | relevance | path

Searched refs:governor (Results 1 – 25 of 41) sorted by relevance

12

/external/autotest/server/site_tests/network_WiFi_Perf/
Dnetwork_WiFi_Perf.py60 def do_run(self, ap_config, session, power_save, governor): argument
83 if governor:
88 utils.set_scaling_governors(governor, self.context.client.host)
89 utils.set_scaling_governors(governor, self.context.router.host)
90 governor_name = governor
123 if governor:
155 for governor in sorted(set([None, self._governor])):
156 self.do_run(ap_config, session, power_save, governor)
/external/ltp/testcases/kernel/device-drivers/cpufreq/
Dcpufreq_boost.c57 const char governor[] = SYSFS_CPU_DIR "cpu0/cpufreq/scaling_governor"; variable
66 if (governor[0] != '\0') in cleanup()
67 FILE_PRINTF(governor, "%s", governor_name); in cleanup()
97 SAFE_FILE_SCANF(NULL, governor, "%s", governor_name); in setup()
98 SAFE_FILE_PRINTF(cleanup, governor, "%s", "performance"); in setup()
/external/autotest/client/site_tests/power_CPUFreq/
Dpower_CPUFreq.py191 governor = self.__read_file('scaling_governor')
192 logging.info('current governor: %s', governor)
193 return governor.split()[0]
200 def set_governor(self, governor): argument
201 logging.info('setting governor to %s', governor)
202 self.__write_file('scaling_governor', governor)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dcpufreq.py26 p.SetScalingGovernor(args.governor)
31 for cpu, governor in p.GetScalingGovernor():
32 print '%s %s: %s' % (str(device), cpu, governor)
/external/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control_devicetest.py31 for _, online, governor in cpu_info:
33 self.assertEquals('performance', governor)
Dperf_control.py199 governor = (output.rstrip() if status == 0 else None
202 return zip(self._cpu_files, online, governor)
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dgovernor.sh138 for governor in $governors; do
139 $1 $2 $governor
DMakefile5 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
Dspecial-tests.sh17 source governor.sh
Dmodule.sh15 source governor.sh
Dmain.sh6 source governor.sh
/external/autotest/client/site_tests/kernel_Delay/
Dkernel_Delay.py161 governor = self._get_file(p).rstrip()
162 if governor != 'userspace':
164 governor))
/external/autotest/client/site_tests/graphics_Idle_P/
Dgraphics_Idle_P.py267 governor = utils.read_one_line(governor_path)
268 logging.info('DVFS governor = %s', governor)
269 if not governor == 'simple_ondemand':
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py267 governor = utils.read_one_line(governor_path)
268 logging.info('DVFS governor = %s', governor)
269 if not governor == 'simple_ondemand':
/external/skqp/src/effects/
DSk1DPathEffect.cpp23 int governor = MAX_REASONABLE_ITERATIONS; in onFilterPath() local
26 while (distance < length && --governor >= 0) { in onFilterPath()
/external/skia/src/effects/
DSk1DPathEffect.cpp23 int governor = MAX_REASONABLE_ITERATIONS; in onFilterPath() local
26 while (distance < length && --governor >= 0) { in onFilterPath()
/external/v8/tools/
Drun_perf.py791 def __init__(self, disable_aslr = False, governor = None): argument
795 self.governor = governor
801 if self.governor != None:
803 CustomMachineConfiguration.SetCPUGovernor(self.governor)
1030 with CustomMachineConfiguration(governor = options.cpu_governor,
/external/autotest/client/profilers/powertop/src/po/
Dru.po87 msgid " O - enable Ondemand governor "
385 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
389 "'ondemand' cpufreq governor минимизирует потребление энергии процессором, "
457 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
Dde.po86 msgid " O - enable Ondemand governor "
87 msgstr " O - \"Ondemand governor\" aktivieren"
369 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
435 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
438 "Vorschlag: Aktivieren Sie den \"ondemand governor\" durch: \n"
Dnl.po84 msgid " O - enable Ondemand governor "
339 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
387 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
Did.po85 msgid " O - enable Ondemand governor "
86 msgstr " O - Fungsikan governor Ondemand "
383 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
452 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
Dja.po83 msgid " O - enable Ondemand governor "
374 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
442 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
Dit.po84 msgid " O - enable Ondemand governor "
359 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
430 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
Dzh.po25 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
32 msgid " O - enable Ondemand governor "
334 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
Dpl.po82 msgid " O - enable Ondemand governor "
379 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
448 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"

12