]> git.baikalelectronics.ru Git - uboot.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)
commitd8dd439e9f957d4c0e4223f891cf9a39bb4a05d9
treef8dd726a524451b9a68b05523f915678cac2fce1
parentc18ecebfa8d9b1aacb24d8b3f701e1699a893abc
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