[U-Boot] [PATCH 1/1] trace: make call depth limit customizable

Simon Glass sjg at chromium.org
Sat Jun 22 19:10:09 UTC 2019


On Sun, 2 Jun 2019 at 12:30, Heinrich Schuchardt <xypron.glpk at 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 at gmx.de>
> ---
>  lib/Kconfig | 15 +++++++++++++++
>  lib/trace.c |  4 ++--
>  2 files changed, 17 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list