libpmc / stat: use westmere supported counter

This commit is contained in:
Matt Macy 2018-06-04 21:17:42 +00:00
parent ac7012d284
commit ee62e0b419
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334638

View File

@ -410,7 +410,7 @@ pmc_pmu_pmcallocate(const char *event_name, struct pmc_op_pmcallocate *pm)
* Ultimately rely on AMD calling theirs the same
*/
static const char *stat_mode_cntrs[] = {
"cpu_clk_unhalted.thread_any",
"cpu_clk_unhalted.thread",
"inst_retired.any",
"br_inst_retired.all_branches",
"br_misp_retired.all_branches",