Home
last modified time | relevance | path

Searched refs:ppmc (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_uncore.c234 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 Dhwpmc_tsc.c112 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 Dhwpmc_core.c331 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 Dhwpmc_armv7.c368 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 Dhwpmc_soft.c157 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 Dhwpmc_arm64.c404 arm64_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) in arm64_describe() argument
420 *ppmc = phw->phw_pmc; in arm64_describe()
423 *ppmc = NULL; in arm64_describe()
H A Dhwpmc_powerpc.c106 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 Dhwpmc_powerpc.h95 int powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc);
H A Dhwpmc_amd.c650 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 Dhwpmc_cmn600.c561 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 Dhwpmc_dmc620.c426 struct pmc **, ppmc) in CLASSDEP_FN4() argument
444 *ppmc = phw->phw_pmc; in CLASSDEP_FN4()
447 *ppmc = NULL; in CLASSDEP_FN4()