svn commit: r185326 - head/lib/libpmc
Joseph Koshy
jkoshy at FreeBSD.org
Tue Nov 25 19:48:21 PST 2008
Author: jkoshy
Date: Wed Nov 26 03:48:20 2008
New Revision: 185326
URL: http://svn.freebsd.org/changeset/base/185326
Log:
Fix buglets.
Modified:
head/lib/libpmc/pmc.core.3
Modified: head/lib/libpmc/pmc.core.3
==============================================================================
--- head/lib/libpmc/pmc.core.3 Wed Nov 26 03:14:24 2008 (r185325)
+++ head/lib/libpmc/pmc.core.3 Wed Nov 26 03:48:20 2008 (r185326)
@@ -353,7 +353,7 @@ unit, excluding L2 writebacks.
.It Li Cycles_Div_Busy
.Pq Event 14H , Umask 00H
The number of cycles the divider is busy.
-The event is only only available for on PMC0.
+The event is only available on PMC0.
.It Li Cycles_Int_Masked
.Pq Event C6H , Umask 00H
The number of cycles while interrupts were disabled.
@@ -655,7 +655,7 @@ The number of SIMD integer saturating in
.Pq Event B3H , Umask 08H
The number of SIMD integer unpack instructions executed.
.It Li SMC_Detected
-.Pq Event C3H
+.Pq Event C3H , Umask 00H
The number of times self-modifying code was detected.
.It Li SSE_NTStores_Miss
.Pq Event 4BH , Umask 03H
More information about the svn-src-head
mailing list