Searched defs:n_counters (Results 1 – 4 of 4) sorted by relevance
66 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add()72 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single()78 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta()
261 static inline int n_counters(void) in n_counters() function
759 static int n_counters(void) in n_counters() function
6612 unsigned int n, n_counters, i; in pfm_init() local