1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto
Sergei Trofimov c82dd87830 Adding cpuidle modules and refactoring Device cpufreq APIs.
cpuidle module implements cpuidle state discovery, query and
manipulation for a Linux device. This replaces the more primitive
get_cpuidle_states method of LinuxDevice.

Renamed APIs (and added a couple of new ones) to be more consistent:

"core" APIs take a core name as the parameter (e.g. "a15") or whatever
is listed in core_names for that device.
"cluster" APIs take a numeric cluster ID (eg. 0) as the parameter. These
get mapped using core_clusters for that device.
"cpu" APIs take a cpufreq cpu ID as a parameter. These could be
integers, e.g. 0, or full string id, e.g. "cpu0".
2015-05-11 12:12:40 +01:00
..
commands show command: remove duplicat output. 2015-05-07 12:18:59 +01:00
common Adding cpuidle modules and refactoring Device cpufreq APIs. 2015-05-11 12:12:40 +01:00
core Updated Parameter to automatically convert int and boot kinds to integer and boolean respectively. 2015-05-11 12:12:40 +01:00
devices Adding cpuidle modules and refactoring Device cpufreq APIs. 2015-05-11 12:12:40 +01:00
external daq: make EnumEntry picklable to support multiprocessing invocation 2015-04-29 12:32:15 +01:00
instrumentation daq instrument updated to report energy. 2015-05-11 12:12:40 +01:00
modules Adding cpuidle modules and refactoring Device cpufreq APIs. 2015-05-11 12:12:40 +01:00
resource_getters Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
result_processors Adding cpuidle modules and refactoring Device cpufreq APIs. 2015-05-11 12:12:40 +01:00
tests config: fixing an issue introduced by previous config fix... 2015-04-30 13:34:21 +01:00
tools Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
utils Adding some conversion functions to misc utils. 2015-05-11 12:12:40 +01:00
workloads sysbench workload updates. 2015-05-11 12:12:40 +01:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-biglittle.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-tutorial.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
config_example.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
exceptions.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00