
22 Jun
2019
22 Jun
'19
9:10 p.m.
On Sun, 2 Jun 2019 at 12:30, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Up to now we had hard coded values for the call depth up to which trace records are created: 200 for early tracing, 15 thereafter. UEFI applications reach a call depth of 80 or above.
Provide customizing settings for the call trace depth limit and the early call trace depth limit. Use the old values as defaults.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
lib/Kconfig | 15 +++++++++++++++ lib/trace.c | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org