Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dcputable.c146 .oprofile_cpu_type = "ppc64/power4",
161 .oprofile_cpu_type = "ppc64/power4",
179 .oprofile_cpu_type = "ppc64/970",
197 .oprofile_cpu_type = "ppc64/970",
215 .oprofile_cpu_type = "ppc64/970MP",
233 .oprofile_cpu_type = "ppc64/970MP",
250 .oprofile_cpu_type = "ppc64/970",
265 .oprofile_cpu_type = "ppc64/power5",
284 .oprofile_cpu_type = "ppc64/power5++",
301 .oprofile_cpu_type = "ppc64/power5+",
[all …]
/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()
Dpower9-pmu.c317 if (!cur_cpu_spec->oprofile_cpu_type || in init_power9_pmu()
318 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power9")) in init_power9_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()
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()
Dpower8-pmu.c403 if (!cur_cpu_spec->oprofile_cpu_type || in init_power8_pmu()
404 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power8")) in init_power8_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()
/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.h84 char *oprofile_cpu_type; member