Searched refs:oprofile_cpu_type (Results 1 – 15 of 15) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | cputable.c | 152 .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 D | dt_cpu_ftrs.c | 104 .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 D | e500-pmu.c | 121 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 D | e6500-pmu.c | 110 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 D | ppc970-pmu.c | 494 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 D | power5+-pmu.c | 682 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 D | mpc7450-pmu.c | 420 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 D | power8-pmu.c | 385 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 D | power7-pmu.c | 450 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 D | power6-pmu.c | 544 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 D | power9-pmu.c | 461 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 D | power5-pmu.c | 623 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 D | power10-pmu.c | 601 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 D | hv-24x7.c | 1726 } 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 D | cputable.h | 74 char *oprofile_cpu_type; member
|
Completed in 30 milliseconds