Re: [PATCH 2/2] Documentation/rtla: Document --stack-format option
From: Wander Lairson Costa <hidden>
Date: 2026-01-21 12:41:29
Also in:
lkml
From: Wander Lairson Costa <hidden>
Date: 2026-01-21 12:41:29
Also in:
lkml
On Mon, Jan 19, 2026 at 8:53 AM Tomas Glozar [off-list ref] 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 <redacted>