Searched refs:oprofile_cpu_type (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | cputable.c | 154 .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 D | dt_cpu_ftrs.c | 123 .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 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()
|
H 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()
|
H A D | ppc970-pmu.c | 493 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 D | power5+-pmu.c | 681 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 D | mpc7450-pmu.c | 419 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 D | power9-pmu.c | 448 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 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()
|
H A D | power10-pmu.c | 412 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 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()
|
H A D | power5-pmu.c | 622 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 D | power6-pmu.c | 543 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 D | hv-24x7.c | 1705 } 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 D | common.c | 190 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 D | cputable.h | 85 char *oprofile_cpu_type; member
|
Completed in 13 milliseconds