]> git.ipfire.org Git - thirdparty/linux.git/commit
perf: add NVIDIA Tegra410 C2C PMU
authorBesar Wicaksono <bwicaksono@nvidia.com>
Tue, 24 Mar 2026 01:29:51 +0000 (01:29 +0000)
committerWill Deacon <will@kernel.org>
Tue, 24 Mar 2026 12:37:33 +0000 (12:37 +0000)
commit2f89b7f78c50ca973ca035ceb30426f78d9e0996
tree3776c40e3bc00cb7b5d3d60126943a433dc89589
parent429b7638b2df5538e945aaa2cc189cf0d6e8fb3a
perf: add NVIDIA Tegra410 C2C PMU

Adds NVIDIA C2C PMU support in Tegra410 SOC. This PMU is
used to measure memory latency between the SOC and device
memory, e.g GPU Memory (GMEM), CXL Memory, or memory on
remote Tegra410 SOC.

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_c2c_pmu.c [new file with mode: 0644]