Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2008 03:48:21 +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: r185326 - head/lib/libpmc
Message-ID:  <200811260348.mAQ3mLFj043370@svn.freebsd.org>

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



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