]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf: add NVIDIA Tegra410 CPU Memory Latency PMU
authorBesar Wicaksono <bwicaksono@nvidia.com>
Tue, 24 Mar 2026 01:29:50 +0000 (01:29 +0000)
committerWill Deacon <will@kernel.org>
Tue, 24 Mar 2026 12:37:32 +0000 (12:37 +0000)
commit429b7638b2df5538e945aaa2cc189cf0d6e8fb3a
tree60f76092c02b55d3c5191703e3a024ccd452928d
parent3dd73022306bfdb29b1c33cb106fe337f46a6105
perf: add NVIDIA Tegra410 CPU Memory Latency PMU

Adds CPU Memory (CMEM) Latency PMU support in Tegra410 SOC.
The PMU is used to measure latency between the edge of the
Unified Coherence Fabric to the local system DRAM.

Reviewed-by: Ilkka Koskinen <ilkka@os.amperecomputing.com>
Signed-off-by: Besar Wicaksono <bwicaksono@nvidia.com>
Signed-off-by: Will Deacon <will@kernel.org>
Documentation/admin-guide/perf/nvidia-tegra410-pmu.rst
drivers/perf/Kconfig
drivers/perf/Makefile
drivers/perf/nvidia_t410_cmem_latency_pmu.c [new file with mode: 0644]