From owner-svn-src-all@FreeBSD.ORG Thu Nov 13 16:32:21 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E75B106567B; Thu, 13 Nov 2008 16:32:21 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 13FA78FC08; Thu, 13 Nov 2008 16:32:21 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mADGWL3s063833; Thu, 13 Nov 2008 16:32:21 GMT (envelope-from jkoshy@svn.freebsd.org) Received: (from jkoshy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mADGWKOB063830; Thu, 13 Nov 2008 16:32:20 GMT (envelope-from jkoshy@svn.freebsd.org) Message-Id: <200811131632.mADGWKOB063830@svn.freebsd.org> From: Joseph Koshy Date: Thu, 13 Nov 2008 16:32:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184932 - head/lib/libpmc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2008 16:32:21 -0000 Author: jkoshy Date: Thu Nov 13 16:32:20 2008 New Revision: 184932 URL: http://svn.freebsd.org/changeset/base/184932 Log: Tweak -mdoc usage. 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 Thu Nov 13 16:17:50 2008 (r184931) +++ head/lib/libpmc/pmc.atom.3 Thu Nov 13 16:32:20 2008 (r184932) @@ -930,7 +930,7 @@ The number of cycles micro-ops were disp The number of cycles micro-ops were dispatched for execution on port 4. .It Li RS_UOPS_DISPATCHED.PORT5 -.Pq Event A1H , Umask 20 +.Pq Event A1H , Umask 20H The number of cycles micro-ops were dispatched for execution on port 5. .It Li SB_DRAIN_CYCLES @@ -1116,7 +1116,7 @@ globally observed. The number of cycles while a store was blocked due to a conflict with an internal or external snoop. .It Li STORE_FORWARDS.GOOD -.Pq Event 02, Umask 81H +.Pq Event 02H , Umask 81H The number of times stored data was forwarded directly to a load. .It Li THERMAL_TRIP .Pq Event 3BH , Umask C0H Modified: head/lib/libpmc/pmc.core.3 ============================================================================== --- head/lib/libpmc/pmc.core.3 Thu Nov 13 16:17:50 2008 (r184931) +++ head/lib/libpmc/pmc.core.3 Thu Nov 13 16:32:20 2008 (r184932) @@ -234,12 +234,12 @@ The number of branch instructions execut .Pq Event E0H , Umask 00H The number of branch instructions decoded. .It Li Br_Instr_Ret -.Pq Event C4H, Umask 00H +.Pq Event C4H , Umask 00H .Pq Alias Qq "Branch Instruction Retired" The number of branch instructions retired. This is an architectural performance event. .It Li Br_MisPred_Ret -.Pq Event C5H, Umask 00H +.Pq Event C5H , Umask 00H .Pq Alias Qq "Branch Misses Retired" The number of mispredicted branch instructions retired. This is an architectural performance event. @@ -553,7 +553,7 @@ The number of L2 cache writes including .Pq Event 03H , Umask 00H The number of load operations delayed due to store buffer blocks. .It Li LLC_Misses -.Pq Event 2EH, Umask 41H +.Pq Event 2EH , Umask 41H The number of cache misses for references to the last level cache, excluding misses due to hardware prefetches. This is an architectural performance event. @@ -561,7 +561,7 @@ This is an architectural performance eve The number of references to the last level cache, excluding those due to hardware prefetches. This is an architectural performance event. -.Pq Event 2EH, Umask 4FH +.Pq Event 2EH , Umask 4FH This is an architectural performance event. .It Li MMX_Assist .Pq Event CDH , Umask 00H Modified: head/lib/libpmc/pmc.core2.3 ============================================================================== --- head/lib/libpmc/pmc.core2.3 Thu Nov 13 16:17:50 2008 (r184931) +++ head/lib/libpmc/pmc.core2.3 Thu Nov 13 16:32:20 2008 (r184932) @@ -275,7 +275,7 @@ The number of branches executed, but not The number of branch instructions retired. This is an architectural performance event. .It Li BR_INST_RETIRED.MISPRED -.Pq Event C5H, Umask 00H +.Pq Event C5H , Umask 00H .Pq Alias Qq "Branch Misses Retired" The number of mispredicted branch instructions retired. This is an architectural performance event.