You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check for column exclusion did not verify that the event being
checked was an L2 event, and not a software event.
Software events should not be checked for column exclusion.
This resulted in a group with both software and L2 events sometimes
incorrectly rejecting the L2 event for column exclusion and
not counting it.
Add a check for PMU type before applying column exclusion logic.
Fixes: 21bdbb7 ("perf: add qcom l2 cache perf events driver")
Acked-by: Mark Rutland <[email protected]>
Signed-off-by: Neil Leeder <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
0 commit comments