Home
last modified time | relevance | path

Searched refs:oprofile_cpu_type (Results 1 – 16 of 16) sorted by relevance

/arch/powerpc/kernel/
Dcputable.c150 .oprofile_cpu_type = "ppc64/power4",
165 .oprofile_cpu_type = "ppc64/power4",
183 .oprofile_cpu_type = "ppc64/970",
201 .oprofile_cpu_type = "ppc64/970",
219 .oprofile_cpu_type = "ppc64/970MP",
237 .oprofile_cpu_type = "ppc64/970MP",
254 .oprofile_cpu_type = "ppc64/970",
269 .oprofile_cpu_type = "ppc64/power5",
288 .oprofile_cpu_type = "ppc64/power5++",
305 .oprofile_cpu_type = "ppc64/power5+",
[all …]
Ddt_cpu_ftrs.c162 .oprofile_cpu_type = NULL,
442 cur_cpu_spec->oprofile_cpu_type = "ppc64/power8"; in feat_enable_pmu_power8()
479 cur_cpu_spec->oprofile_cpu_type = "ppc64/power9"; in feat_enable_pmu_power9()
/arch/powerpc/perf/
De500-pmu.c125 if (!cur_cpu_spec->oprofile_cpu_type) in init_e500_pmu()
128 if (!strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc/e500mc")) in init_e500_pmu()
130 else if (strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc/e500")) in init_e500_pmu()
De6500-pmu.c114 if (!cur_cpu_spec->oprofile_cpu_type || in init_e6500_pmu()
115 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc/e6500")) in init_e6500_pmu()
Dppc970-pmu.c495 if (!cur_cpu_spec->oprofile_cpu_type || in init_ppc970_pmu()
496 (strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/970") in init_ppc970_pmu()
497 && strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/970MP"))) in init_ppc970_pmu()
Dmpc7450-pmu.c416 if (!cur_cpu_spec->oprofile_cpu_type || in init_mpc7450_pmu()
417 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc/7450")) in init_mpc7450_pmu()
Dpower5+-pmu.c682 if (!cur_cpu_spec->oprofile_cpu_type || in init_power5p_pmu()
683 (strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power5+") in init_power5p_pmu()
684 && strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power5++"))) in init_power5p_pmu()
Dpower8-pmu.c325 if (!cur_cpu_spec->oprofile_cpu_type || in init_power8_pmu()
326 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power8")) in init_power8_pmu()
Dpower6-pmu.c545 if (!cur_cpu_spec->oprofile_cpu_type || in init_power6_pmu()
546 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power6")) in init_power6_pmu()
Dpower7-pmu.c449 if (!cur_cpu_spec->oprofile_cpu_type || in init_power7_pmu()
450 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power7")) in init_power7_pmu()
Dpower9-pmu.c454 if (!cur_cpu_spec->oprofile_cpu_type || in init_power9_pmu()
455 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power9")) in init_power9_pmu()
Dpower4-pmu.c615 if (!cur_cpu_spec->oprofile_cpu_type || in init_power4_pmu()
616 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power4")) in init_power4_pmu()
Dpower5-pmu.c623 if (!cur_cpu_spec->oprofile_cpu_type || in init_power5_pmu()
624 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power5")) in init_power5_pmu()
Dhv-24x7.c1591 } else if (!cur_cpu_spec->oprofile_cpu_type) in hv_24x7_init()
1595 if (!strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power8")) in hv_24x7_init()
/arch/powerpc/oprofile/
Dcommon.c194 if (!cur_cpu_spec->oprofile_cpu_type) in oprofile_arch_init()
231 ops->cpu_type = cur_cpu_spec->oprofile_cpu_type; in oprofile_arch_init()
/arch/powerpc/include/asm/
Dcputable.h86 char *oprofile_cpu_type; member