File tree Expand file tree Collapse file tree 3 files changed +652
-0
lines changed Expand file tree Collapse file tree 3 files changed +652
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,15 @@ config RISCV_PMU_SBI
86
86
full perf feature support i.e. counter overflow, privilege mode
87
87
filtering, counter configuration.
88
88
89
+ config STARFIVE_STARLINK_PMU
90
+ depends on ARCH_STARFIVE || COMPILE_TEST
91
+ bool "StarFive StarLink PMU"
92
+ help
93
+ Provide support for StarLink Performance Monitor Unit.
94
+ StarLink Performance Monitor Unit integrates one or more cores with
95
+ an L3 memory system. The L3 cache events are added into perf event
96
+ subsystem, allowing monitoring of various L3 cache perf events.
97
+
89
98
config ARM_PMU_ACPI
90
99
depends on ARM_PMU && ACPI
91
100
def_bool y
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ obj-$(CONFIG_QCOM_L3_PMU) += qcom_l3_pmu.o
15
15
obj-$(CONFIG_RISCV_PMU) += riscv_pmu.o
16
16
obj-$(CONFIG_RISCV_PMU_LEGACY) += riscv_pmu_legacy.o
17
17
obj-$(CONFIG_RISCV_PMU_SBI) += riscv_pmu_sbi.o
18
+ obj-$(CONFIG_STARFIVE_STARLINK_PMU) += starfive_starlink_pmu.o
18
19
obj-$(CONFIG_THUNDERX2_PMU) += thunderx2_pmu.o
19
20
obj-$(CONFIG_XGENE_PMU) += xgene_pmu.o
20
21
obj-$(CONFIG_ARM_SPE_PMU) += arm_spe_pmu.o
You can’t perform that action at this time.
0 commit comments