Re: [PATCH v3] perf annotate: Fix source code annotate with objdump
From: Namhyung Kim
Date: Fri Jun 27 2025 - 14:53:31 EST
On Wed, 25 Jun 2025 16:03:39 -0700, Namhyung Kim wrote:
> Recently it uses llvm and capstone to speed up annotation or disassembly
> of instructions. But they don't support source code view yet. Until it
> fixed, we can force to use objdump for source code annotation.
>
> To prevent performance loss, it's disabled by default and turned it on
> when user requests it in TUI by pressing 's' key.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung