Re: [PATCH 2/2] Documentation/rtla: Document --stack-format option

From: Wander Lairson Costa

Date: Wed Jan 21 2026 - 07:51:20 EST


On Mon, Jan 19, 2026 at 8:53 AM Tomas Glozar <tglozar@xxxxxxxxxx> wrote:
>

[...]

> +
> +**--stack-format** *format*
> +
> + Adjust the format of the stack trace printed during auto-analysis.
> +
> + The supported values for *format* are:
> +
> + * **truncate** Print the stack trace up to the first unknown address (default).
> + * **skip** Skip unknown addresses.
> + * **full** Print the entire stack trace, including unknown addresses.
> +
> + For unknown addresses, the raw pointer is printed.
> --
> 2.52.0
>

Reviewed-by: Wander Lairson Costa <wander@xxxxxxxxxx>