Re: [PATCHSET v2 0/7] perf annotate: Add --code-with-type option
From: Namhyung Kim
Date: Thu Mar 13 2025 - 12:33:51 EST
On Mon, 10 Mar 2025 15:49:18 -0700, Namhyung Kim wrote:
> There are roughly two modes in the perf annotate. One is normal code
> annotation and the other is data type annotation. I'm proposing a new
> way to combine the code and data annotation together.
>
> With this option, "# data-type: <name> [offset (field)]" part will be
> added when it found a data type for the given instruction. This is
> for every instruction in the function regardless whether it has a
> sample or not.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung