Home
last modified time | relevance | path

Searched refs:pmc_mdep_alloc (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/hwpmc/
Dhwpmc_intel.c187 pmc_mdep = pmc_mdep_alloc(nclasses); in pmc_intel_initialize()
Dhwpmc_xscale.c641 pmc_mdep = pmc_mdep_alloc(1); in pmc_xscale_initialize()
Dhwpmc_powerpc.c806 pmc_mdep = pmc_mdep_alloc(1); in pmc_md_initialize()
Dhwpmc_amd.c930 pmc_mdep = pmc_mdep_alloc(2); in pmc_amd_initialize()
Dhwpmc_mod.c4650 pmc_mdep_alloc(int nclasses) in pmc_mdep_alloc() function
4697 md = pmc_mdep_alloc(0); in pmc_generic_cpu_initialize()
/freebsd-9-stable/sys/sys/
Dpmc.h1094 struct pmc_mdep *pmc_mdep_alloc(int nclasses);