Home
last modified time | relevance | path

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

/NextBSD/sys/dev/hwpmc/
HDhwpmc_powerpc.c108 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()
HDhwpmc_tsc.c120 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()
HDhwpmc_arm64.c373 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()
HDhwpmc_armv7.c349 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()
HDhwpmc_powerpc.h58 extern int powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc);
HDhwpmc_xscale.c510 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()
HDhwpmc_soft.c158 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()
HDhwpmc_mips.c318 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()
HDhwpmc_uncore.c241 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()
HDhwpmc_amd.c706 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()
HDhwpmc_ppro.c737 struct pmc **ppmc) in p6_describe() argument
763 *ppmc = phw->phw_pmc; in p6_describe()
766 *ppmc = NULL; in p6_describe()
HDhwpmc_piv.c1561 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()
HDhwpmc_core.c300 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()