Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mm/
H A Dcache-l2x0-pmu.c18 #define PMU_NR_COUNTERS 2 macro
36 static struct perf_event *events[PMU_NR_COUNTERS];
43 for (i = 0; i < PMU_NR_COUNTERS; i++) { in l2x0_pmu_find_idx()
56 for (i = 0; i < PMU_NR_COUNTERS; i++) { in l2x0_pmu_num_active_counters()
159 for (i = 0; i < PMU_NR_COUNTERS; i++) { in l2x0_pmu_poll()
291 return num_hw <= PMU_NR_COUNTERS; in l2x0_pmu_group_is_valid()
420 for (i = 0; i < PMU_NR_COUNTERS; i++) in l2x0_pmu_reset()
450 for (i = 0; i < PMU_NR_COUNTERS; i++) { in l2x0_pmu_suspend()
466 for (i = 0; i < PMU_NR_COUNTERS; i++) { in l2x0_pmu_resume()