commit | 4b47e573a4a4f462b619fe623f6dab5c723c2f27 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Fri Oct 05 13:31:10 2018 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Wed Nov 21 13:16:34 2018 +0000 |
tree | 8458809cebd6231e58a15acc2dbb8592d76e818a | |
parent | cf7175ece01741317e1ea07609d0ec0dcbc9c31a [diff] |
arm64: perf: Move event definitions into perf_event.h The PMU event numbers are split between perf_event.h and perf_event.c, which makes it difficult to spot any gaps in the numbers which may be allocated in the future. This patch sorts the events numerically, adds some missing events and moves the definitions into perf_event.h. Signed-off-by: Will Deacon <will.deacon@arm.com>