summaryrefslogtreecommitdiffstats
path: root/usr.bin/pctr
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2012-07-11 08:07:20 +0000
committerguenther <guenther@openbsd.org>2012-07-11 08:07:20 +0000
commita98658748838d0040fa36e5fe893659c5868eb51 (patch)
tree955bd6bc3bdedfff5b94fd5782f6d907601acb08 /usr.bin/pctr
parentDon't skip pipe, kqueue, crypto, or systrace files in pstat -f output (diff)
downloadwireguard-openbsd-a98658748838d0040fa36e5fe893659c5868eb51.tar.xz
wireguard-openbsd-a98658748838d0040fa36e5fe893659c5868eb51.zip
reoder letters to fix piles-o'-typos
Diffstat (limited to 'usr.bin/pctr')
-rw-r--r--usr.bin/pctr/pctrvar.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/pctr/pctrvar.h b/usr.bin/pctr/pctrvar.h
index e59782c4d0f..553dbd705b6 100644
--- a/usr.bin/pctr/pctrvar.h
+++ b/usr.bin/pctr/pctrvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pctrvar.h,v 1.3 2007/11/16 15:03:31 mikeb Exp $ */
+/* $OpenBSD: pctrvar.h,v 1.4 2012/07/11 08:07:20 guenther Exp $ */
/*
* Copyright (c) 2007 Mike Belopuhov, Aleksey Lomovtsev
@@ -133,7 +133,7 @@ struct ctrfn p6fn[] = {
{ 0x21, 0, "L2_ADS",
"Number of L2 address strobes." },
{ 0x22, 0, "L2_DBUS_BUSY",
- "Number of cycles durring which the data bus was busy." },
+ "Number of cycles during which the data bus was busy." },
{ 0x23, 0, "L2_DBUS_BUSY_RD",
"Number of cycles during which the data bus was busy transferring "
"data from L2 to the processor." },
@@ -220,7 +220,7 @@ struct ctrfn p6fn[] = {
"Number of ITLB misses." },
{ 0x86, 0, "IFU_MEM_STALL",
"Number of cycles that the instruction fetch pipe stage is stalled, "
- "including cache mises, ITLB misses, ITLB faults, "
+ "including cache misses, ITLB misses, ITLB faults, "
"and victim cache evictions" },
{ 0x87, 0, "ILD_STALL",
"Number of cycles that the instruction length decoder is stalled" },
@@ -231,7 +231,7 @@ struct ctrfn p6fn[] = {
{ 0xc1, CFL_C0, "FLOPS",
"Number of computational floating-point operations retired." },
{ 0xc2, 0, "UOPS_RETIRED",
- "Number of UOPs retired." },
+ "Number of micro-ops retired." },
{ 0xc4, 0, "BR_INST_RETIRED",
"Number of branch instructions retired." },
{ 0xc5, 0, "BR_MISS_PRED_RETIRED",
@@ -246,7 +246,7 @@ struct ctrfn p6fn[] = {
{ 0xc9, 0, "BR_TAKEN_RETIRED",
"Number of taken branches retired." },
{ 0xca, 0, "BR_MISS_PRED_TAKEN_RET",
- "Number of taken mispredictioned branches retired." },
+ "Number of taken mispredicted branches retired." },
{ 0xd0, 0, "INST_DECODER",
"Number of instructions decoded." },
{ 0xd2, 0, "PARTIAL_RAT_STALLS",
@@ -353,7 +353,7 @@ struct ctrfn corefn[] = {
{ 0x4e, CFL_UM, "L1D_PREFETCH",
"L1 DCACHE prefetch requests" },
{ 0x4f, 0, "L1_PREF_REQ",
- "Number of L1 prefetch requests due to DCU cache misse.s" },
+ "Number of L1 prefetch requests due to DCU cache misses." },
{ 0x60, CFL_SA|CFL_UM, "BUS_REQ_OUTSTANDING",
"Number of bus requests outstanding." },
{ 0x61, CFL_SA, "BUS_BNR_DRV",
@@ -406,7 +406,7 @@ struct ctrfn corefn[] = {
{ 0x7e, 0, "BUS_SNOOP_STALL",
"Number of clock cycles during which the bus is snoop stalled." },
{ 0x7f, CFL_UM, "BUS_IO_WAIT",
- "Number of cycles during which IO requests wait int the bus queue." },
+ "Number of cycles during which IO requests wait in the bus queue." },
{ 0x80, 0, "ICACHE_READS",
"Number of instruction fetches, both cacheable and non-cacheable." },
{ 0x81, 0, "ICACHE_MISSES",
@@ -456,7 +456,7 @@ struct ctrfn corefn[] = {
{ 0x98, 0, "BR_TKN_BUBBLE_2",
"Number of times a taken branch predicted taken with bubble 2." },
{ 0xa0, 0, "RS_UOPS_DISPATCHED",
- "Number of microops dispatched for execution." },
+ "Number of micro-ops dispatched for execution." },
{ 0xa1, CFL_UM, "RS_UOPS_DISPATCHED",
"Number of cycles for which micro-ops dispatched for execution." },
{ 0xa2, 0, "RESOURCE_STALL",
@@ -477,7 +477,7 @@ struct ctrfn corefn[] = {
{ 0xc1, 0, "FP_COMP_INSTR_RET",
"Number of computational floating-point operations retired." },
{ 0xc2, 0, "UOPS_RET",
- "Number of UOPs retired." },
+ "Number of micro-ops retired." },
{ 0xc3, 0, "SMC_DETECTED",
"Number of times self-modifying code condition detected." },
{ 0xc4, 0, "BR_INST_RET",
@@ -494,7 +494,7 @@ struct ctrfn corefn[] = {
{ 0xc9, 0, "BR_TAKEN_RET",
"Number of taken branch instructions retired."},
{ 0xca, 0, "BR_MISPRED_TAKEN_RET",
- "Number of taken andmispredicted branch instructions retired." },
+ "Number of taken and mispredicted branch instructions retired." },
{ 0xcb, 0, "MEM_LOAD_RETIRED",
"Number of retired load operations that missed the L1 DCACHE." },
{ 0xcc, 0, "MMX_FP_TRANS",
@@ -520,7 +520,7 @@ struct ctrfn corefn[] = {
{ 0xd9, 0, "SIMD_FP_COM_RET",
"Number of SSE/SSE2 compute instructions retired." },
{ 0xda, 0, "FUSED_UOPS_RET",
- "Number of all fused uops retired." },
+ "Number of all fused micro-ops retired." },
{ 0xdb, 0, "UNFUSION",
"Number of all unfusion events in the ROB." },
{ 0xdc, CFL_UM, "RESOURCE_STALLS",
@@ -587,7 +587,7 @@ struct ctrfn amdfn[] = {
{ 0x88, 0, "Return stack hits", NULL },
{ 0x89, 0, "Return stack overflows", NULL },
{ 0xc0, 0, "Retired instructions", NULL },
- { 0xc1, 0, "Retired microops", NULL },
+ { 0xc1, 0, "Retired micro-ops", NULL },
{ 0xc2, 0, "Retired branch instructions", NULL },
{ 0xc3, 0, "Retired mispredicted branch instructions", NULL },
{ 0xc4, 0, "Retired taken branch instructions", NULL },
@@ -596,7 +596,7 @@ struct ctrfn amdfn[] = {
{ 0xc7, 0, "Retired branch resyncs", NULL },
{ 0xc8, 0, "Retired near returns", NULL },
{ 0xc9, 0, "Retired mispredicted near returns", NULL },
- { 0xca, 0, "Retired mispredicted indirect brnaches", NULL },
+ { 0xca, 0, "Retired mispredicted indirect branches", NULL },
{ 0xcb, 0, "Retired MMX/FP instructions", NULL },
{ 0xcc, 0, "Retired fastpath double op instructions", NULL },
{ 0xcd, 0, "Interrupts-masked cycles", NULL },
@@ -607,7 +607,7 @@ struct ctrfn amdfn[] = {
{ 0xd2, 0, "Dispatch stalls for branch abort retire", NULL },
{ 0xd3, 0, "Dispatch stalls for serialisation", NULL },
{ 0xd4, 0, "Dispatch stalls for segment load", NULL },
- { 0xd5, 0, "Dispatch stalls for reoder buffer full", NULL },
+ { 0xd5, 0, "Dispatch stalls for reorder buffer full", NULL },
{ 0xd6, 0, "Dispatch stalls for reservation station full", NULL },
{ 0xd7, 0, "Dispatch stalls for FPU full", NULL },
{ 0xd8, 0, "Dispatch stalls for LS full", NULL },