Searched refs:pmc_type (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | cputable.c | 138 .pmc_type = PPC_PMC_IBM, 153 .pmc_type = PPC_PMC_IBM, 169 .pmc_type = PPC_PMC_IBM, 187 .pmc_type = PPC_PMC_IBM, 205 .pmc_type = PPC_PMC_IBM, 223 .pmc_type = PPC_PMC_IBM, 241 .pmc_type = PPC_PMC_IBM, 257 .pmc_type = PPC_PMC_IBM, 293 .pmc_type = PPC_PMC_IBM, 324 .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 | 719 switch (cur_cpu_spec->pmc_type) { in register_cpu_online() 803 switch (cur_cpu_spec->pmc_type) { in unregister_cpu_online()
|
/linux-4.4.14/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.4.14/arch/powerpc/include/asm/ |
D | cputable.h | 64 enum powerpc_pmc_type pmc_type; member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 323 enum pmc_type { enum 329 enum pmc_type type;
|
/linux-4.4.14/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()
|