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

It is useful to see how many times each function is called, particularly
in the context of its callers. A flamegraph is a way of showing this.

Support output in this format which can be used by the flamegraph.pl
script, to generate an SVG image for browsing.

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