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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/gcov/
H A Dbase.c66 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) argument
72 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters) argument
78 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/oprofile/
H A Dop_model_mipsxx.c261 static inline int n_counters(void) function
305 counters = n_counters();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c6507 unsigned int n, n_counters, i; local
6532 n = 0; n_counters = 0;
6537 if (PMD_IS_COUNTING(i)) n_counters++;
6540 pmu_conf->num_counters = n_counters;

Completed in 144 milliseconds