summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2008-11-13 16:32:20 +0000
committerjkoshy <jkoshy@FreeBSD.org>2008-11-13 16:32:20 +0000
commite5806365f9f865bef7287adb036914d6dd28f860 (patch)
tree79cce80b26f6021f9e94dbfa5261de3527beb487
parent915a3913e1ee09c107b26b11f9800b7cf214ae6f (diff)
downloadFreeBSD-src-e5806365f9f865bef7287adb036914d6dd28f860.zip
FreeBSD-src-e5806365f9f865bef7287adb036914d6dd28f860.tar.gz
Tweak -mdoc usage.
-rw-r--r--lib/libpmc/pmc.atom.34
-rw-r--r--lib/libpmc/pmc.core.38
-rw-r--r--lib/libpmc/pmc.core2.32
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/libpmc/pmc.atom.3 b/lib/libpmc/pmc.atom.3
index d31b420..40263c3 100644
--- a/lib/libpmc/pmc.atom.3
+++ b/lib/libpmc/pmc.atom.3
@@ -930,7 +930,7 @@ The number of cycles micro-ops were dispatched for execution on port
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
diff --git a/lib/libpmc/pmc.core.3 b/lib/libpmc/pmc.core.3
index 5d7b1d9..6ae6eec 100644
--- a/lib/libpmc/pmc.core.3
+++ b/lib/libpmc/pmc.core.3
@@ -234,12 +234,12 @@ The number of branch instructions executed including speculative branches.
.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 speculative writes.
.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 event.
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
diff --git a/lib/libpmc/pmc.core2.3 b/lib/libpmc/pmc.core2.3
index 43d59fb..dea2c43 100644
--- a/lib/libpmc/pmc.core2.3
+++ b/lib/libpmc/pmc.core2.3
@@ -275,7 +275,7 @@ The number of branches executed, but not necessarily retired.
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.
OpenPOWER on IntegriCloud