Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2008 17:38:23 +0000 (UTC)
From:      Joseph Koshy <jkoshy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184891 - head/lib/libpmc
Message-ID:  <200811121738.mACHcNRH036453@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811121738.mACHcNRH036453>