mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
8e3ae321a2
This re-adds the parser for the trace-cmd text trace, after it got dropped along with wlauto sub-tree. There are minor differences from the old WA2 parser. - Changed to work with devlib start/stop markers - TraceCmdTrace renamed to TraceCmdParser - The file path is now passed to the parse() method rather than on creation. - detect whether markers are present in the trace and do not filter if they aren't