Re: [PATCH v9 0/9] perf c2c: add a function view
Namhyung Kim <[email protected]>
| Newsgroups | org.kernel.vger.linux-perf-users,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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