stats: remove wb_penalized and wb_penalized_rate
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 16 Nov 2015 10:58:29 +0000 (04:58 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 16 Nov 2015 10:58:29 +0000 (04:58 -0600)
40 files changed:
tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-o3-dual/stats.txt
tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-o3/stats.txt
tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-switcheroo-full/stats.txt
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-checker/stats.txt
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/stats.txt
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-full/stats.txt
tests/long/fs/10.linux-boot/ref/arm/linux/realview-switcheroo-o3/stats.txt
tests/long/fs/10.linux-boot/ref/arm/linux/realview64-o3-checker/stats.txt
tests/long/fs/10.linux-boot/ref/arm/linux/realview64-o3-dual/stats.txt
tests/long/fs/10.linux-boot/ref/arm/linux/realview64-o3/stats.txt
tests/long/fs/10.linux-boot/ref/arm/linux/realview64-switcheroo-full/stats.txt
tests/long/fs/10.linux-boot/ref/arm/linux/realview64-switcheroo-o3/stats.txt
tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/stats.txt
tests/long/fs/10.linux-boot/ref/x86/linux/pc-switcheroo-full/stats.txt
tests/long/se/10.mcf/ref/arm/linux/o3-timing/stats.txt
tests/long/se/10.mcf/ref/x86/linux/o3-timing/stats.txt
tests/long/se/20.parser/ref/arm/linux/o3-timing/stats.txt
tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt
tests/long/se/30.eon/ref/alpha/tru64/o3-timing/stats.txt
tests/long/se/30.eon/ref/arm/linux/o3-timing/stats.txt
tests/long/se/40.perlbmk/ref/alpha/tru64/o3-timing/stats.txt
tests/long/se/40.perlbmk/ref/arm/linux/o3-timing/stats.txt
tests/long/se/50.vortex/ref/alpha/tru64/o3-timing/stats.txt
tests/long/se/50.vortex/ref/arm/linux/o3-timing/stats.txt
tests/long/se/60.bzip2/ref/alpha/tru64/o3-timing/stats.txt
tests/long/se/60.bzip2/ref/arm/linux/o3-timing/stats.txt
tests/long/se/70.twolf/ref/alpha/tru64/o3-timing/stats.txt
tests/long/se/70.twolf/ref/arm/linux/o3-timing/stats.txt
tests/long/se/70.twolf/ref/x86/linux/o3-timing/stats.txt
tests/quick/se/00.hello/ref/alpha/linux/o3-timing/stats.txt
tests/quick/se/00.hello/ref/alpha/tru64/o3-timing/stats.txt
tests/quick/se/00.hello/ref/arm/linux/o3-timing-checker/stats.txt
tests/quick/se/00.hello/ref/arm/linux/o3-timing/stats.txt
tests/quick/se/00.hello/ref/mips/linux/o3-timing/stats.txt
tests/quick/se/00.hello/ref/power/linux/o3-timing/stats.txt
tests/quick/se/00.hello/ref/x86/linux/o3-timing/stats.txt
tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/stats.txt
tests/quick/se/02.insttest/ref/sparc/linux/o3-timing/stats.txt
tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/o3-timing-mp/stats.txt

index 4156232ebdc51cdb60835c62c3b81a864aed4753..091040252e08a8246c1697c93ce0168f3d0c4cde 100644 (file)
@@ -573,10 +573,8 @@ system.cpu0.iew.wb_sent                      51207379                       # cu
 system.cpu0.iew.wb_count                     51093378                       # cumulative count of insts written-back
 system.cpu0.iew.wb_producers                 26334207                       # num instructions producing a value
 system.cpu0.iew.wb_consumers                 36473944                       # num instructions consuming a value
-system.cpu0.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu0.iew.wb_rate                      0.346414                       # insts written-back per cycle
 system.cpu0.iew.wb_fanout                    0.722001                       # average fanout of values written-back
-system.cpu0.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu0.commit.commitSquashedInsts        6824839                       # The number of squashed insts skipped by commit
 system.cpu0.commit.commitNonSpecStalls         584427                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu0.commit.branchMispredicts           463110                       # The number of times a branch was mispredicted
@@ -1179,10 +1177,8 @@ system.cpu1.iew.wb_sent                       8932335                       # cu
 system.cpu1.iew.wb_count                      8903375                       # cumulative count of insts written-back
 system.cpu1.iew.wb_producers                  4245423                       # num instructions producing a value
 system.cpu1.iew.wb_consumers                  6036438                       # num instructions consuming a value
-system.cpu1.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu1.iew.wb_rate                      0.587637                       # insts written-back per cycle
 system.cpu1.iew.wb_fanout                    0.703299                       # average fanout of values written-back
-system.cpu1.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu1.commit.commitSquashedInsts        1526496                       # The number of squashed insts skipped by commit
 system.cpu1.commit.commitNonSpecStalls         133492                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu1.commit.branchMispredicts           112683                       # The number of times a branch was mispredicted
index 30a63d50f4e3f18eab47b8e173ef326edf6a8402..a3cafb8819dbf7814455623411cf764d5d30f72d 100644 (file)
@@ -565,10 +565,8 @@ system.cpu.iew.wb_sent                       56315336                       # cu
 system.cpu.iew.wb_count                      56178054                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                  28756989                       # num instructions producing a value
 system.cpu.iew.wb_consumers                  39942344                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.364054                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.719962                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts         8005033                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls          661200                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts            537292                       # The number of times a branch was mispredicted
index 54688b406f53cb5bd45db83b5635db24ce0937eb..771db86aa4445734021a11acaa78a25e8517e296 100644 (file)
@@ -1264,10 +1264,8 @@ system.cpu2.iew.wb_sent                      33208664                       # cu
 system.cpu2.iew.wb_count                     33166253                       # cumulative count of insts written-back
 system.cpu2.iew.wb_producers                 19395256                       # num instructions producing a value
 system.cpu2.iew.wb_consumers                 23138933                       # num instructions consuming a value
-system.cpu2.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu2.iew.wb_rate                      1.028849                       # insts written-back per cycle
 system.cpu2.iew.wb_fanout                    0.838209                       # average fanout of values written-back
-system.cpu2.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu2.commit.commitSquashedInsts        2630446                       # The number of squashed insts skipped by commit
 system.cpu2.commit.commitNonSpecStalls         193503                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu2.commit.branchMispredicts           177071                       # The number of times a branch was mispredicted
index ce335443dec0dcebcdf810b3b29b0a576f3e1d1e..009a57d15e21cba091cf176ccdce238769fc72aa 100644 (file)
@@ -888,10 +888,8 @@ system.cpu.iew.wb_sent                      141900432                       # cu
 system.cpu.iew.wb_count                     140132002                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                  63223126                       # num instructions producing a value
 system.cpu.iew.wb_consumers                  95712973                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.502609                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.660549                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts         7603118                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls         1995888                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts            755464                       # The number of times a branch was mispredicted
index 7876198670b486737e91057a2e43446075468bad..26f10fb8f60f9527d6fb5698424b643cad499ce8 100644 (file)
@@ -794,10 +794,8 @@ system.cpu0.iew.wb_sent                     134853240                       # cu
 system.cpu0.iew.wb_count                    132911542                       # cumulative count of insts written-back
 system.cpu0.iew.wb_producers                 67798610                       # num instructions producing a value
 system.cpu0.iew.wb_consumers                109653581                       # num instructions consuming a value
-system.cpu0.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu0.iew.wb_rate                      0.629646                       # insts written-back per cycle
 system.cpu0.iew.wb_fanout                    0.618298                       # average fanout of values written-back
-system.cpu0.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu0.commit.commitSquashedInsts       10465758                       # The number of squashed insts skipped by commit
 system.cpu0.commit.commitNonSpecStalls        1637231                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu0.commit.branchMispredicts           673026                       # The number of times a branch was mispredicted
@@ -2031,10 +2029,8 @@ system.cpu1.iew.wb_sent                      17880625                       # cu
 system.cpu1.iew.wb_count                     17793804                       # cumulative count of insts written-back
 system.cpu1.iew.wb_producers                  8844802                       # num instructions producing a value
 system.cpu1.iew.wb_consumers                 13735859                       # num instructions consuming a value
-system.cpu1.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu1.iew.wb_rate                      0.548753                       # insts written-back per cycle
 system.cpu1.iew.wb_fanout                    0.643921                       # average fanout of values written-back
-system.cpu1.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu1.commit.commitSquashedInsts        1618894                       # The number of squashed insts skipped by commit
 system.cpu1.commit.commitNonSpecStalls         467678                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu1.commit.branchMispredicts           126321                       # The number of times a branch was mispredicted
index d68f4bed90b4ef0d991bb96193185ec15c289ff5..827b354ea66bcaecdf3d428e717c1d0f1bb6a76e 100644 (file)
@@ -749,10 +749,8 @@ system.cpu.iew.wb_sent                      141900432                       # cu
 system.cpu.iew.wb_count                     140132002                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                  63223126                       # num instructions producing a value
 system.cpu.iew.wb_consumers                  95712973                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.502609                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.660549                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts         7603118                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls         1995888                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts            755464                       # The number of times a branch was mispredicted
index 8c271cc38c2228f02dc3225d731a214835ceee2d..d6b099fe50c03c057dd3654b11a33247ffba1507 100644 (file)
@@ -1962,10 +1962,8 @@ system.cpu3.iew.wb_sent                      38838436                       # cu
 system.cpu3.iew.wb_count                     38296349                       # cumulative count of insts written-back
 system.cpu3.iew.wb_producers                 20014644                       # num instructions producing a value
 system.cpu3.iew.wb_consumers                 34860024                       # num instructions consuming a value
-system.cpu3.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu3.iew.wb_rate                      0.657384                       # insts written-back per cycle
 system.cpu3.iew.wb_fanout                    0.574143                       # average fanout of values written-back
-system.cpu3.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu3.commit.commitSquashedInsts        6055415                       # The number of squashed insts skipped by commit
 system.cpu3.commit.commitNonSpecStalls         461259                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu3.commit.branchMispredicts           221839                       # The number of times a branch was mispredicted
index d53614d95fcc743b5614043aeeb16eaf7e89e936..20c9e014d5bf289f5691479d1595e0878f469263 100644 (file)
@@ -784,10 +784,8 @@ system.cpu0.iew.wb_sent                      75486871                       # cu
 system.cpu0.iew.wb_count                     74355334                       # cumulative count of insts written-back
 system.cpu0.iew.wb_producers                 38977390                       # num instructions producing a value
 system.cpu0.iew.wb_consumers                 68370260                       # num instructions consuming a value
-system.cpu0.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu0.iew.wb_rate                      0.665135                       # insts written-back per cycle
 system.cpu0.iew.wb_fanout                    0.570093                       # average fanout of values written-back
-system.cpu0.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu0.commit.commitSquashedInsts       10422774                       # The number of squashed insts skipped by commit
 system.cpu0.commit.commitNonSpecStalls        1014025                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu0.commit.branchMispredicts           357851                       # The number of times a branch was mispredicted
@@ -1725,10 +1723,8 @@ system.cpu1.iew.wb_sent                      77325591                       # cu
 system.cpu1.iew.wb_count                     76141780                       # cumulative count of insts written-back
 system.cpu1.iew.wb_producers                 39859971                       # num instructions producing a value
 system.cpu1.iew.wb_consumers                 69277952                       # num instructions consuming a value
-system.cpu1.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu1.iew.wb_rate                      0.666100                       # insts written-back per cycle
 system.cpu1.iew.wb_fanout                    0.575363                       # average fanout of values written-back
-system.cpu1.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu1.commit.commitSquashedInsts       11469730                       # The number of squashed insts skipped by commit
 system.cpu1.commit.commitNonSpecStalls         980041                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu1.commit.branchMispredicts           393964                       # The number of times a branch was mispredicted
index 3c5f4dcb0ab870a3c13632097fe736d040e1fb84..d99dba217f12da2f8227d68ef7446dc07117b8cb 100644 (file)
@@ -910,10 +910,8 @@ system.cpu.iew.wb_sent                     1025549780                       # cu
 system.cpu.iew.wb_count                    1024744417                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 436186320                       # num instructions producing a value
 system.cpu.iew.wb_consumers                 705504935                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.625169                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.618261                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts        51156578                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls        26741457                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts           8371043                       # The number of times a branch was mispredicted
index b4e7404dd2d6334d392018f0e6e5ec09f9635f25..044f10f7d1382e653b19e62134ffbdd87645907c 100644 (file)
@@ -815,10 +815,8 @@ system.cpu0.iew.wb_sent                     557331942                       # cu
 system.cpu0.iew.wb_count                    556570150                       # cumulative count of insts written-back
 system.cpu0.iew.wb_producers                270940614                       # num instructions producing a value
 system.cpu0.iew.wb_consumers                444738310                       # num instructions consuming a value
-system.cpu0.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu0.iew.wb_rate                      0.705154                       # insts written-back per cycle
 system.cpu0.iew.wb_fanout                    0.609214                       # average fanout of values written-back
-system.cpu0.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu0.commit.commitSquashedInsts       45776609                       # The number of squashed insts skipped by commit
 system.cpu0.commit.commitNonSpecStalls       14653410                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu0.commit.branchMispredicts          4520969                       # The number of times a branch was mispredicted
@@ -2128,10 +2126,8 @@ system.cpu1.iew.wb_sent                     580075402                       # cu
 system.cpu1.iew.wb_count                    579337102                       # cumulative count of insts written-back
 system.cpu1.iew.wb_producers                280158358                       # num instructions producing a value
 system.cpu1.iew.wb_consumers                458852190                       # num instructions consuming a value
-system.cpu1.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu1.iew.wb_rate                      0.763134                       # insts written-back per cycle
 system.cpu1.iew.wb_fanout                    0.610563                       # average fanout of values written-back
-system.cpu1.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu1.commit.commitSquashedInsts       47675638                       # The number of squashed insts skipped by commit
 system.cpu1.commit.commitNonSpecStalls       16303859                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu1.commit.branchMispredicts          4608134                       # The number of times a branch was mispredicted
index 73bffeadf636951e4a943b88eaee465445f85fa9..9cd1d228d1faa41fa5d884c8a24cdae2e3bdbb48 100644 (file)
@@ -771,10 +771,8 @@ system.cpu.iew.wb_sent                     1025549780                       # cu
 system.cpu.iew.wb_count                    1024744417                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 436186320                       # num instructions producing a value
 system.cpu.iew.wb_consumers                 705504935                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.625169                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.618261                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts        51156578                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls        26741457                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts           8371043                       # The number of times a branch was mispredicted
index 929ad060761cd9f6049af049a49261b810b587a9..45a2b54bc371d35eea42a9f7fb6ed802a83eb91c 100644 (file)
@@ -2070,10 +2070,8 @@ system.cpu3.iew.wb_sent                     318561323                       # cu
 system.cpu3.iew.wb_count                    317888421                       # cumulative count of insts written-back
 system.cpu3.iew.wb_producers                157110188                       # num instructions producing a value
 system.cpu3.iew.wb_consumers                272714221                       # num instructions consuming a value
-system.cpu3.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu3.iew.wb_rate                      0.864912                       # insts written-back per cycle
 system.cpu3.iew.wb_fanout                    0.576098                       # average fanout of values written-back
-system.cpu3.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu3.commit.commitSquashedInsts       44200110                       # The number of squashed insts skipped by commit
 system.cpu3.commit.commitNonSpecStalls        7767639                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu3.commit.branchMispredicts          2464984                       # The number of times a branch was mispredicted
index 79264f671ff20d35178af2f33c2d49ef2182af49..fe60dc1a05158c7a20fb5c96019370eb0df0c547 100644 (file)
@@ -814,10 +814,8 @@ system.cpu0.iew.wb_sent                     559590255                       # cu
 system.cpu0.iew.wb_count                    558409316                       # cumulative count of insts written-back
 system.cpu0.iew.wb_producers                275573262                       # num instructions producing a value
 system.cpu0.iew.wb_consumers                478603193                       # num instructions consuming a value
-system.cpu0.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu0.iew.wb_rate                      0.807918                       # insts written-back per cycle
 system.cpu0.iew.wb_fanout                    0.575787                       # average fanout of values written-back
-system.cpu0.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu0.commit.commitSquashedInsts       76231429                       # The number of squashed insts skipped by commit
 system.cpu0.commit.commitNonSpecStalls       15172838                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu0.commit.branchMispredicts          4208370                       # The number of times a branch was mispredicted
@@ -1803,10 +1801,8 @@ system.cpu1.iew.wb_sent                     573803675                       # cu
 system.cpu1.iew.wb_count                    572577941                       # cumulative count of insts written-back
 system.cpu1.iew.wb_producers                282811002                       # num instructions producing a value
 system.cpu1.iew.wb_consumers                490863765                       # num instructions consuming a value
-system.cpu1.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu1.iew.wb_rate                      0.829447                       # insts written-back per cycle
 system.cpu1.iew.wb_fanout                    0.576150                       # average fanout of values written-back
-system.cpu1.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu1.commit.commitSquashedInsts       79254249                       # The number of squashed insts skipped by commit
 system.cpu1.commit.commitNonSpecStalls       14179859                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu1.commit.branchMispredicts          4389133                       # The number of times a branch was mispredicted
index 370583b3eb1b5e3f8733ac622aaa87e539b9f818..a204e15843d2dba0d4e1740c71d521e51821dc3f 100644 (file)
@@ -527,10 +527,8 @@ system.cpu.iew.wb_sent                      818824421                       # cu
 system.cpu.iew.wb_count                     816525502                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 638690631                       # num instructions producing a value
 system.cpu.iew.wb_consumers                1046712832                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.753889                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.610187                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts        22323770                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls         1009720                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts            855337                       # The number of times a branch was mispredicted
index d9f455151623a8e9d4e0fd6ca20cc5b12c58491b..f975cdce3374771f010574f03418e6967b90261c 100644 (file)
@@ -1049,10 +1049,8 @@ system.cpu2.iew.wb_sent                     272840114                       # cu
 system.cpu2.iew.wb_count                    272061642                       # cumulative count of insts written-back
 system.cpu2.iew.wb_producers                212265363                       # num instructions producing a value
 system.cpu2.iew.wb_consumers                348191102                       # num instructions consuming a value
-system.cpu2.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu2.iew.wb_rate                      1.732817                       # insts written-back per cycle
 system.cpu2.iew.wb_fanout                    0.609623                       # average fanout of values written-back
-system.cpu2.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu2.commit.commitSquashedInsts        8350016                       # The number of squashed insts skipped by commit
 system.cpu2.commit.commitNonSpecStalls         344994                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu2.commit.branchMispredicts           302940                       # The number of times a branch was mispredicted
index a88ddf684556237cffbddbd46ff4af1a4a2f4d59..8cda29cfddc8dcf6930e552639a14251d9225024 100644 (file)
@@ -603,10 +603,8 @@ system.cpu.iew.wb_sent                       99710755                       # cu
 system.cpu.iew.wb_count                      99626115                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                  59703966                       # num instructions producing a value
 system.cpu.iew.wb_consumers                  95545842                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.856216                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.624872                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts        17384633                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls            8218                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts            825600                       # The number of times a branch was mispredicted
index 92e3ee5b5f786d76a853caf658fc434904816162..ddbe14f27e673de7e521496d517170b435bd58cc 100644 (file)
@@ -487,10 +487,8 @@ system.cpu.iew.wb_sent                      304565842                       # cu
 system.cpu.iew.wb_count                     304282792                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 230213909                       # num instructions producing a value
 system.cpu.iew.wb_consumers                 333860979                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       2.469736                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.689550                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts        44209690                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls             445                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts            742008                       # The number of times a branch was mispredicted
index 29a3d1e475a990cdf2875d190f24ba0607ffdd42..4134d7329d975face5589cef575487051ef32db2 100644 (file)
@@ -625,10 +625,8 @@ system.cpu.iew.wb_sent                      596278477                       # cu
 system.cpu.iew.wb_count                     594983958                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 349895185                       # num instructions producing a value
 system.cpu.iew.wb_consumers                 570621697                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.271326                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.613182                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts       110038028                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls         2977632                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts           6956447                       # The number of times a branch was mispredicted
index e3c4d5903bd82204bdcbfc160ddaaead433ff0e0..155f186f54b0ec7ce9547cd81ceb452ffcfd1869 100644 (file)
@@ -510,10 +510,8 @@ system.cpu.iew.wb_sent                     1766866321                       # cu
 system.cpu.iew.wb_count                    1762364529                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                1339720871                       # num instructions producing a value
 system.cpu.iew.wb_consumers                2049946578                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       2.182062                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.653539                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts       494164798                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls             552                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts           8615583                       # The number of times a branch was mispredicted
index b6e4d84e4ab564256db2d03f0796fb8b8d91b934..29dd1414899197ef1afd7790a2dbbf0cb3295b5e 100644 (file)
@@ -502,10 +502,8 @@ system.cpu.iew.wb_sent                      397733168                       # cu
 system.cpu.iew.wb_count                     396977169                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 196565794                       # num instructions producing a value
 system.cpu.iew.wb_consumers                 281908418                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       2.923385                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.697268                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts        35494113                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls             215                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts            974783                       # The number of times a branch was mispredicted
index 8af356e7f5194dab4dce8fe2b9be7e1b1200c86f..d3ae1eec471b79655cba3866f1ad094b8b29b5a6 100644 (file)
@@ -586,10 +586,8 @@ system.cpu.iew.wb_sent                      340943350                       # cu
 system.cpu.iew.wb_count                     340685091                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 153596503                       # num instructions producing a value
 system.cpu.iew.wb_consumers                 266530182                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.461208                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.576282                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts        23083392                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls           22120                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts           1611406                       # The number of times a branch was mispredicted
index ba9bff2cb11f88a3c37e5a44d0f8918234ffc7d3..a16b516f47d571018d78b9b978bb7f546fd3b3e5 100644 (file)
@@ -528,10 +528,8 @@ system.cpu.iew.wb_sent                      971735602                       # cu
 system.cpu.iew.wb_count                     971169531                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 554965093                       # num instructions producing a value
 system.cpu.iew.wb_consumers                 830941176                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.756730                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.667875                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts       534547076                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls              37                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts          11554519                       # The number of times a branch was mispredicted
index 52d6cf15b17691c8b82e63bae6778cc2a4ccbbb6..9a207ffb1b97149e11d50878962b3a221d397192 100644 (file)
@@ -623,10 +623,8 @@ system.cpu.iew.wb_sent                      963726707                       # cu
 system.cpu.iew.wb_count                     960428223                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 536045857                       # num instructions producing a value
 system.cpu.iew.wb_consumers                 893287669                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.061045                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.600082                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts       357425551                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls           12154                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts          15500881                       # The number of times a branch was mispredicted
index b43434371a8b576a34f33ded9550258f238a6f47..ead89988ff040c392b0a673f05632213dad4ab0b 100644 (file)
@@ -534,10 +534,8 @@ system.cpu.iew.wb_sent                       87594856                       # cu
 system.cpu.iew.wb_count                      87192870                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                  33852684                       # num instructions producing a value
 system.cpu.iew.wb_consumers                  44279326                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.955296                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.764526                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts         8765402                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls            4583                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts            229860                       # The number of times a branch was mispredicted
index 6b580b547a2a2c48ea657307e0f64ca13dc85a52..b6f1be7c503604480c7f2f99a82f47bb6f07fd6e 100644 (file)
@@ -616,10 +616,8 @@ system.cpu.iew.wb_sent                       93601796                       # cu
 system.cpu.iew.wb_count                      93479432                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                  44975266                       # num instructions producing a value
 system.cpu.iew.wb_consumers                  76559860                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.383339                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.587452                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts         6553334                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls           33786                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts            480109                       # The number of times a branch was mispredicted
index 5a6b2675930506f1571091d661cf56af6f99a061..a57e7be30c4f0f87ef17a7c193259138cfb98688 100644 (file)
@@ -556,10 +556,8 @@ system.cpu.iew.wb_sent                     2549323154                       # cu
 system.cpu.iew.wb_count                    2519499566                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                1487497634                       # num instructions producing a value
 system.cpu.iew.wb_consumers                1918379503                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.881556                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.775393                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts       998640819                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls              29                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts          15962868                       # The number of times a branch was mispredicted
index 41989d0e24df7192d321def9b00bd7bb334f8b85..67eb4b375e9164302ff65acebcd5ea03ba5577c7 100644 (file)
@@ -636,10 +636,8 @@ system.cpu.iew.wb_sent                     1808742163                       # cu
 system.cpu.iew.wb_count                    1805706990                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                1169201528                       # num instructions producing a value
 system.cpu.iew.wb_consumers                1689618558                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.175643                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.691991                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts       258099025                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls             170                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts          14629375                       # The number of times a branch was mispredicted
index fdd16133176ce49086a071a3db03e607c3d747a5..5f230123fa68612ae9bfff9dc7c56b74c3f6dd19 100644 (file)
@@ -501,10 +501,8 @@ system.cpu.iew.wb_sent                       97642114                       # cu
 system.cpu.iew.wb_count                      96953004                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                  66984387                       # num instructions producing a value
 system.cpu.iew.wb_consumers                  95000699                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       2.211828                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.705094                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts        30880053                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls             389                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts            914663                       # The number of times a branch was mispredicted
index ce097fad91d2d819d6407af730eb21caecd04508..b0b3ea10a3484650f7e5ab4bfbe96cb1153d8382 100644 (file)
@@ -586,10 +586,8 @@ system.cpu.iew.wb_sent                      206746993                       # cu
 system.cpu.iew.wb_count                     206412582                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 129474820                       # num instructions producing a value
 system.cpu.iew.wb_consumers                 221691878                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.207226                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.584031                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts        69543013                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls           45216                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts           5843212                       # The number of times a branch was mispredicted
index 5cd25481dfb47250329d126d35b4df32f48c768c..0223e3f8fd8a958397453bb8838b1dff508fc817 100644 (file)
@@ -469,10 +469,8 @@ system.cpu.iew.wb_sent                      256637538                       # cu
 system.cpu.iew.wb_count                     255946404                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                 204333247                       # num instructions producing a value
 system.cpu.iew.wb_consumers                 369622334                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       1.615219                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.552816                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts        96429188                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls            1245                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts           1329692                       # The number of times a branch was mispredicted
index 54de45ea3a67e185673f0d47c43c0fd4b274f43c..2791307e9f2ce44077d2934b78a933e3a381a200 100644 (file)
@@ -499,10 +499,8 @@ system.cpu.iew.wb_sent                           9474                       # cu
 system.cpu.iew.wb_count                          9326                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                      4992                       # num instructions producing a value
 system.cpu.iew.wb_consumers                      6833                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.212913                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.730572                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts            5821                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls              17                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts               356                       # The number of times a branch was mispredicted
index bedd68076a8815b67d65aaee0a48c81ba1b7cd75..3ae294d1b2fec8a3259f16aff24219c238c9b916 100644 (file)
@@ -498,10 +498,8 @@ system.cpu.iew.wb_sent                           3329                       # cu
 system.cpu.iew.wb_count                          3279                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                      1560                       # num instructions producing a value
 system.cpu.iew.wb_consumers                      1998                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.132603                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.780781                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts            1787                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls               4                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts               122                       # The number of times a branch was mispredicted
index 120cb75651a60b78f97866037aa89fac0e932bf0..0fdcdba71d87598b50dd7d8347acce58d1843180 100644 (file)
@@ -703,10 +703,8 @@ system.cpu.iew.wb_sent                           7436                       # cu
 system.cpu.iew.wb_count                          7345                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                      3459                       # num instructions producing a value
 system.cpu.iew.wb_consumers                      6763                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.213884                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.511459                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts            4371                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls              37                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts               298                       # The number of times a branch was mispredicted
index 985aedbbf286dc965427606e042c8fe4cfb12335..087d46b3f495887336c3762380653dc682bba07f 100644 (file)
@@ -584,10 +584,8 @@ system.cpu.iew.wb_sent                           6621                       # cu
 system.cpu.iew.wb_count                          6578                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                      2993                       # num instructions producing a value
 system.cpu.iew.wb_consumers                      5408                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.175493                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.553439                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts            2586                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls              37                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts               348                       # The number of times a branch was mispredicted
index b3842d82b2447549dced47b38a285460554df670..63f39282508523fc4fe573291d23cb00f8abcd02 100644 (file)
@@ -485,10 +485,8 @@ system.cpu.iew.wb_sent                           7354                       # cu
 system.cpu.iew.wb_count                          7279                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                      2832                       # num instructions producing a value
 system.cpu.iew.wb_consumers                      4198                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.162083                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.674607                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts            4505                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls               9                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts               362                       # The number of times a branch was mispredicted
index 68533160115dbf3ef88fe674dcecb99269aef160..6fd010b827ef1d0a5da653e16f79e662caad454f 100644 (file)
@@ -486,10 +486,8 @@ system.cpu.iew.wb_sent                           8249                       # cu
 system.cpu.iew.wb_count                          8147                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                      4452                       # num instructions producing a value
 system.cpu.iew.wb_consumers                      7114                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.204457                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.625808                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts            4414                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls              16                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts               265                       # The number of times a branch was mispredicted
index 73aebadd726728285cc54cf74d614ce39f07625c..afb527d16032678e5e6dff2e9e054f64d3655466 100644 (file)
@@ -466,10 +466,8 @@ system.cpu.iew.wb_sent                          16001                       # cu
 system.cpu.iew.wb_count                         15771                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                     10637                       # num instructions producing a value
 system.cpu.iew.wb_consumers                     16589                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.378774                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.641208                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts           10723                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls              12                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts               565                       # The number of times a branch was mispredicted
index 835d8659c4dbdc4d74c8a401a07f385bbd829dc9..54c59d595ecbd8a113fe515351aabd202813d61a 100644 (file)
@@ -574,18 +574,12 @@ system.cpu.iew.wb_producers::total              10445                       # nu
 system.cpu.iew.wb_consumers::0                   6868                       # num instructions consuming a value
 system.cpu.iew.wb_consumers::1                   6926                       # num instructions consuming a value
 system.cpu.iew.wb_consumers::total              13794                       # num instructions consuming a value
-system.cpu.iew.wb_penalized::0                      0                       # number of instrctions required to write to 'other' IQ
-system.cpu.iew.wb_penalized::1                      0                       # number of instrctions required to write to 'other' IQ
-system.cpu.iew.wb_penalized::total                  0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate::0                    0.196110                       # insts written-back per cycle
 system.cpu.iew.wb_rate::1                    0.199191                       # insts written-back per cycle
 system.cpu.iew.wb_rate::total                0.395301                       # insts written-back per cycle
 system.cpu.iew.wb_fanout::0                  0.755533                       # average fanout of values written-back
 system.cpu.iew.wb_fanout::1                  0.758880                       # average fanout of values written-back
 system.cpu.iew.wb_fanout::total              0.757213                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate::0                 0                       # fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.iew.wb_penalized_rate::1                 0                       # fraction of instructions written-back that wrote to 'other' IQ
-system.cpu.iew.wb_penalized_rate::total             0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts           14447                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls              34                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts              1048                       # The number of times a branch was mispredicted
index 3046b32777fa018d2659d2d858ff50474872bc95..44f64cb898d4d4ea8a39eac5e44425bb07ca228f 100644 (file)
@@ -462,10 +462,8 @@ system.cpu.iew.wb_sent                          19648                       # cu
 system.cpu.iew.wb_count                         19408                       # cumulative count of insts written-back
 system.cpu.iew.wb_producers                      9326                       # num instructions producing a value
 system.cpu.iew.wb_consumers                     12017                       # num instructions consuming a value
-system.cpu.iew.wb_penalized                         0                       # number of instrctions required to write to 'other' IQ
 system.cpu.iew.wb_rate                       0.360148                       # insts written-back per cycle
 system.cpu.iew.wb_fanout                     0.776067                       # average fanout of values written-back
-system.cpu.iew.wb_penalized_rate                    0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu.commit.commitSquashedInsts            8625                       # The number of squashed insts skipped by commit
 system.cpu.commit.commitNonSpecStalls             475                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu.commit.branchMispredicts               978                       # The number of times a branch was mispredicted
index beaa1a0e8c2dab681ae449088d54d32f3849fb69..f2dbee288844a2329b90aa36971f36b3d281b2d4 100644 (file)
@@ -495,10 +495,8 @@ system.cpu0.iew.wb_sent                        387462                       # cu
 system.cpu0.iew.wb_count                       387054                       # cumulative count of insts written-back
 system.cpu0.iew.wb_producers                   229603                       # num instructions producing a value
 system.cpu0.iew.wb_consumers                   232649                       # num instructions consuming a value
-system.cpu0.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu0.iew.wb_rate                      1.794634                       # insts written-back per cycle
 system.cpu0.iew.wb_fanout                    0.986907                       # average fanout of values written-back
-system.cpu0.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu0.commit.commitSquashedInsts          13111                       # The number of squashed insts skipped by commit
 system.cpu0.commit.commitNonSpecStalls            559                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu0.commit.branchMispredicts             1100                       # The number of times a branch was mispredicted
@@ -1021,10 +1019,8 @@ system.cpu1.iew.wb_sent                        234148                       # cu
 system.cpu1.iew.wb_count                       233879                       # cumulative count of insts written-back
 system.cpu1.iew.wb_producers                   133368                       # num instructions producing a value
 system.cpu1.iew.wb_consumers                   139978                       # num instructions consuming a value
-system.cpu1.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu1.iew.wb_rate                      1.435739                       # insts written-back per cycle
 system.cpu1.iew.wb_fanout                    0.952778                       # average fanout of values written-back
-system.cpu1.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu1.commit.commitSquashedInsts          13605                       # The number of squashed insts skipped by commit
 system.cpu1.commit.commitNonSpecStalls           4988                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu1.commit.branchMispredicts             1277                       # The number of times a branch was mispredicted
@@ -1542,10 +1538,8 @@ system.cpu2.iew.wb_sent                        190296                       # cu
 system.cpu2.iew.wb_count                       190032                       # cumulative count of insts written-back
 system.cpu2.iew.wb_producers                   104798                       # num instructions producing a value
 system.cpu2.iew.wb_consumers                   111375                       # num instructions consuming a value
-system.cpu2.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu2.iew.wb_rate                      1.169241                       # insts written-back per cycle
 system.cpu2.iew.wb_fanout                    0.940947                       # average fanout of values written-back
-system.cpu2.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu2.commit.commitSquashedInsts          13298                       # The number of squashed insts skipped by commit
 system.cpu2.commit.commitNonSpecStalls           7823                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu2.commit.branchMispredicts             1261                       # The number of times a branch was mispredicted
@@ -2064,10 +2058,8 @@ system.cpu3.iew.wb_sent                        226605                       # cu
 system.cpu3.iew.wb_count                       226322                       # cumulative count of insts written-back
 system.cpu3.iew.wb_producers                   128132                       # num instructions producing a value
 system.cpu3.iew.wb_consumers                   134738                       # num instructions consuming a value
-system.cpu3.iew.wb_penalized                        0                       # number of instrctions required to write to 'other' IQ
 system.cpu3.iew.wb_rate                      1.395662                       # insts written-back per cycle
 system.cpu3.iew.wb_fanout                    0.950972                       # average fanout of values written-back
-system.cpu3.iew.wb_penalized_rate                   0                       # fraction of instructions written-back that wrote to 'other' IQ
 system.cpu3.commit.commitSquashedInsts          13998                       # The number of squashed insts skipped by commit
 system.cpu3.commit.commitNonSpecStalls           5876                       # The number of times commit has been forced to stall to communicate backwards
 system.cpu3.commit.branchMispredicts             1284                       # The number of times a branch was mispredicted