Searched refs:sparc_pmu_type (Results 1 – 3 of 3) sorted by relevance
/arch/sparc/kernel/ |
D | cpu.c | 258 const char *sparc_pmu_type; variable 268 sparc_pmu_type = NULL; in set_cpu_and_fpu() 288 sparc_pmu_type = cpu->pmu_name; in set_cpu_and_fpu() 316 if (sparc_pmu_type == NULL) in set_cpu_and_fpu() 317 sparc_pmu_type = "Unknown PMU"; in set_cpu_and_fpu() 386 sparc_pmu_type, in show_cpuinfo() 469 sparc_pmu_type = "niagara"; in sun4v_cpu_probe() 475 sparc_pmu_type = "niagara2"; in sun4v_cpu_probe() 481 sparc_pmu_type = "niagara3"; in sun4v_cpu_probe() 487 sparc_pmu_type = "niagara4"; in sun4v_cpu_probe() [all …]
|
D | kernel.h | 11 extern const char *sparc_pmu_type;
|
D | perf_event.c | 1343 if (!strcmp(sparc_pmu_type, "ultra3") || in supported_pmu() 1344 !strcmp(sparc_pmu_type, "ultra3+") || in supported_pmu() 1345 !strcmp(sparc_pmu_type, "ultra3i") || in supported_pmu() 1346 !strcmp(sparc_pmu_type, "ultra4+")) { in supported_pmu() 1350 if (!strcmp(sparc_pmu_type, "niagara")) { in supported_pmu() 1354 if (!strcmp(sparc_pmu_type, "niagara2") || in supported_pmu() 1355 !strcmp(sparc_pmu_type, "niagara3")) { in supported_pmu() 1367 pr_cont("No support for PMU type '%s'\n", sparc_pmu_type); in init_hw_perf_events() 1371 pr_cont("Supported PMU type is '%s'\n", sparc_pmu_type); in init_hw_perf_events()
|