linux/drivers/perf
Neil Leeder 6c17c1c309 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: 21bdbb7102 ("perf: add qcom l2 cache perf events driver")
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Neil Leeder <nleeder@codeaurora.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2017-07-26 09:27:43 +01:00
..
arm_pmu_acpi.c drivers/perf: arm_pmu_acpi: avoid perf IRQ init when guest PMU is off 2017-05-30 12:40:03 +01:00
arm_pmu_platform.c perf: Convert to using %pOF instead of full_name 2017-07-20 10:28:41 +01:00
arm_pmu.c drivers/perf: arm_pmu: add ACPI framework 2017-04-11 16:29:54 +01:00
Kconfig drivers/perf: commonise PERF_EVENTS dependency 2017-06-15 11:10:33 +01:00
Makefile drivers/perf: arm_pmu: add ACPI framework 2017-04-11 16:29:54 +01:00
qcom_l2_pmu.c perf: qcom_l2: fix column exclusion check 2017-07-26 09:27:43 +01:00
qcom_l3_pmu.c perf: qcom: Add L3 cache PMU driver 2017-04-03 18:53:50 +01:00
xgene_pmu.c perf: xgene: Add support for SoC PMU version 3 2017-06-22 20:16:34 +01:00