Re: [PATCH] perf annotate-data: Handle direct use of stack pointer without fbreg
From: Namhyung Kim
Date: Thu Feb 27 2025 - 11:59:05 EST
On Sun, 26 Jan 2025 13:02:42 -0800, Namhyung Kim wrote:
> Sometimes compiler generates code to use the stack pointer register
> without frame pointer. As we know RSP is the stack register on x86,
> let's treat it as same as fbreg. But the offset would be opposite
> direction so update the debug message accordingly.
>
>
Applied to perf-tools-next, thanks!
Best regards,
Namhyung