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

/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c492 static const struct pmc_cputype_map pmc_cputype_names[] = { variable in typeref:struct:pmc_cputype_map
4264 for (n = 0; n < PMC_TABLE_SIZE(pmc_cputype_names); n++)
4265 if (cp == pmc_cputype_names[n].pm_cputype)
4266 return (pmc_cputype_names[n].pm_name);

Completed in 162 milliseconds