commit | be16fc81b2ed139363190a093d95ec5765696ccd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 15 14:15:53 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 11 12:22:35 2023 -0500 |
tree | f8dd726a524451b9a68b05523f915678cac2fce1 | |
parent | 9efc0b279baabc7dc203937204953d641f0aa36e [diff] |
trace: Update proftool to use new binary format The old text format is not much used anymore. Instead a new trace-cmd tool has introduced a binary format for trace records. Add support for generating this format. This involves removing the old text format, adding various helpers for the new format and adjusting the code to use an output file instead of stdout. Signed-off-by: Simon Glass <sjg@chromium.org>