1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto/result_processors
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
..
ipynb_exporter Factor out the ipython implementation in ipynb_exporter 2015-04-17 17:52:07 +01:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
dvfs.py Adding cpuidle modules and refactoring Device cpufreq APIs. 2015-05-11 12:12:40 +01:00
mongodb.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
notify.py Move the notify results processor to notify2 2015-04-16 11:43:49 +01:00
sqlite.py Removing unnecessary comment form sqlite result processor documentation. 2015-04-14 12:02:24 +01:00
standard.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
status.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
syeg.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00