Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/
H A Dlibpmc.c268 static const struct pmc_cputype_map pmc_cputype_names[] = { variable
1651 for (n = 0; n < PMC_TABLE_SIZE(pmc_cputype_names); n++) in pmc_name_of_cputype()
1652 if (cp == pmc_cputype_names[n].pm_cputype) in pmc_name_of_cputype()
1653 return (pmc_cputype_names[n].pm_name); in pmc_name_of_cputype()