Searched refs:num_pmcs (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/powerpc/kernel/ |
D | cpu_specs_book3s_32.h | 114 .num_pmcs = 4, 128 .num_pmcs = 4, 143 .num_pmcs = 2, 157 .num_pmcs = 4, 171 .num_pmcs = 4, 185 .num_pmcs = 4, 199 .num_pmcs = 4, 213 .num_pmcs = 4, 227 .num_pmcs = 4, 242 .num_pmcs = 4, [all …]
|
D | cpu_specs_book3s_64.h | 73 .num_pmcs = 8, 88 .num_pmcs = 8, 103 .num_pmcs = 8, 118 .num_pmcs = 8, 133 .num_pmcs = 8, 147 .num_pmcs = 6, 160 .num_pmcs = 6, 172 .num_pmcs = 6, 196 .num_pmcs = 6, 279 .num_pmcs = 6, [all …]
|
D | cputable.c | 67 if (old.num_pmcs && !s->num_pmcs) { in setup_cpu_spec() 68 t->num_pmcs = old.num_pmcs; in setup_cpu_spec()
|
D | cpu_specs_e500mc.h | 29 .num_pmcs = 4, 46 .num_pmcs = 4, 66 .num_pmcs = 6,
|
D | cpu_specs_85xx.h | 21 .num_pmcs = 4, 38 .num_pmcs = 4,
|
D | dt_cpu_ftrs.c | 103 .num_pmcs = 0, 387 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power8() 422 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power9() 447 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() 973 for (i = 0; i < cur_cpu_spec->num_pmcs; i++) in unregister_cpu_online()
|
/linux-6.1.9/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-6.1.9/arch/powerpc/include/asm/ |
D | cputable.h | 63 unsigned int num_pmcs; member
|