Searched refs:num_pmcs (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | cputable.c | 148 .num_pmcs = 8, 165 .num_pmcs = 8, 182 .num_pmcs = 8, 199 .num_pmcs = 8, 216 .num_pmcs = 8, 231 .num_pmcs = 6, 245 .num_pmcs = 6, 258 .num_pmcs = 6, 285 .num_pmcs = 6, 2013 if (old.num_pmcs && !s->num_pmcs) { in setup_cpu_spec() [all …]
|
A D | dt_cpu_ftrs.c | 102 .num_pmcs = 0, 380 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power8() 416 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power9() 442 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power10()
|
A 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/arch/alpha/kernel/ |
A 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/arch/powerpc/include/asm/ |
A D | cputable.h | 63 unsigned int num_pmcs; member
|
Completed in 13 milliseconds