pmc: restore "unhalted-cycles" alias

Reported by:	mav@
This commit is contained in:
Matt Macy 2019-08-15 21:51:11 +00:00
parent 2933651bf4
commit 86b5e013ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351104

View File

@ -69,6 +69,7 @@ static struct pmu_alias pmu_intel_alias_table[] = {
{"BRANCH_MISSES_RETIRED", "BR_MISP_RETIRED.ALL_BRANCHES"},
{"BRANCH-MISSES-RETIRED", "BR_MISP_RETIRED.ALL_BRANCHES"},
{"cycles", "tsc-tsc"},
{"unhalted-cycles", "CPU_CLK_UNHALTED.THREAD_P_ANY"},
{"instructions", "inst-retired.any_p"},
{"branch-mispredicts", "br_misp_retired.all_branches"},
{"branches", "br_inst_retired.all_branches"},