Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dcputable.c154 .oprofile_cpu_type = "ppc64/970",
172 .oprofile_cpu_type = "ppc64/970",
190 .oprofile_cpu_type = "ppc64/970MP",
208 .oprofile_cpu_type = "ppc64/970MP",
225 .oprofile_cpu_type = "ppc64/970",
240 .oprofile_cpu_type = "ppc64/power5",
259 .oprofile_cpu_type = "ppc64/power5++",
276 .oprofile_cpu_type = "ppc64/power5+",
291 .oprofile_cpu_type = "ppc64/ibm-compat-v1",
307 .oprofile_cpu_type
[all...]
H A Ddt_cpu_ftrs.c123 .oprofile_cpu_type = NULL,
410 cur_cpu_spec->oprofile_cpu_type = "ppc64/power8"; in feat_enable_pmu_power8()
446 cur_cpu_spec->oprofile_cpu_type = "ppc64/power9"; in feat_enable_pmu_power9()
472 cur_cpu_spec->oprofile_cpu_type = "ppc64/power10"; in feat_enable_pmu_power10()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H 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()
H 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()
H A Dppc970-pmu.c493 if (!cur_cpu_spec->oprofile_cpu_type || in init_ppc970_pmu()
494 (strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/970") in init_ppc970_pmu()
495 && strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/970MP"))) in init_ppc970_pmu()
H A Dpower5+-pmu.c681 if (!cur_cpu_spec->oprofile_cpu_type || in init_power5p_pmu()
682 (strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power5+") in init_power5p_pmu()
683 && strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power5++"))) in init_power5p_pmu()
H A Dmpc7450-pmu.c419 if (!cur_cpu_spec->oprofile_cpu_type || in init_mpc7450_pmu()
420 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc/7450")) in init_mpc7450_pmu()
H A Dpower9-pmu.c448 if (!cur_cpu_spec->oprofile_cpu_type || in init_power9_pmu()
449 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power9")) in init_power9_pmu()
H A 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()
H A Dpower10-pmu.c412 if (!cur_cpu_spec->oprofile_cpu_type || in init_power10_pmu()
413 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power10")) in init_power10_pmu()
H 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()
H A Dpower5-pmu.c622 if (!cur_cpu_spec->oprofile_cpu_type || in init_power5_pmu()
623 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power5")) in init_power5_pmu()
H A Dpower6-pmu.c543 if (!cur_cpu_spec->oprofile_cpu_type || in init_power6_pmu()
544 strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power6")) in init_power6_pmu()
H A Dhv-24x7.c1705 } else if (!cur_cpu_spec->oprofile_cpu_type) in hv_24x7_init()
1709 if (!strcmp(cur_cpu_spec->oprofile_cpu_type, "ppc64/power8")) in hv_24x7_init()
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H A Dcommon.c190 if (!cur_cpu_spec->oprofile_cpu_type) in oprofile_arch_init()
227 ops->cpu_type = cur_cpu_spec->oprofile_cpu_type; in oprofile_arch_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcputable.h85 char *oprofile_cpu_type; member

Completed in 13 milliseconds