Date: Mon, 24 Nov 2008 08:14:01 +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: r185247 - head/lib/libpmc Message-ID: <200811240814.mAO8E1vE079018@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811240814.mAO8E1vE079018>