Searched refs:n_counters (Results 1 - 3 of 3) sorted by relevance

/arch/mips/oprofile/
H A Dop_model_mipsxx.c261 static inline int n_counters(void) function
305 counters = n_counters();
/arch/mips/kernel/
H A Dperf_event_mipsxx.c763 static int n_counters(void) function
1515 counters = n_counters();
/arch/ia64/kernel/
H A Dperfmon.c6601 unsigned int n, n_counters, i; local
6626 n = 0; n_counters = 0;
6631 if (PMD_IS_COUNTING(i)) n_counters++;
6634 pmu_conf->num_counters = n_counters;

Completed in 204 milliseconds