Searched refs:pmc_cputype_names (Results 1 – 1 of 1) sorted by relevance
268 static const struct pmc_cputype_map pmc_cputype_names[] = { variable1651 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()