Home
last modified time | relevance | path

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

12

/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.py168 governor = self.__read_file('scaling_governor')
169 logging.info('current governor: %s' % governor)
170 return governor.split()[0]
173 def set_governor(self, governor): argument
174 logging.info('setting governor to %s' % governor)
175 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/libmojo/third_party/catapult/devil/devil/android/perf/
Dperf_control_devicetest.py32 for _, online, governor in cpu_info:
34 self.assertEquals('performance', governor)
Dperf_control.py91 governor = (output.rstrip() if status == 0 else None
94 return zip(self._cpu_files, online, 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.py101 governor = (output.rstrip() if status == 0 else None
104 return zip(self._cpu_files, online, governor)
/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/
Dgraphics_Idle.py233 governor = utils.read_one_line(governor_path)
234 logging.info('DVFS governor = %s', governor)
235 if not governor == 'simple_ondemand':
/external/v8/tools/
Drun_perf.py811 def __init__(self, disable_aslr = False, governor = None): argument
815 self.governor = governor
821 if self.governor != None:
823 CustomMachineConfiguration.SetCPUGovernor(self.governor)
1024 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"
Des.po84 msgid " O - enable Ondemand governor "
374 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
446 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
Dfi.po83 msgid " O - enable Ondemand governor "
382 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
453 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \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"
Dpt_BR.po86 msgid " O - enable Ondemand governor "
369 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
436 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
Dfr.po85 msgid " O - enable Ondemand governor "
377 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
446 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
Dhu.po86 msgid " O - enable Ondemand governor "
392 "The 'ondemand' CPU speed governor will minimize the CPU power usage while\n"
465 "Suggestion: Enable the ondemand cpu speed governor for all processors via: \n"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_tpp_net.utf1105 4893 "governor"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_tpp_net.utf917 3975 "governor"

12