Re: [PATCH 4/5] perf/powerpc: Count dropped samples in core-book3s PMU

2024-09-12 Thread Madhavan Srinivasan
On 9/5/24 8:40 AM, Namhyung Kim wrote: Due to the hardware limitation, sometimes it could sample kernel address while attr.exclude_kernel is set. In that case it silently drops the sample. Let's count that case in the new dropped_samples counter. Nice catch. Thanks for the fix. Reviewed-by:

[PATCH 4/5] perf/powerpc: Count dropped samples in core-book3s PMU

2024-09-04 Thread Namhyung Kim
Due to the hardware limitation, sometimes it could sample kernel address while attr.exclude_kernel is set. In that case it silently drops the sample. Let's count that case in the new dropped_samples counter. Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Christophe Leroy Cc: Naveen N Rao Cc: K