Re: [PATCH v7 0/9] perf report: Add latency and parallelism profiling

From: Dmitry Vyukov
Date: Tue Feb 18 2025 - 01:28:21 EST


On Fri, 14 Feb 2025 at 19:05, Andi Kleen <ak@xxxxxxxxxxxxxxx> wrote:
>
> On Thu, Feb 13, 2025 at 10:08:13AM +0100, Dmitry Vyukov wrote:
> > There are two notions of time: wall-clock time and CPU time.
> > For a single-threaded program, or a program running on a single-core
> > machine, these notions are the same. However, for a multi-threaded/
> > multi-process program running on a multi-core machine, these notions are
> > significantly different. Each second of wall-clock time we have
> > number-of-cores seconds of CPU time.
>
> I read through it and it looks good to me.
>
> For the patchkit.
>
> Reviewed-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>

Thanks for the review!

Namhyung, Arnaldo, what's left for this series to be merged?