commit | 6c833bb9247ed51028279ef7b82ebbbe60d789e3 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Aug 08 16:58:33 2017 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Tue Aug 08 17:12:34 2017 +0100 |
tree | f465e7a2151a31657057cfbbb71409920ae47db4 | |
parent | c1be2ddb1e25ecf425d93a81dc64a650b9ff3107 [diff] |
arm64: perf: Allow standard PMUv3 events to be extended by the CPU type Rather than continue adding CPU-specific event maps, instead look up by default in the PMUv3 event map and only fallback to the CPU-specific maps if either the event isn't described by PMUv3, or it is described but the PMCEID registers say that it is unsupported by the current CPU. Signed-off-by: Will Deacon <will.deacon@arm.com>