Re: [PATCH v7 18/43] instrumented.h: add KMSAN support

From: Marco Elver
Date: Fri Oct 21 2022 - 02:17:32 EST


On Thu, 20 Oct 2022 at 22:55, youling 257 <youling257@xxxxxxxxx> wrote:
>
> How to use perf tool?

The simplest would be to try just "perf top" - and see which kernel
functions consume most CPU cycles. I would suggest you compare both
kernels, and see if you can spot a function which uses more cycles% in
the problematic kernel.