/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_uncore.c | 234 ucf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in ucf_describe() argument 245 *ppmc = phw->phw_pmc; in ucf_describe() 248 *ppmc = NULL; in ucf_describe() 543 ucp_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in ucp_describe() argument 554 *ppmc = phw->phw_pmc; in ucp_describe() 557 *ppmc = NULL; in ucp_describe()
|
H A D | hwpmc_tsc.c | 112 tsc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in tsc_describe() argument 129 *ppmc = phw->phw_pmc; in tsc_describe() 132 *ppmc = NULL; in tsc_describe()
|
H A D | hwpmc_core.c | 331 iaf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in iaf_describe() argument 342 *ppmc = phw->phw_pmc; in iaf_describe() 345 *ppmc = NULL; in iaf_describe() 797 iap_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in iap_describe() argument 808 *ppmc = phw->phw_pmc; in iap_describe() 811 *ppmc = NULL; in iap_describe()
|
H A D | hwpmc_armv7.c | 368 armv7_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in armv7_describe() argument 384 *ppmc = phw->phw_pmc; in armv7_describe() 387 *ppmc = NULL; in armv7_describe()
|
H A D | hwpmc_soft.c | 157 soft_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in soft_describe() argument 175 *ppmc = phw->phw_pmc; in soft_describe() 178 *ppmc = NULL; in soft_describe()
|
H A D | hwpmc_arm64.c | 418 arm64_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in arm64_describe() 434 *ppmc = phw->phw_pmc; in arm64_get_config() 437 *ppmc = NULL; 404 arm64_describe(int cpu,int ri,struct pmc_info * pi,struct pmc ** ppmc) arm64_describe() argument
|
H A D | hwpmc_powerpc.c | 106 powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in powerpc_describe() argument 120 *ppmc = phw->phw_pmc; in powerpc_describe() 123 *ppmc = NULL; in powerpc_describe()
|
H A D | hwpmc_powerpc.h | 95 int powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc);
|
H A D | hwpmc_amd.c | 650 amd_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in amd_describe() argument 668 *ppmc = phw->phw_pmc; in amd_describe() 671 *ppmc = NULL; in amd_describe()
|
H A D | hwpmc_cmn600.c | 561 cmn600_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in cmn600_describe() argument 579 *ppmc = phw->phw_pmc; in cmn600_describe() 582 *ppmc = NULL; in cmn600_describe()
|
H A D | hwpmc_dmc620.c | 426 struct pmc **, ppmc) in CLASSDEP_FN4() argument 444 *ppmc = phw->phw_pmc; in CLASSDEP_FN4() 447 *ppmc = NULL; in CLASSDEP_FN4()
|