1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/core
Sergei Trofimov d9f45db71e Implementing dynamic device modules
Dynamic modules may be loaded automatically on device initialization if
the device supports them. Dynamic modules implent probe() method to
determine whether they are supported by a particular deviced.

devcpufreq and cpuidle have been converted into dynamic modules
2015-06-18 09:42:40 +01:00
..
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda.py Improving agenda validation 2015-04-27 16:36:30 +01:00
bootstrap.py Fix to initial ~/.workload_automation deployment when sudoing 2015-04-24 10:05:13 +01:00
command.py cleaning up initialize() 2015-06-18 09:30:38 +01:00
configuration.py Fixing locally defined instruments erroneously propagating into global instrumentation 2015-05-15 10:01:26 +01:00
device.py Implementing dynamic device modules 2015-06-18 09:42:40 +01:00
entry_point.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
execution.py Invoking workload finalizers at the end of the run. 2015-06-11 18:04:55 +01:00
extension_loader.py Fix: correctly handle non-identifier alias names 2015-04-27 11:57:34 +01:00
extension.py Implementing dynamic device modules 2015-06-18 09:42:40 +01:00
exttype.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
instrumentation.py cleaning up initialize() 2015-06-18 09:30:38 +01:00
resolver.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
resource.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
result.py cleaning up initialize() 2015-06-18 09:30:38 +01:00
signal.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
version.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
workload.py cleaning up initialize() 2015-06-18 09:30:38 +01:00