/external/lisa/ipynb/energy/ |
EnergyModel_ClusterEnergy.ipynb | 99 " \"modules\" : ['hwmon', 'bl', 'cpufreq', 'cpuidle', 'hotplug', 'cgroups'],\n", 141 "2016-09-08 19:27:12,274 INFO : Target - Devlib modules to load: ['cgroups', 'hwmon', 'cpufreq', 'bl', 'hotplug', 'cpuidle']\n", 392 " # Set cpufreq governor to userpace to allow manual frequency scaling\n", 393 " target.cpufreq.set_all_governors('userspace')\n", 429 " target.cpufreq.set_frequency(cpu, freq)\n", [all...] |
EnergyModel_SystemEnergy.ipynb | 121 " \"modules\" : ['cpufreq', 'cpuidle', 'hotplug', 'cgroups'],\n", 175 "2016-09-09 14:03:28,189 INFO : Target - Devlib modules to load: ['cpuidle', 'cpufreq', 'cgroups', 'hotplug']\n", 490 " # Set cpufreq governor to userpace to allow manual frequency scaling\n", 491 " target.cpufreq.set_all_governors('userspace')\n", 529 " target.cpufreq.set_frequency(cpu, freq)\n", [all...] |
/external/lisa/ipynb/tutorial/ |
00_LisaInANutshell.ipynb | 212 " 'modules' : [ \"cpufreq\", \"cgroups\", \"cpufreq\" ],\n", 232 "05:28:29 INFO : Target - Devlib modules to load: ['bl', 'cpufreq', 'cgroups', 'hwmon']\n", 244 "05:28:33 DEBUG : if [ -e '/sys/devices/system/cpu/cpufreq' ]; then echo 1; else echo 0; fi\n", 391 "05:29:38 DEBUG : cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies\n", 393 "05:29:38 DEBUG : cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies\n", 520 "### Configure CPUFreq governor to be \"sched-freq\"" 548 "target.cpufreq.set_all_governors('sched');\n", 551 "enabled_governors = target.cpufreq.get_all_governors()\n", [all...] |
03_WlGenUsage.ipynb | 111 " \"modules\": [\"cpufreq\"]\n", 129 "12:22:12 INFO : Target - Devlib modules to load: ['bl', 'hwmon', 'cpufreq']\n", [all...] |
/external/lisa/ipynb/examples/trappy/ |
custom_events_example.ipynb | 101 " 'cpufreq' # enable CPUFreq support\n", 184 "2016-12-12 12:37:50,982 INFO : TestEnv : Devlib modules to load: ['bl', 'cpufreq', 'hwmon']\n", [all...] |
trappy_example.ipynb | 95 "2016-12-12 12:31:10,083 INFO : TestEnv : Devlib modules to load: ['bl', 'cpufreq', 'hwmon']\n", 149 " 'cpufreq'\n", [all...] |
/device/huawei/angler/ |
init.angler.rc | 271 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive
|
/device/huawei/angler/power/ |
power.c | 358 * CPUfreq for the little cores are capped to 864MHz
|
/external/autotest/client/cros/ |
power_suspend.py | 291 '/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq'))
|
power_status.py | 623 cpufreq_stats_path = '/sys/devices/system/cpu/cpu*/cpufreq/stats/' + \ 634 name = 'cpufreq' [all...] |
/external/devlib/doc/ |
target.rst | 55 Current default modules are ``hotplug``, ``cpufreq``, ``cpuidle``,
|
/external/lisa/ipynb/examples/utils/ |
testenv_example.ipynb | 553 "2016-12-12 11:57:21,143 INFO : TestEnv : Devlib modules to load: ['bl', 'hwmon', 'cpufreq']\n",
|
/external/lisa/libs/utils/analysis/ |
frequency_analysis.py | 499 # non-idle by CPUFreq at time t
|
/packages/experimental/procstatlog/ |
procstatreport.py | 219 speed_key = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state:"
|
/external/lisa/ipynb/sched_dvfs/ |
smoke_test.ipynb | 95 " 'cpufreq' # enable CPUFreq support\n", 149 "10:46:43 INFO : Target - Devlib modules to load: ['bl', 'cpufreq', 'hwmon']\n", 219 "These are a set of functions to run a workload with different CPUFreq configurations" 231 " target.cpufreq.set_all_governors('performance')\n", 234 " target.cpufreq.set_all_governors('powersave')\n", 237 " target.cpufreq.set_all_governors('interactive')\n", 240 " target.cpufreq.set_all_governors('sched')\n", 243 " target.cpufreq.set_all_governors('ondemand')\n", 246 " littles_tunables = target.cpufreq.get_governor_tunables(\n" [all...] |
/external/lisa/ipynb/releases/ |
ReleaseNotes_v16.10.ipynb | 95 "\t\t\"modules\" : [ \"bl\", \"cpufreq\" ]\r\n", 232 "2016-09-23 18:26:53,406 INFO : Target - Devlib modules to load: [u'bl', u'cpufreq']\n", 509 "2016-09-23 18:53:00,116 INFO : Target - Devlib modules to load: [u'bl', u'cpufreq']\n", 741 "2016-09-23 18:54:37,838 INFO : Target - Devlib modules to load: [u'bl', u'cpufreq']\n", [all...] |
/external/lisa/ipynb/examples/energy_meter/ |
EnergyMeter_Monsoon.ipynb | 113 " \"modules\" : [\"cpufreq\"], # Required by rt-app calibration\n", 169 "2017-05-10 16:00:46,517 INFO : TestEnv : Devlib modules to load: [u'bl', u'cpuidle', u'cpufreq']\n", [all...] |
/bootable/recovery/updater/ |
install.cpp | 825 // Example: write_value("960000", "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq") [all...] |
/external/lisa/libs/utils/ |
trace.py | [all...] |
/external/v8/tools/ |
run_perf.py | 906 ret += "/cpufreq/scaling_governor" [all...] |
/external/lisa/ipynb/examples/trace_analysis/ |
TraceAnalysis_FunctionsProfiling.ipynb | 98 " \"modules\": ['cpufreq'],\n", 137 "2016-12-07 13:11:43,329 INFO : TestEnv : Devlib modules to load: ['bl', 'cpufreq']\n", [all...] |
TraceAnalysis_IdleStates.ipynb | 132 " \"modules\" : ['bl', 'cpufreq', 'cpuidle'],\n", 164 "2017-01-20 11:54:39,399 INFO : TestEnv : Devlib modules to load: ['bl', 'cpuidle', 'cpufreq']\n", 221 "te.target.cpufreq.set_all_governors('performance')" [all...] |
/frameworks/native/cmds/dumpstate/ |
dumpstate.cpp | [all...] |
/external/devlib/devlib/ |
target.py | 42 'cpufreq', [all...] |
/external/lisa/ipynb/examples/wlgen/ |
rtapp_example.ipynb | 103 " 'cpufreq' # enable CPUFreq support\n", 152 "2016-12-07 10:25:45,153 INFO : TestEnv : Devlib modules to load: ['bl', 'cpufreq', 'hwmon']\n", [all...] |