commit | ef18c94dfbb9940282355dd59d79d30c9642a42b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jan 17 16:43:04 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 17 16:43:04 2024 -0500 |
tree | 042c893df6f07c7b68cfc24de13ea1010fd53e40 | |
parent | bfcb320e32b644c7ad2b61958abd511ed549e71b [diff] |
test: test_trace.py: Handle newer trace-cmd report formats With newer versions of trace-cmd we have another column in the report that we need to handle. We don't care about it, so just use a regex to remove it from the output that we then parse. Signed-off-by: Tom Rini <trini@konsulko.com>