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

/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h57 extern int powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc);
H A Dhwpmc_powerpc.c92 powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
109 *ppmc = phw->phw_pmc;
112 *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.c241 ucf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
258 *ppmc = phw->phw_pmc;
261 *ppmc = NULL;
947 ucp_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
964 *ppmc = phw->phw_pmc;
967 *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.c1561 struct pmc **ppmc)
1587 *ppmc = p4_pcpu[cpu]->pc_p4pmcs[ri].phw_pmc;
1590 *ppmc = NULL;
1560 p4_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
H A Dhwpmc_core.c300 iaf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
317 *ppmc = phw->phw_pmc;
320 *ppmc = NULL;
2287 iap_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
2304 *ppmc = phw->phw_pmc;
2307 *ppmc = NULL;

Completed in 167 milliseconds