Re: [PATCH v2] perf trace: Skip unnecessary synthesis for summary-only mode
From: Namhyung Kim
Date: Thu Apr 02 2026 - 17:59:03 EST
On Wed, 01 Apr 2026 16:05:09 -0700, Namhyung Kim wrote:
> It needs to synthesize task info for the comm name. The mmap
> information is only needed for callchain symbolization which is not used
> by the summary mode. Also total or cgroup summary mode don't require
> the task info. Let's skip the processing if possible.
>
>
Applied to perf-tools-next, thanks!
Best regards,
Namhyung