Home | History | Annotate | Download | only in sched_dvfs

Lines Matching full:cpufreq

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",
248 " target.cpufreq.set_governor_tunables(\n",
254 " bigs_tunables = target.cpufreq.get_governor_tunables(\n",
256 " target.cpufreq.set_governor_tunables(\n",
271 "# CPUFreq configurations to test\n",