Author: jkoshy Date: Wed Nov 12 17:38:23 2008 New Revision: 184891 URL: http://svn.freebsd.org/changeset/base/184891
Log: Use spellings that are close to vendor documentation. Modified: head/lib/libpmc/pmc.iaf.3 Modified: head/lib/libpmc/pmc.iaf.3 ============================================================================== --- head/lib/libpmc/pmc.iaf.3 Wed Nov 12 17:33:36 2008 (r184890) +++ head/lib/libpmc/pmc.iaf.3 Wed Nov 12 17:38:23 2008 (r184891) @@ -91,13 +91,13 @@ qualifiers are specified, the default is 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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
