Skip to content
Commit 6c17c1c3 authored by Neil Leeder's avatar Neil Leeder Committed by Will Deacon
Browse files

perf: qcom_l2: fix column exclusion check

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: 21bdbb71

 ("perf: add qcom l2 cache perf events driver")
Acked-by: default avatarMark Rutland <mark.rutland@arm.com>
Signed-off-by: default avatarNeil Leeder <nleeder@codeaurora.org>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 288be97c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment