]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64: perf: Extend event config for ARMv8.1
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Wed, 24 May 2017 07:43:18 +0000 (15:43 +0800)
committerWill Deacon <will.deacon@arm.com>
Tue, 30 May 2017 11:15:14 +0000 (12:15 +0100)
commitfe7296e19221c6dc125a06b52e28ccbdb76d9b58
tree19eac9bcefe8cfc0f7bbcfc77473c4befa398215
parent5ed02dbb497422bf225783f46e6eadd237d23d6b
arm64: perf: Extend event config for ARMv8.1

Perf has supported ARMv8.1 feature with 16-bit evtCount filed [see c210ae8
arm64: perf: Extend event mask for ARMv8.1], event config should be
extended to 16-bit too, otherwise, if use -e event_name whose event_code
is more than 0x3ff, pmu_config_term will return -EINVAL because function
pmu_format_max_value depends on event config.

This patch extends event config to 16-bit.

Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/perf_event.c