]> git.dujemihanovic.xyz Git - u-boot.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)
commitb54d8cf0b5b86a49399c1855f26361d8796d0491
tree13e4b81e8e7c8fbed5932ccd4f2fc9d665ebbc52
parent88716b550365996277303fb55a06afdfee076184
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