]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: perf: Remove redundant entries from CPU-specific event maps
authorWill Deacon <will.deacon@arm.com>
Tue, 8 Aug 2017 16:11:27 +0000 (17:11 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 10 Aug 2017 16:45:07 +0000 (17:45 +0100)
commitb03dce1c93928f3efb3b7f33c1119e1e8fb254c6
tree260757e1750a8abadab0b1a69327b652e468e395
parent9042d2db23e415368853e3695abdd65007975916
arm64: perf: Remove redundant entries from CPU-specific event maps

Now that the event mapping code always looks into the PMUv3 events
before any extended mappings, the extended mappings can be reduced to
only those events that are not discoverable through the PMCEID registers.

Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/perf_event.c