summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2008-11-26 03:48:20 +0000
committerjkoshy <jkoshy@FreeBSD.org>2008-11-26 03:48:20 +0000
commite796814dfa051868f9125451695062f4cd0ed2e8 (patch)
tree89ce79ae1e65bb9950ecf2471f5c9e01833015a7
parenteff98a06a316fa7bfe69fa25e05b4f43234ef0fb (diff)
downloadFreeBSD-src-e796814dfa051868f9125451695062f4cd0ed2e8.zip
FreeBSD-src-e796814dfa051868f9125451695062f4cd0ed2e8.tar.gz
Fix buglets.
-rw-r--r--lib/libpmc/pmc.core.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpmc/pmc.core.3 b/lib/libpmc/pmc.core.3
index f41a824..55ef2e5 100644
--- a/lib/libpmc/pmc.core.3
+++ b/lib/libpmc/pmc.core.3
@@ -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 instructions executed.
.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
OpenPOWER on IntegriCloud