]> git.baikalelectronics.ru Git - uboot.git/commit
trace: Support output of funcgraph records
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:15:56 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 17:22:35 +0000 (12:22 -0500)
commitc04d4d9fa7cd87cbb77b1e8dd3fd2d37f4ab04f0
tree13e4b81e8e7c8fbed5932ccd4f2fc9d665ebbc52
parent16050d93352c041eec2caccdbde0e2fe09c54c5f
trace: Support output of funcgraph records

Add support for writing ftrace records in the 'funcgraph' format, which
shows function entry and exit points as well as the time taken by each
function.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/proftool.c