Searched refs:oprofile_cpu_type (Results 1 – 16 of 16) sorted by relevance
/arch/powerpc/kernel/ |
D | cputable.c | 150 .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 …]
|
D | dt_cpu_ftrs.c | 162 .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/ |
D | e500-pmu.c | 125 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()
|
D | e6500-pmu.c | 114 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()
|
D | ppc970-pmu.c | 495 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()
|
D | mpc7450-pmu.c | 416 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()
|
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()
|
D | power8-pmu.c | 325 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()
|
D | power6-pmu.c | 545 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()
|
D | power7-pmu.c | 449 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()
|
D | power9-pmu.c | 454 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()
|
D | power4-pmu.c | 615 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()
|
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()
|
D | hv-24x7.c | 1591 } 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/ |
D | common.c | 194 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/ |
D | cputable.h | 86 char *oprofile_cpu_type; member
|