1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/utils
Sebastian Goscik f276d4e39f cpustates: Added the ability to configure how a missing start marker is handled.
cpustates can now handle the lack of a start marker in three ways:

 - try: If the start marker is present only the correct section of the trace
        will be used, if its not the whole trace will be used.
 - error: An error will be raised if the start marker is missing
 - ignore: The markers are ignored and the whole trace is always used.
2016-06-06 17:09:48 +01:00
..
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
android.py adb_shell: Fixed getting return codes 2016-05-10 09:12:54 +01:00
cli.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
cpuinfo.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
cros_sdk.py servo_power: Added support for chromebook servo boards 2016-05-27 16:09:08 +01:00
doc.py Minor fix to rst table generation. 2015-03-18 10:47:07 +00:00
formatter.py pylint fixes 2015-06-29 11:34:49 +01:00
hwmon.py hwmon: Fixed sensor naming 2016-05-10 09:27:42 +01:00
ipython.py ipython: switched to using LooseVersion for version checks. 2016-02-10 09:01:40 +00:00
log.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
misc.py Utils.misc: Added memoised function decorator 2016-06-06 16:28:07 +01:00
netio.py Updated pylint for v1.5.1 2015-12-09 16:52:39 +00:00
power.py cpustates: Added the ability to configure how a missing start marker is handled. 2016-06-06 17:09:48 +01:00
serial_port.py Updated pylint for v1.5.1 2015-12-09 16:52:39 +00:00
ssh.py LinuxDevice: fixed reboot. 2016-02-22 09:45:42 +00:00
terminalsize.py Fixes for Emacs 2015-06-01 10:05:23 +01:00
trace_cmd.py cpustates: Added the ability to configure how a missing start marker is handled. 2016-06-06 17:09:48 +01:00
types.py list_or_string: ensure that elements of a list are always strings 2016-05-26 16:05:43 +01:00
uboot.py uboot: Now detects the U-Boot version to use correct line endings 2016-05-04 11:54:29 +01:00
uefi.py uefi menu: updated prompt_regex to handle debug UEFI builds. 2015-09-09 17:40:02 +01:00