| /NextBSD/sys/dev/hwpmc/ |
| HD | hwpmc_powerpc.c | 108 powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in powerpc_describe() argument 125 *ppmc = phw->phw_pmc; in powerpc_describe() 128 *ppmc = NULL; in powerpc_describe()
|
| HD | hwpmc_tsc.c | 120 tsc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in tsc_describe() argument 142 *ppmc = phw->phw_pmc; in tsc_describe() 145 *ppmc = NULL; in tsc_describe()
|
| HD | hwpmc_arm64.c | 373 arm64_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in arm64_describe() argument 392 *ppmc = phw->phw_pmc; in arm64_describe() 395 *ppmc = NULL; in arm64_describe()
|
| HD | hwpmc_armv7.c | 349 armv7_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in armv7_describe() argument 368 *ppmc = phw->phw_pmc; in armv7_describe() 371 *ppmc = NULL; in armv7_describe()
|
| HD | hwpmc_powerpc.h | 58 extern int powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc);
|
| HD | hwpmc_xscale.c | 510 xscale_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in xscale_describe() argument 529 *ppmc = phw->phw_pmc; in xscale_describe() 532 *ppmc = NULL; in xscale_describe()
|
| HD | hwpmc_soft.c | 158 soft_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in soft_describe() argument 181 *ppmc = phw->phw_pmc; in soft_describe() 184 *ppmc = NULL; in soft_describe()
|
| HD | hwpmc_mips.c | 318 mips_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in mips_describe() argument 337 *ppmc = phw->phw_pmc; in mips_describe() 340 *ppmc = NULL; in mips_describe()
|
| HD | hwpmc_uncore.c | 241 ucf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in ucf_describe() argument 258 *ppmc = phw->phw_pmc; in ucf_describe() 261 *ppmc = NULL; in ucf_describe() 947 ucp_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in ucp_describe() argument 964 *ppmc = phw->phw_pmc; in ucp_describe() 967 *ppmc = NULL; in ucp_describe()
|
| HD | hwpmc_amd.c | 706 amd_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in amd_describe() argument 729 *ppmc = phw->phw_pmc; in amd_describe() 732 *ppmc = NULL; in amd_describe()
|
| HD | hwpmc_ppro.c | 737 struct pmc **ppmc) in p6_describe() argument 763 *ppmc = phw->phw_pmc; in p6_describe() 766 *ppmc = NULL; in p6_describe()
|
| HD | hwpmc_piv.c | 1561 struct pmc **ppmc) in p4_describe() argument 1587 *ppmc = p4_pcpu[cpu]->pc_p4pmcs[ri].phw_pmc; in p4_describe() 1590 *ppmc = NULL; in p4_describe()
|
| HD | hwpmc_core.c | 300 iaf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in iaf_describe() argument 317 *ppmc = phw->phw_pmc; in iaf_describe() 320 *ppmc = NULL; in iaf_describe() 2407 iap_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in iap_describe() argument 2424 *ppmc = phw->phw_pmc; in iap_describe() 2427 *ppmc = NULL; in iap_describe()
|