Skip to content
Commit 29a541f6 authored by Will Deacon's avatar Will Deacon Committed by Russell King
Browse files

ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9



Using COHERENT_LINE_{MISS,HIT} for cache misses and references
respectively is completely wrong. Instead, use the L1D events which
are a better and more useful approximation despite ignoring instruction
traffic.

Reported-by: default avatarAlasdair Grant <alasdair.grant@arm.com>
Reported-by: default avatarMatt Horsnell <matt.horsnell@arm.com>
Reported-by: default avatarMichael Williams <michael.williams@arm.com>
Cc: stable@kernel.org
Cc: Jean Pihet <j-pihet@ti.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 002ea9ee
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