Re: [PATCH v9 0/9] perf c2c: add a function view

From: Namhyung Kim

Date: Tue Aug 18 2026 - 17:26:23 EST


On Mon, 17 Aug 2026 17:46:14 +0800, Jiebin Sun wrote:
> The perf c2c cacheline view identifies hot shared lines, but it can be
> difficult to see which functions account for contention across those lines.
> This series adds a function-oriented view that groups the existing data as:
>
> read-side function -> contending writer -> shared cacheline
>
> Pressing TAB switches between the cacheline and function views. Existing
> cacheline-view data and operations remain unchanged.
>
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung