svn commit: r185247 - head/lib/libpmc

Joseph Koshy jkoshy at FreeBSD.org
Mon Nov 24 00:14:02 PST 2008


Author: jkoshy
Date: Mon Nov 24 08:14:01 2008
New Revision: 185247
URL: http://svn.freebsd.org/changeset/base/185247

Log:
  Correction: these PMCs do not support a "umask" modifier.

Modified:
  head/lib/libpmc/pmc.atom.3
  head/lib/libpmc/pmc.core.3
  head/lib/libpmc/pmc.core2.3

Modified: head/lib/libpmc/pmc.atom.3
==============================================================================
--- head/lib/libpmc/pmc.atom.3	Mon Nov 24 08:11:33 2008	(r185246)
+++ head/lib/libpmc/pmc.atom.3	Mon Nov 24 08:14:01 2008	(r185247)
@@ -108,9 +108,6 @@ qualifier.
 .It Li os
 Configure the PMC to count events happening at processor privilege
 level 0.
-.It Li umask= Ns Ar value
-This qualifier is used to further qualify the event selected (see
-below).
 .It Li usr
 Configure the PMC to count events occurring at privilege levels 1, 2
 or 3.

Modified: head/lib/libpmc/pmc.core.3
==============================================================================
--- head/lib/libpmc/pmc.core.3	Mon Nov 24 08:11:33 2008	(r185246)
+++ head/lib/libpmc/pmc.core.3	Mon Nov 24 08:14:01 2008	(r185247)
@@ -100,9 +100,6 @@ qualifier.
 .It Li os
 Configure the PMC to count events happening at processor privilege
 level 0.
-.It Li umask= Ns Ar value
-This qualifier is used to further qualify the event selected (see
-below).
 .It Li usr
 Configure the PMC to count events occurring at privilege levels 1, 2
 or 3.

Modified: head/lib/libpmc/pmc.core2.3
==============================================================================
--- head/lib/libpmc/pmc.core2.3	Mon Nov 24 08:11:33 2008	(r185246)
+++ head/lib/libpmc/pmc.core2.3	Mon Nov 24 08:14:01 2008	(r185247)
@@ -106,9 +106,6 @@ qualifier.
 .It Li os
 Configure the PMC to count events happening at processor privilege
 level 0.
-.It Li umask= Ns Ar value
-This qualifier is used to further qualify the event selected (see
-below).
 .It Li usr
 Configure the PMC to count events occurring at privilege levels 1, 2
 or 3.


More information about the svn-src-head mailing list