arm64: perf: Consistently make all event numbers as 16-bits
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Thu, 3 Mar 2022 10:07:10 +0000 (18:07 +0800)
committerWill Deacon <will@kernel.org>
Tue, 8 Mar 2022 11:41:03 +0000 (11:41 +0000)
commitf00f3674873bb4ca4984aa3c440f3b0087a3677e
treecfc0f6111574a33fad5dc02b7e342a6a93c84b95
parent83f83cc0c1379413fb1199a78f91ab441a7e76fd
arm64: perf: Consistently make all event numbers as 16-bits

Arm ARM documents PMU event numbers as 16-bits in the table and more 0x4XXX
events have been added in the header file, so use 16-bits for all event
numbers and make them consistent.

No functional change intended.

Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Link: https://lore.kernel.org/r/20220303100710.2238-1-zhangshaokun@hisilicon.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/perf_event.h