Home
last modified time | relevance | path

Searched refs:PMU_MAX_COUNTERS (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/perf/
Dxgene_pmu.c50 #define PMU_MAX_COUNTERS 4 macro
95 DECLARE_BITMAP(cntr_assign_mask, PMU_MAX_COUNTERS);
98 struct perf_event *pmu_counter_event[PMU_MAX_COUNTERS];
1092 pmu_dev->max_counters = PMU_MAX_COUNTERS; in xgene_init_perf()
1204 for (idx = 0; idx < PMU_MAX_COUNTERS; idx++) { in _xgene_pmu_isr()