drivers/perf/arm_cspmu/Makefile

Source file repositories/reference/linux-study-clean/drivers/perf/arm_cspmu/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/perf/arm_cspmu/Makefile
Extension
[no extension]
Size
363 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/perf
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU) += arm_cspmu_module.o

arm_cspmu_module-y := arm_cspmu.o

obj-$(CONFIG_NVIDIA_CORESIGHT_PMU_ARCH_SYSTEM_PMU) += nvidia_cspmu.o
obj-$(CONFIG_AMPERE_CORESIGHT_PMU_ARCH_SYSTEM_PMU) += ampere_cspmu.o

Annotation

Implementation Notes