Searched refs:num_pmcs (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/arch/powerpc/kernel/ |
D | cputable.c | 142 .num_pmcs = 8, 160 .num_pmcs = 8, 178 .num_pmcs = 8, 196 .num_pmcs = 8, 214 .num_pmcs = 8, 230 .num_pmcs = 6, 250 .num_pmcs = 6, 266 .num_pmcs = 6, 297 .num_pmcs = 6, 380 .num_pmcs = 6, [all …]
|
D | dt_cpu_ftrs.c | 122 .num_pmcs = 0, 401 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power8() 437 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power9()
|
D | sysfs.c | 786 for (i = 0; i < cur_cpu_spec->num_pmcs; i++) in register_cpu_online() 875 for (i = 0; i < cur_cpu_spec->num_pmcs; i++) in unregister_cpu_online()
|
/Linux-v5.4/arch/powerpc/oprofile/ |
D | op_model_7450.c | 26 static u32 mmcr0_val, mmcr1_val, mmcr2_val, num_pmcs; variable 85 if (num_pmcs > 4) in fsl7450_cpu_setup() 98 num_pmcs = num_ctrs; in fsl7450_reg_setup() 137 for (i = 0; i < num_pmcs; ++i) { in fsl7450_start() 182 for (i = 0; i < num_pmcs; ++i) { in fsl7450_handle_interrupt()
|
D | op_model_pa6t.c | 92 for (pmc = 0; pmc < cur_cpu_spec->num_pmcs; pmc++) in pa6t_reg_setup() 119 for (pmc = 0; pmc < cur_cpu_spec->num_pmcs; pmc++) { in pa6t_reg_setup() 157 for (i = 0; i < cur_cpu_spec->num_pmcs; i++) in pa6t_start() 203 for (i = 0; i < cur_cpu_spec->num_pmcs; i++) { in pa6t_handle_interrupt()
|
D | op_model_power4.c | 124 for (i = 0; i < cur_cpu_spec->num_pmcs; ++i) in power4_reg_setup() 208 for (i = 0; i < cur_cpu_spec->num_pmcs; ++i) { in power4_start() 382 for (i = 0; i < cur_cpu_spec->num_pmcs; ++i) { in power4_handle_interrupt()
|
D | common.c | 225 model->num_counters = cur_cpu_spec->num_pmcs; in oprofile_arch_init()
|
/Linux-v5.4/arch/alpha/kernel/ |
D | perf_event.c | 67 int num_pmcs; member 218 .num_pmcs = 2, 379 if (n_ev > alpha_pmu->num_pmcs) in alpha_check_constraints() 457 if (n0 < alpha_pmu->num_pmcs) { in alpha_pmu_add() 651 alpha_pmu->num_pmcs - 1, in __hw_perf_event_init() 824 if (unlikely(la_ptr >= alpha_pmu->num_pmcs)) { in alpha_perf_event_irq_handler()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | cputable.h | 74 unsigned int num_pmcs; member
|
/Linux-v5.4/arch/ia64/kernel/ |
D | perfmon.c | 425 unsigned int num_pmcs; /* number of PMCS: computed at init time */ member 6502 pmu_conf->num_pmcs = n; in pfm_init() 6532 pmu_conf->num_pmcs, in pfm_init() 6538 if (pmu_conf->num_pmds >= PFM_NUM_PMD_REGS || pmu_conf->num_pmcs >= PFM_NUM_PMC_REGS) { in pfm_init()
|