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

/linux-4.4.14/kernel/gcov/
H A Dbase.c65 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) __gcov_merge_add() argument
71 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters) __gcov_merge_single() argument
77 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) __gcov_merge_delta() argument
83 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) __gcov_merge_ior() argument
89 void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters) __gcov_merge_time_profile() argument
95 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters) __gcov_merge_icall_topn() argument
/linux-4.4.14/arch/arc/kernel/
H A Dperf_event.c25 int n_counters; member in struct:arc_pmu
339 arc_pmu->n_counters); arc_pmu_add()
340 if (idx == arc_pmu->n_counters) arc_pmu_add()
387 for (idx = 0; idx < arc_pmu->n_counters; idx++) { arc_pmu_intr()
473 arc_pmu->n_counters = pct_bcr.c; arc_pmu_device_probe()
479 arc_pmu->n_counters, counter_size, cc_bcr.c, arc_pmu_device_probe()
/linux-4.4.14/arch/mips/oprofile/
H A Dop_model_mipsxx.c288 static inline int n_counters(void) n_counters() function
338 counters = n_counters(); mipsxx_init()
/linux-4.4.14/arch/mips/kernel/
H A Dperf_event_mipsxx.c769 static int n_counters(void) n_counters() function
1674 counters = n_counters(); init_hw_perf_events()
/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c6556 unsigned int n, n_counters, i; pfm_init() local
6581 n = 0; n_counters = 0; pfm_init()
6586 if (PMD_IS_COUNTING(i)) n_counters++; pfm_init()
6589 pmu_conf->num_counters = n_counters; pfm_init()
/linux-4.4.14/arch/powerpc/perf/
H A Dcore-book3s.c783 pr_info("CPU: %d PMU registers, ppmu = %s n_counters = %d", perf_event_print_debug()

Completed in 241 milliseconds