Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/gcov/
Dgcc_base.c46 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add() argument
52 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single() argument
58 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta() argument
64 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) in __gcov_merge_ior() argument
70 void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters) in __gcov_merge_time_profile() argument
76 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters) in __gcov_merge_icall_topn() argument
/Linux-v5.4/arch/arc/kernel/
Dperf_event.c33 int n_counters; member
367 if (idx == arc_pmu->n_counters) in arc_pmu_add()
601 arc_pmu->n_counters = pct_bcr.c; in arc_pmu_device_probe()
607 arc_pmu->n_counters, counter_size, cc_bcr.c, in arc_pmu_device_probe()
/Linux-v5.4/arch/mips/oprofile/
Dop_model_mipsxx.c281 static inline int n_counters(void) in n_counters() function
334 counters = n_counters(); in mipsxx_init()
/Linux-v5.4/drivers/staging/comedi/drivers/
Dni_660x.c1005 unsigned int n_counters; in ni_660x_auto_attach() local
1053 n_counters = board->n_chips * NI660X_COUNTERS_PER_CHIP; in ni_660x_auto_attach()
1058 n_counters, in ni_660x_auto_attach()
1153 if (i < n_counters) { in ni_660x_auto_attach()
/Linux-v5.4/arch/mips/kernel/
Dperf_event_mipsxx.c764 static int n_counters(void) in n_counters() function
1691 counters = n_counters(); in init_hw_perf_events()
/Linux-v5.4/arch/ia64/kernel/
Dperfmon.c6479 unsigned int n, n_counters, i; in pfm_init() local
6504 n = 0; n_counters = 0; in pfm_init()
6509 if (PMD_IS_COUNTING(i)) n_counters++; in pfm_init()
6512 pmu_conf->num_counters = n_counters; in pfm_init()