Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/perf/
Dxgene_pmu.c52 #define PMU_MAX_COUNTERS 4 macro
97 DECLARE_BITMAP(cntr_assign_mask, PMU_MAX_COUNTERS);
100 struct perf_event *pmu_counter_event[PMU_MAX_COUNTERS];
1103 pmu_dev->max_counters = PMU_MAX_COUNTERS; in xgene_init_perf()
1214 for (idx = 0; idx < PMU_MAX_COUNTERS; idx++) { in _xgene_pmu_isr()