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

/freebsd-11.0-release/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h58 extern int powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc);
H A Dhwpmc_powerpc.c108 powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
125 *ppmc = phw->phw_pmc;
128 *ppmc = NULL;
H A Dhwpmc_tsc.c120 tsc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
142 *ppmc = phw->phw_pmc;
145 *ppmc = NULL;
H A Dhwpmc_arm64.c373 arm64_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
392 *ppmc = phw->phw_pmc;
395 *ppmc = NULL;
H A Dhwpmc_armv7.c349 armv7_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
368 *ppmc = phw->phw_pmc;
371 *ppmc = NULL;
H A Dhwpmc_soft.c158 soft_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
181 *ppmc = phw->phw_pmc;
184 *ppmc = NULL;
H A Dhwpmc_xscale.c507 xscale_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
526 *ppmc = phw->phw_pmc;
529 *ppmc = NULL;
H A Dhwpmc_mips.c318 mips_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
337 *ppmc = phw->phw_pmc;
340 *ppmc = NULL;
H A Dhwpmc_uncore.c241 ucf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
258 *ppmc = phw->phw_pmc;
261 *ppmc = NULL;
945 ucp_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
962 *ppmc = phw->phw_pmc;
965 *ppmc = NULL;
H A Dhwpmc_amd.c705 amd_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
728 *ppmc = phw->phw_pmc;
731 *ppmc = NULL;
H A Dhwpmc_ppro.c737 struct pmc **ppmc)
763 *ppmc = phw->phw_pmc;
766 *ppmc = NULL;
736 p6_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
H A Dhwpmc_piv.c1558 struct pmc **ppmc)
1584 *ppmc = p4_pcpu[cpu]->pc_p4pmcs[ri].phw_pmc;
1587 *ppmc = NULL;
1557 p4_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
H A Dhwpmc_core.c301 iaf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
318 *ppmc = phw->phw_pmc;
321 *ppmc = NULL;
2406 iap_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
2423 *ppmc = phw->phw_pmc;
2426 *ppmc = NULL;

Completed in 77 milliseconds