commit | c2f0190d7a5c3c3466b6ff796cfb5b980db52f44 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 15 14:16:00 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 11 12:22:35 2023 -0500 |
tree | 34cb5bb729f23ef332a0b9436841b8df0038c131 | |
parent | 523cb6d3c98c4cf1c0d19a85695e5bb1a9cd629a [diff] |
trace: Add a test Add a test which runs sandbox, collects a trace and makes sure it can be processed by trace-cmd. This should ensure that this feature continues to work as U-Boot and trace-cmd evolve. Signed-off-by: Simon Glass <sjg@chromium.org>