mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
drivers/perf: arm_spe: Expose saturating counter to 16-bit
In order to acquire more accurate latency, Armv8.8[1] has defined the CountSize field to 16-bit saturating counters when it's 0b0011. Let's support this new feature and expose its to user under sysfs. [1] https://developer.arm.com/documentation/ddi0487/latest Cc: Will Deacon <will@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Link: https://lore.kernel.org/r/20220429063307.63251-1-zhangshaokun@hisilicon.com Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
parent
23760a0144
commit
47a9ed88a4
@ -1035,6 +1035,9 @@ static void __arm_spe_pmu_dev_probe(void *info)
|
||||
fallthrough;
|
||||
case 2:
|
||||
spe_pmu->counter_sz = 12;
|
||||
break;
|
||||
case 3:
|
||||
spe_pmu->counter_sz = 16;
|
||||
}
|
||||
|
||||
dev_info(dev,
|
||||
|
Loading…
x
Reference in New Issue
Block a user