Searched refs:pmc_type (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | cputable.c | 149 .pmc_type = PPC_PMC_IBM, 166 .pmc_type = PPC_PMC_IBM, 183 .pmc_type = PPC_PMC_IBM, 200 .pmc_type = PPC_PMC_IBM, 217 .pmc_type = PPC_PMC_IBM, 232 .pmc_type = PPC_PMC_IBM, 259 .pmc_type = PPC_PMC_IBM, 286 .pmc_type = PPC_PMC_IBM, 375 .pmc_type = PPC_PMC_IBM, 826 .pmc_type = PPC_PMC_G4, [all …]
|
A D | pmc.c | 29 if (cur_cpu_spec->pmc_type == PPC_PMC_IBM) in dummy_perf()
|
A D | dt_cpu_ftrs.c | 103 .pmc_type = PPC_PMC_DEFAULT, 381 cur_cpu_spec->pmc_type = PPC_PMC_IBM; in feat_enable_pmu_power8() 417 cur_cpu_spec->pmc_type = PPC_PMC_IBM; in feat_enable_pmu_power9() 443 cur_cpu_spec->pmc_type = PPC_PMC_IBM; in feat_enable_pmu_power10()
|
A D | sysfs.c | 842 switch (cur_cpu_spec->pmc_type) { in register_cpu_online() 940 switch (cur_cpu_spec->pmc_type) { in unregister_cpu_online()
|
/linux/arch/powerpc/platforms/83xx/ |
A D | suspend.c | 99 struct pmc_type { struct 328 const struct pmc_type *type; in pmc_probe() 412 static struct pmc_type pmc_types[] = {
|
/linux/arch/powerpc/include/asm/ |
A D | cputable.h | 64 enum powerpc_pmc_type pmc_type; member
|
/linux/arch/x86/include/asm/ |
A D | kvm_host.h | 475 enum pmc_type { enum 481 enum pmc_type type;
|
Completed in 24 milliseconds