Use spellings that are close to vendor documentation.

This commit is contained in:
jkoshy 2008-11-12 17:38:23 +00:00
parent 174894b615
commit 10ed8c3117

View File

@ -91,13 +91,13 @@ qualifiers are specified, the default is to enable both.
The fixed function PMCs are selectable using the following
event names:
.Bl -tag -width indent
.It Li FIXED.INSTR_RETIRED.ANY
.It Li INSTR_RETIRED.ANY
.Pq Fixed Function Counter 0
The number of instructions retired.
.It Li FIXED.CPU_CLK_UNHALTED.CORE
.It Li CPU_CLK_UNHALTED.CORE
.Pq Fixed Function Counter 1
The number of core cycles for which the core is not halted.
.It Li FIXED.CPU_CLK_UNHALTED.REF
.It Li CPU_CLK_UNHALTED.REF
.Pq Fixed Function Counter 2
The number of reference cycles for which the core is not halted.
.El