commit | 40c390c768f898497e17d934f6715d516ff67294 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Wed Jan 16 12:01:59 2013 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Wed Jan 16 12:01:59 2013 +0000 |
tree | 87f49311dfb80e19d790fa76f97ceed0536e7628 | |
parent | 1764c591dfed2ce7075465df0591ce9564ff37a1 [diff] |
ARM: perf: don't pretend to support counting of L1I writes ARM has a harvard cache architecture and cannot write directly to the I-side. This patch removes the L1I write events from the cache map (which previously returned *read* events in many cases). Reported-by: Mike Williams <michael.williams@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>