diff options
author | Ilkka Koskinen <[email protected]> | 2023-11-02 11:30:12 -0700 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2023-11-07 11:00:57 +0000 |
commit | 403edfa436286b21f5ffe6856ae5b36396e8966c (patch) | |
tree | dae58a3581af1ced8185b5eb6d52d1f8fce4b2b2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 15c7ef7341a2e54cfa12ac502c65d6fd2cce2b62 (diff) |
arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers
The driver used to truncate several 64-bit registers such as PMCEID[n]
registers used to describe whether architectural and microarchitectural
events in range 0x4000-0x401f exist. Due to discarding the bits, the
driver made the events invisible, even if they existed.
Moreover, PMCCFILTR and PMCR registers have additional bits in the upper
32 bits. This patch makes them available although they aren't currently
used. Finally, functions handling PMXEVCNTR and PMXEVTYPER registers are
removed as they not being used at all.
Fixes: df29ddf4f04b ("arm64: perf: Abstract system register accesses away")
Reported-by: Carl Worth <[email protected]>
Signed-off-by: Ilkka Koskinen <[email protected]>
Acked-by: Will Deacon <[email protected]>
Closes: https://lore.kernel.org/..
Reviewed-by: Anshuman Khandual <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions