]> git.baikalelectronics.ru Git - uboot.git/commit
trace: Track the minimum stack depth
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:15:48 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 17:22:35 +0000 (12:22 -0500)
commit874773685d07db891ea55db11e83646decc24516
treedf19c7edc3b89dfe09c03d44cfb65535078f6ffd
parent313afd8d079e48a0dc88a505d96430136fd410ef
trace: Track the minimum stack depth

The trace does not necessarily start at the top level, so we can see it
go negative. Track this so that we can show an accurate value for the
stack depth.

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