Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dcputable.c152 .oprofile_cpu_type = "ppc64/970",
169 .oprofile_cpu_type = "ppc64/970",
186 .oprofile_cpu_type = "ppc64/970MP",
203 .oprofile_cpu_type = "ppc64/970MP",
219 .oprofile_cpu_type = "ppc64/970",
555 .oprofile_cpu_type = "ppc64/pa6t",
1157 .oprofile_cpu_type = "ppc/e300",
1173 .oprofile_cpu_type = "ppc/e300",
1869 .oprofile_cpu_type = "ppc/e500",
1888 .oprofile_cpu_type = "ppc/e500",
[all …]
A Ddt_cpu_ftrs.c104 .oprofile_cpu_type = NULL,
382 cur_cpu_spec->oprofile_cpu_type = "ppc64/power8"; in feat_enable_pmu_power8()
418 cur_cpu_spec->oprofile_cpu_type = "ppc64/power9"; in feat_enable_pmu_power9()
444 cur_cpu_spec->oprofile_cpu_type = "ppc64/power10"; in feat_enable_pmu_power10()
/linux/arch/powerpc/perf/
A De500-pmu.c121 if (!cur_cpu_spec->oprofile_cpu_type) in init_e500_pmu()
124 if (!strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc/e500mc")) in init_e500_pmu()
126 else if (strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc/e500")) in init_e500_pmu()
A De6500-pmu.c110 if (!cur_cpu_spec->oprofile_cpu_type || in init_e6500_pmu()
111 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc/e6500")) in init_e6500_pmu()
A Dppc970-pmu.c494 if (!cur_cpu_spec->oprofile_cpu_type || in init_ppc970_pmu()
495 (strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/970") in init_ppc970_pmu()
496 && strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/970MP"))) in init_ppc970_pmu()
A 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()
A Dmpc7450-pmu.c420 if (!cur_cpu_spec->oprofile_cpu_type || in init_mpc7450_pmu()
421 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc/7450")) in init_mpc7450_pmu()
A Dpower8-pmu.c385 if (!cur_cpu_spec->oprofile_cpu_type || in init_power8_pmu()
386 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power8")) in init_power8_pmu()
A Dpower7-pmu.c450 if (!cur_cpu_spec->oprofile_cpu_type || in init_power7_pmu()
451 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power7")) in init_power7_pmu()
A Dpower6-pmu.c544 if (!cur_cpu_spec->oprofile_cpu_type || in init_power6_pmu()
545 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power6")) in init_power6_pmu()
A Dpower9-pmu.c461 if (!cur_cpu_spec->oprofile_cpu_type || in init_power9_pmu()
462 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power9")) in init_power9_pmu()
A 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()
A Dpower10-pmu.c601 if (!cur_cpu_spec->oprofile_cpu_type || in init_power10_pmu()
602 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power10")) in init_power10_pmu()
A Dhv-24x7.c1726 } else if (!cur_cpu_spec->oprofile_cpu_type) in hv_24x7_init()
1730 if (!strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power8")) in hv_24x7_init()
/linux/arch/powerpc/include/asm/
A Dcputable.h74 char *oprofile_cpu_type; member

Completed in 30 milliseconds