Re: [PATCH 6/7] perf/x86/amd/core: Add PerfMonV2 overflow handling

From: Like Xu
Date: Tue Mar 22 2022 - 03:07:25 EST


On 17/3/2022 2:28 pm, Sandipan Das wrote:
+ val = x86_perf_event_update(event);

The variable 'val' set but not used.

+ mask = BIT_ULL(idx);
+
+ if (!(status & mask))

Needed here ?

+ continue;