Home
last modified time | relevance | path

Searched refs:num_pmcs (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/powerpc/kernel/
Dcputable.c148 .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,
374 .num_pmcs = 6,
[all …]
Ddt_cpu_ftrs.c103 .num_pmcs = 0,
388 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power8()
424 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power9()
450 cur_cpu_spec->num_pmcs = 6; in feat_enable_pmu_power10()
Dsysfs.c875 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-5.19.10/arch/alpha/kernel/
Dperf_event.c67 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-5.19.10/arch/powerpc/include/asm/
Dcputable.h63 unsigned int num_pmcs; member