Re: [PATCH] perf symbol: Do not fixup end address of labels

From: Namhyung Kim
Date: Thu Sep 26 2024 - 13:29:07 EST


On Thu, 12 Sep 2024 15:42:08 -0700, Namhyung Kim wrote:

> When it loads symbols from an ELF file, it loads label symbols which is
> 0 size. Sometimes it has the same address with other symbols and might
> shadow the original symbols because it fixes up the size of the symbol.
>
> For example, in my system __do_softirq is shadowed and only accepts the
> __softirqentry_text_start instead. But it should accept __do_softirq.
>
> [...]

Applied to perf-tools-next, thanks!

Best regards,
Namhyung