Searched refs:num_pmcs (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | cputable.c | 150 .num_pmcs = 8, 168 .num_pmcs = 8, 186 .num_pmcs = 8, 204 .num_pmcs = 8, 222 .num_pmcs = 8, 238 .num_pmcs = 6, 258 .num_pmcs = 6, 274 .num_pmcs = 6, 305 .num_pmcs = 6, 404 .num_pmcs = 6, [all …]
|
D | dt_cpu_ftrs.c | 121 .num_pmcs = 0, 408 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power8() 444 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power9() 470 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power10()
|
D | sysfs.c | 875 for (i = 0; i < cur_cpu_spec->num_pmcs; i++) in register_cpu_online() 972 for (i = 0; i < cur_cpu_spec->num_pmcs; i++) in unregister_cpu_online()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | cputable.h | 74 unsigned int num_pmcs; member
|