| Directory | Files | |
|---|---|---|
| .. | 37 | |
| File | Size | |
| Kconfig | 457 B | |
| Makefile | 233 B | |
| arm_cspmu.c | 33 kB | |
| arm_cspmu.h | 4.5 kB | |
| arm_cspmu_module.mod.c | 0 B | |
| nvidia_cspmu.c | 12 kB | |
| nvidia_cspmu.h | 365 B | |
# SPDX-License-Identifier: GPL-2.0 # # Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved. config ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU tristate "ARM Coresight Architecture PMU" depends on ARM64 || COMPILE_TEST help Provides support for performance monitoring unit (PMU) devices based on ARM CoreSight PMU architecture. Note that this PMU architecture does not have relationship with the ARM CoreSight Self-Hosted Tracing.