Searched refs:oprofile_cpu_type (Results 1 – 14 of 14) sorted by relevance
/arch/powerpc/kernel/ |
D | cputable.c | 146 .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/ |
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 | power9-pmu.c | 317 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()
|
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 | 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 | power8-pmu.c | 403 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()
|
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()
|
/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 | 84 char *oprofile_cpu_type; member
|