]> git.dujemihanovic.xyz Git - u-boot.git/commit
trace: Update proftool to use new binary format
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:15:53 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 17:22:35 +0000 (12:22 -0500)
commitbe16fc81b2ed139363190a093d95ec5765696ccd
treef8dd726a524451b9a68b05523f915678cac2fce1
parent9efc0b279baabc7dc203937204953d641f0aa36e
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>
tools/Makefile
tools/proftool.c