diff options
| author | Will Deacon <[email protected]> | 2010-02-26 10:46:15 +0100 |
|---|---|---|
| committer | Russell King <[email protected]> | 2010-03-13 10:50:29 +0000 |
| commit | d10fca9f39238b07cc670b441d2b423de30359d2 (patch) | |
| tree | d5b988628ad269d4d3f39b76ec55d9855a223988 /tools/perf/util/scripting-engines/trace-event-perl.c | |
| parent | ddee87f208b6229d2910dd5930c87089dc56c87e (diff) | |
ARM: 5960/1: ARM: perf-events: fix v7 event selection mask
The event selection mask for ARMv7 cores [ARMV7_EVTSEL_MASK]
is incorrectly set to 0x7f. This means that the top bit of an
event ID is ignored, so counting branch misses (id=0x10) and
ISBs (id=0x90) give the same results.
This patch sets the event selection mask to the correct value
of 0xff.
Signed-off-by: Jean Pihet <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions