Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/perf/
Dxgene_pmu.c63 #define PMU_MAX_COUNTERS 4 macro
108 DECLARE_BITMAP(cntr_assign_mask, PMU_MAX_COUNTERS);
111 struct perf_event *pmu_counter_event[PMU_MAX_COUNTERS];
1122 pmu_dev->max_counters = PMU_MAX_COUNTERS; in xgene_init_perf()
1232 for (idx = 0; idx < PMU_MAX_COUNTERS; idx++) { in _xgene_pmu_isr()