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

/freebsd-10.1-release/lib/libpmc/
H A Dlibpmc.c393 static const struct pmc_cputype_map pmc_cputype_names[] = { variable in typeref:struct:pmc_cputype_map
3222 for (n = 0; n < PMC_TABLE_SIZE(pmc_cputype_names); n++)
3223 if (cp == pmc_cputype_names[n].pm_cputype)
3224 return (pmc_cputype_names[n].pm_name);

Completed in 49 milliseconds