Searched refs:pmc_type (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | cputable.c | 136 .pmc_type = PPC_PMC_IBM, 151 .pmc_type = PPC_PMC_IBM, 167 .pmc_type = PPC_PMC_IBM, 185 .pmc_type = PPC_PMC_IBM, 203 .pmc_type = PPC_PMC_IBM, 221 .pmc_type = PPC_PMC_IBM, 239 .pmc_type = PPC_PMC_IBM, 255 .pmc_type = PPC_PMC_IBM, 291 .pmc_type = PPC_PMC_IBM, 322 .pmc_type = PPC_PMC_IBM, [all …]
|
D | pmc.c | 33 if (cur_cpu_spec->pmc_type == PPC_PMC_IBM) in dummy_perf()
|
D | sysfs.c | 681 switch (cur_cpu_spec->pmc_type) { in register_cpu_online() 765 switch (cur_cpu_spec->pmc_type) { in unregister_cpu_online()
|
/linux-4.1.27/arch/powerpc/platforms/83xx/ |
D | suspend.c | 101 struct pmc_type { struct 330 const struct pmc_type *type; in pmc_probe() 414 static struct pmc_type pmc_types[] = {
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 309 enum pmc_type { enum 315 enum pmc_type type;
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | cputable.h | 64 enum powerpc_pmc_type pmc_type; member
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 2827 unsigned int cnum, reg_flags, flags, pmc_type; in pfm_write_pmcs() local 2871 pmc_type = pmu_conf->pmc_desc[cnum].type; in pfm_write_pmcs() 2873 is_counting = (pmc_type & PFM_REG_COUNTING) == PFM_REG_COUNTING ? 1 : 0; in pfm_write_pmcs() 2874 is_monitor = (pmc_type & PFM_REG_MONITOR) == PFM_REG_MONITOR ? 1 : 0; in pfm_write_pmcs() 2881 if ((pmc_type & PFM_REG_IMPL) == 0 || (pmc_type & PFM_REG_CONTROL) == PFM_REG_CONTROL) { in pfm_write_pmcs() 2882 DPRINT(("pmc%u is unimplemented or no-access pmc_type=%x\n", cnum, pmc_type)); in pfm_write_pmcs()
|