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

/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h55 extern int powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc);
H A Dhwpmc_powerpc.c83 powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
100 *ppmc = phw->phw_pmc;
103 *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_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.c510 xscale_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
529 *ppmc = phw->phw_pmc;
532 *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.c237 ucf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
254 *ppmc = phw->phw_pmc;
257 *ppmc = NULL;
943 ucp_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
960 *ppmc = phw->phw_pmc;
963 *ppmc = NULL;
H A Dhwpmc_amd.c706 amd_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
729 *ppmc = phw->phw_pmc;
732 *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.c1557 struct pmc **ppmc)
1583 *ppmc = p4_pcpu[cpu]->pc_p4pmcs[ri].phw_pmc;
1586 *ppmc = NULL;
1556 p4_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
H A Dhwpmc_core.c291 iaf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
308 *ppmc = phw->phw_pmc;
311 *ppmc = NULL;
2191 iap_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
2208 *ppmc = phw->phw_pmc;
2211 *ppmc = NULL;

Completed in 155 milliseconds