Searched refs:n_counters (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/kernel/gcov/ |
D | base.c | 66 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add() argument 72 void __gcov_merge_single(gcov_type *counters, unsigned int n_counters) in __gcov_merge_single() argument 78 void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) in __gcov_merge_delta() argument 84 void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) in __gcov_merge_ior() argument 90 void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters) in __gcov_merge_time_profile() argument 96 void __gcov_merge_icall_topn(gcov_type *counters, unsigned int n_counters) in __gcov_merge_icall_topn() argument
|
/Linux-v4.19/arch/arc/kernel/ |
D | perf_event.c | 25 int n_counters; member 340 if (idx == arc_pmu->n_counters) in arc_pmu_add() 477 arc_pmu->n_counters = pct_bcr.c; in arc_pmu_device_probe() 483 arc_pmu->n_counters, counter_size, cc_bcr.c, in arc_pmu_device_probe()
|
/Linux-v4.19/arch/mips/oprofile/ |
D | op_model_mipsxx.c | 271 static inline int n_counters(void) in n_counters() function 321 counters = n_counters(); in mipsxx_init()
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | ni_660x.c | 701 unsigned int n_counters; in ni_660x_auto_attach() local 733 n_counters = board->n_chips * NI660X_COUNTERS_PER_CHIP; in ni_660x_auto_attach() 738 n_counters); in ni_660x_auto_attach() 831 if (i < n_counters) { in ni_660x_auto_attach()
|
/Linux-v4.19/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 782 static int n_counters(void) in n_counters() function 1709 counters = n_counters(); in init_hw_perf_events()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | perfmon.c | 6534 unsigned int n, n_counters, i; in pfm_init() local 6559 n = 0; n_counters = 0; in pfm_init() 6564 if (PMD_IS_COUNTING(i)) n_counters++; in pfm_init() 6567 pmu_conf->num_counters = n_counters; in pfm_init()
|