mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-17 22:06:02 +01:00
dev_scripts
doc
extras
scripts
wlauto
commands
common
core
devices
external
instrumentation
modules
resource_getters
result_processors
tests
tools
utils
__init__.py
android.py
cli.py
cpuinfo.py
doc.py
formatter.py
hwmon.py
ipython.py
log.py
misc.py
netio.py
power.py
serial_port.py
ssh.py
terminalsize.py
trace_cmd.py
types.py
uboot.py
uefi.py
workloads
__init__.py
agenda-example-biglittle.yaml
agenda-example-tutorial.yaml
config_example.py
exceptions.py
.gitignore
LICENSE
MANIFEST.in
README.rst
setup.py
Previously, only reports that were generated were returned. With this commit, there will be an entry for each active reporter in the returned list. If a reporter did not produce a valid report, the entry will be None. This ensures consistent output, even if a run time issue causes a reporter not to produce a report (e.g. if cpufreq events were not enabled).