From 8833b4cd44457d50b45a4dfe642cdb5e51c0889d Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 26 Feb 2008 02:20:40 -0500 Subject: Bus: Update the stats for the recent bus fix. --HG-- extra : convert_revision : dc29f7b5e6fa30a50305193cb0e5aed942f7e407 --- .../00.hello/ref/alpha/linux/o3-timing/config.ini | 2 + .../00.hello/ref/alpha/linux/o3-timing/m5stats.txt | 508 +++++------ .../00.hello/ref/alpha/linux/o3-timing/stderr | 2 +- .../00.hello/ref/alpha/linux/o3-timing/stdout | 10 +- .../ref/alpha/linux/simple-timing/config.ini | 3 + .../ref/alpha/linux/simple-timing/m5stats.txt | 96 +- .../00.hello/ref/alpha/linux/simple-timing/stderr | 1 + .../00.hello/ref/alpha/linux/simple-timing/stdout | 10 +- .../00.hello/ref/alpha/tru64/o3-timing/config.ini | 2 + .../00.hello/ref/alpha/tru64/o3-timing/m5stats.txt | 434 ++++----- .../00.hello/ref/alpha/tru64/o3-timing/stderr | 2 +- .../00.hello/ref/alpha/tru64/o3-timing/stdout | 10 +- .../ref/alpha/tru64/simple-timing/config.ini | 3 + .../ref/alpha/tru64/simple-timing/m5stats.txt | 96 +- .../00.hello/ref/alpha/tru64/simple-timing/stderr | 1 + .../00.hello/ref/alpha/tru64/simple-timing/stdout | 10 +- .../ref/mips/linux/simple-timing/config.ini | 67 +- .../ref/mips/linux/simple-timing/m5stats.txt | 132 ++- .../00.hello/ref/mips/linux/simple-timing/stderr | 1 + .../00.hello/ref/mips/linux/simple-timing/stdout | 10 +- .../ref/sparc/linux/simple-timing/config.ini | 2 + .../ref/sparc/linux/simple-timing/m5stats.txt | 96 +- .../00.hello/ref/sparc/linux/simple-timing/stderr | 2 +- .../00.hello/ref/sparc/linux/simple-timing/stdout | 10 +- .../ref/alpha/linux/o3-timing/config.ini | 2 + .../ref/alpha/linux/o3-timing/m5stats.txt | 796 ++++++++--------- .../ref/alpha/linux/o3-timing/stderr | 4 +- .../ref/alpha/linux/o3-timing/stdout | 10 +- .../ref/sparc/linux/o3-timing/config.ini | 2 + .../ref/sparc/linux/o3-timing/m5stats.txt | 416 ++++----- .../02.insttest/ref/sparc/linux/o3-timing/stdout | 10 +- .../ref/sparc/linux/simple-timing/config.ini | 2 + .../ref/sparc/linux/simple-timing/m5stats.txt | 96 +- .../ref/sparc/linux/simple-timing/stderr | 2 +- .../ref/sparc/linux/simple-timing/stdout | 10 +- .../linux/tsunami-simple-timing-dual/config.ini | 3 + .../linux/tsunami-simple-timing-dual/m5stats.txt | 984 ++++++++++---------- .../alpha/linux/tsunami-simple-timing-dual/stderr | 8 +- .../alpha/linux/tsunami-simple-timing-dual/stdout | 10 +- .../alpha/linux/tsunami-simple-timing/config.ini | 3 + .../alpha/linux/tsunami-simple-timing/m5stats.txt | 498 +++++------ .../ref/alpha/linux/tsunami-simple-timing/stderr | 4 +- .../ref/alpha/linux/tsunami-simple-timing/stdout | 10 +- .../ref/alpha/eio/simple-timing/config.ini | 4 + .../ref/alpha/eio/simple-timing/m5stats.txt | 96 +- .../ref/alpha/eio/simple-timing/stderr | 1 + .../ref/alpha/eio/simple-timing/stdout | 10 +- .../50.memtest/ref/alpha/linux/memtest/config.ini | 2 + .../50.memtest/ref/alpha/linux/memtest/m5stats.txt | 992 ++++++++++----------- .../50.memtest/ref/alpha/linux/memtest/stderr | 146 +-- .../50.memtest/ref/alpha/linux/memtest/stdout | 10 +- 51 files changed, 2893 insertions(+), 2748 deletions(-) (limited to 'tests/quick') diff --git a/tests/quick/00.hello/ref/alpha/linux/o3-timing/config.ini b/tests/quick/00.hello/ref/alpha/linux/o3-timing/config.ini index 7a2d2576b..1d32ced97 100644 --- a/tests/quick/00.hello/ref/alpha/linux/o3-timing/config.ini +++ b/tests/quick/00.hello/ref/alpha/linux/o3-timing/config.ini @@ -354,6 +354,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side @@ -383,6 +384,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.physmem.port[0] system.cpu.l2cache.mem_side diff --git a/tests/quick/00.hello/ref/alpha/linux/o3-timing/m5stats.txt b/tests/quick/00.hello/ref/alpha/linux/o3-timing/m5stats.txt index d1e956746..cd20f37b3 100644 --- a/tests/quick/00.hello/ref/alpha/linux/o3-timing/m5stats.txt +++ b/tests/quick/00.hello/ref/alpha/linux/o3-timing/m5stats.txt @@ -1,40 +1,40 @@ ---------- Begin Simulation Statistics ---------- global.BPredUnit.BTBCorrect 0 # Number of correct BTB predictions (this stat may not work properly. -global.BPredUnit.BTBHits 562 # Number of BTB hits -global.BPredUnit.BTBLookups 1725 # Number of BTB lookups -global.BPredUnit.RASInCorrect 51 # Number of incorrect RAS predictions. -global.BPredUnit.condIncorrect 409 # Number of conditional branches incorrect +global.BPredUnit.BTBHits 574 # Number of BTB hits +global.BPredUnit.BTBLookups 1715 # Number of BTB lookups +global.BPredUnit.RASInCorrect 66 # Number of incorrect RAS predictions. +global.BPredUnit.condIncorrect 425 # Number of conditional branches incorrect global.BPredUnit.condPredicted 1184 # Number of conditional branches predicted -global.BPredUnit.lookups 2029 # Number of BP lookups -global.BPredUnit.usedRAS 277 # Number of times the RAS was used to get a target. -host_inst_rate 61994 # Simulator instruction rate (inst/s) -host_mem_usage 152004 # Number of bytes of host memory used -host_seconds 0.09 # Real time elapsed on the host -host_tick_rate 52834669 # Simulator tick rate (ticks/s) -memdepunit.memDep.conflictingLoads 23 # Number of conflicting loads. -memdepunit.memDep.conflictingStores 124 # Number of conflicting stores. -memdepunit.memDep.insertedLoads 2030 # Number of loads inserted to the mem dependence unit. -memdepunit.memDep.insertedStores 1236 # Number of stores inserted to the mem dependence unit. +global.BPredUnit.lookups 2013 # Number of BP lookups +global.BPredUnit.usedRAS 270 # Number of times the RAS was used to get a target. +host_inst_rate 44115 # Simulator instruction rate (inst/s) +host_mem_usage 194668 # Number of bytes of host memory used +host_seconds 0.13 # Real time elapsed on the host +host_tick_rate 41555653 # Simulator tick rate (ticks/s) +memdepunit.memDep.conflictingLoads 22 # Number of conflicting loads. +memdepunit.memDep.conflictingStores 117 # Number of conflicting stores. +memdepunit.memDep.insertedLoads 2013 # Number of loads inserted to the mem dependence unit. +memdepunit.memDep.insertedStores 1228 # Number of stores inserted to the mem dependence unit. sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 5623 # Number of instructions simulated sim_seconds 0.000005 # Number of seconds simulated -sim_ticks 4806000 # Number of ticks simulated +sim_ticks 5303000 # Number of ticks simulated system.cpu.commit.COM:branches 862 # Number of branches committed -system.cpu.commit.COM:bw_lim_events 86 # number cycles where commit BW limit reached +system.cpu.commit.COM:bw_lim_events 89 # number cycles where commit BW limit reached system.cpu.commit.COM:bw_limited 0 # number of insts not committed due to BW limits system.cpu.commit.COM:committed_per_cycle.start_dist # Number of insts commited each cycle -system.cpu.commit.COM:committed_per_cycle.samples 8660 +system.cpu.commit.COM:committed_per_cycle.samples 9365 system.cpu.commit.COM:committed_per_cycle.min_value 0 - 0 6353 7336.03% - 1 1192 1376.44% - 2 402 464.20% - 3 186 214.78% - 4 132 152.42% - 5 92 106.24% - 6 109 125.87% - 7 108 124.71% - 8 86 99.31% + 0 7035 7512.01% + 1 1204 1285.64% + 2 411 438.87% + 3 192 205.02% + 4 145 154.83% + 5 90 96.10% + 6 97 103.58% + 7 102 108.92% + 8 89 95.03% system.cpu.commit.COM:committed_per_cycle.max_value 8 system.cpu.commit.COM:committed_per_cycle.end_dist @@ -43,69 +43,69 @@ system.cpu.commit.COM:loads 979 # Nu system.cpu.commit.COM:membars 0 # Number of memory barriers committed system.cpu.commit.COM:refs 1791 # Number of memory references committed system.cpu.commit.COM:swp_count 0 # Number of s/w prefetches committed -system.cpu.commit.branchMispredicts 336 # The number of times a branch was mispredicted +system.cpu.commit.branchMispredicts 353 # The number of times a branch was mispredicted system.cpu.commit.commitCommittedInsts 5640 # The number of committed instructions system.cpu.commit.commitNonSpecStalls 17 # The number of times commit has been forced to stall to communicate backwards -system.cpu.commit.commitSquashedInsts 4234 # The number of squashed insts skipped by commit +system.cpu.commit.commitSquashedInsts 4190 # The number of squashed insts skipped by commit system.cpu.committedInsts 5623 # Number of Instructions Simulated system.cpu.committedInsts_total 5623 # Number of Instructions Simulated -system.cpu.cpi 1.709586 # CPI: Cycles Per Instruction -system.cpu.cpi_total 1.709586 # CPI: Total CPI of All Threads -system.cpu.dcache.ReadReq_accesses 1535 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency 10443.877551 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency 6357.142857 # average ReadReq mshr miss latency -system.cpu.dcache.ReadReq_hits 1437 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 1023500 # number of ReadReq miss cycles -system.cpu.dcache.ReadReq_miss_rate 0.063844 # miss rate for ReadReq accesses +system.cpu.cpi 1.886360 # CPI: Cycles Per Instruction +system.cpu.cpi_total 1.886360 # CPI: Total CPI of All Threads +system.cpu.dcache.ReadReq_accesses 1531 # number of ReadReq accesses(hits+misses) +system.cpu.dcache.ReadReq_avg_miss_latency 14760.204082 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency 8494.897959 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_hits 1433 # number of ReadReq hits +system.cpu.dcache.ReadReq_miss_latency 1446500 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_rate 0.064010 # miss rate for ReadReq accesses system.cpu.dcache.ReadReq_misses 98 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_hits 31 # number of ReadReq MSHR hits -system.cpu.dcache.ReadReq_mshr_miss_latency 623000 # number of ReadReq MSHR miss cycles -system.cpu.dcache.ReadReq_mshr_miss_rate 0.063844 # mshr miss rate for ReadReq accesses +system.cpu.dcache.ReadReq_mshr_hits 35 # number of ReadReq MSHR hits +system.cpu.dcache.ReadReq_mshr_miss_latency 832500 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_rate 0.064010 # mshr miss rate for ReadReq accesses system.cpu.dcache.ReadReq_mshr_misses 98 # number of ReadReq MSHR misses -system.cpu.dcache.WriteReq_accesses 529 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency 27385.057471 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency 5839.080460 # average WriteReq mshr miss latency -system.cpu.dcache.WriteReq_hits 442 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 2382500 # number of WriteReq miss cycles -system.cpu.dcache.WriteReq_miss_rate 0.164461 # miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_accesses 528 # number of WriteReq accesses(hits+misses) +system.cpu.dcache.WriteReq_avg_miss_latency 36879.310345 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency 7436.781609 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_hits 441 # number of WriteReq hits +system.cpu.dcache.WriteReq_miss_latency 3208500 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_rate 0.164773 # miss rate for WriteReq accesses system.cpu.dcache.WriteReq_misses 87 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_hits 283 # number of WriteReq MSHR hits -system.cpu.dcache.WriteReq_mshr_miss_latency 508000 # number of WriteReq MSHR miss cycles -system.cpu.dcache.WriteReq_mshr_miss_rate 0.164461 # mshr miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_mshr_hits 284 # number of WriteReq MSHR hits +system.cpu.dcache.WriteReq_mshr_miss_latency 647000 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_rate 0.164773 # mshr miss rate for WriteReq accesses system.cpu.dcache.WriteReq_mshr_misses 87 # number of WriteReq MSHR misses system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.dcache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.dcache.avg_refs 11.141176 # Average number of references to valid blocks. +system.cpu.dcache.avg_refs 11.111765 # Average number of references to valid blocks. system.cpu.dcache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed -system.cpu.dcache.demand_accesses 2064 # number of demand (read+write) accesses -system.cpu.dcache.demand_avg_miss_latency 18410.810811 # average overall miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency 6113.513514 # average overall mshr miss latency -system.cpu.dcache.demand_hits 1879 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 3406000 # number of demand (read+write) miss cycles -system.cpu.dcache.demand_miss_rate 0.089632 # miss rate for demand accesses +system.cpu.dcache.demand_accesses 2059 # number of demand (read+write) accesses +system.cpu.dcache.demand_avg_miss_latency 25162.162162 # average overall miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency 7997.297297 # average overall mshr miss latency +system.cpu.dcache.demand_hits 1874 # number of demand (read+write) hits +system.cpu.dcache.demand_miss_latency 4655000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_rate 0.089849 # miss rate for demand accesses system.cpu.dcache.demand_misses 185 # number of demand (read+write) misses -system.cpu.dcache.demand_mshr_hits 314 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 1131000 # number of demand (read+write) MSHR miss cycles -system.cpu.dcache.demand_mshr_miss_rate 0.089632 # mshr miss rate for demand accesses +system.cpu.dcache.demand_mshr_hits 319 # number of demand (read+write) MSHR hits +system.cpu.dcache.demand_mshr_miss_latency 1479500 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_rate 0.089849 # mshr miss rate for demand accesses system.cpu.dcache.demand_mshr_misses 185 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.dcache.overall_accesses 2064 # number of overall (read+write) accesses -system.cpu.dcache.overall_avg_miss_latency 18410.810811 # average overall miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency 6113.513514 # average overall mshr miss latency +system.cpu.dcache.overall_accesses 2059 # number of overall (read+write) accesses +system.cpu.dcache.overall_avg_miss_latency 25162.162162 # average overall miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency 7997.297297 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency -system.cpu.dcache.overall_hits 1879 # number of overall hits -system.cpu.dcache.overall_miss_latency 3406000 # number of overall miss cycles -system.cpu.dcache.overall_miss_rate 0.089632 # miss rate for overall accesses +system.cpu.dcache.overall_hits 1874 # number of overall hits +system.cpu.dcache.overall_miss_latency 4655000 # number of overall miss cycles +system.cpu.dcache.overall_miss_rate 0.089849 # miss rate for overall accesses system.cpu.dcache.overall_misses 185 # number of overall misses -system.cpu.dcache.overall_mshr_hits 314 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 1131000 # number of overall MSHR miss cycles -system.cpu.dcache.overall_mshr_miss_rate 0.089632 # mshr miss rate for overall accesses +system.cpu.dcache.overall_mshr_hits 319 # number of overall MSHR hits +system.cpu.dcache.overall_mshr_miss_latency 1479500 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_rate 0.089849 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_misses 185 # number of overall MSHR misses system.cpu.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.dcache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses @@ -121,101 +121,101 @@ system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.dcache.replacements 0 # number of replacements system.cpu.dcache.sampled_refs 170 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 109.245747 # Cycle average of tags in use -system.cpu.dcache.total_refs 1894 # Total number of references to valid blocks. +system.cpu.dcache.tagsinuse 107.937594 # Cycle average of tags in use +system.cpu.dcache.total_refs 1889 # Total number of references to valid blocks. system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.dcache.writebacks 0 # number of writebacks -system.cpu.decode.DECODE:BlockedCycles 428 # Number of cycles decode is blocked -system.cpu.decode.DECODE:BranchMispred 80 # Number of times decode detected a branch misprediction -system.cpu.decode.DECODE:BranchResolved 168 # Number of times decode resolved a branch -system.cpu.decode.DECODE:DecodedInsts 11542 # Number of instructions handled by decode -system.cpu.decode.DECODE:IdleCycles 6127 # Number of cycles decode is idle -system.cpu.decode.DECODE:RunCycles 2070 # Number of cycles decode is running -system.cpu.decode.DECODE:SquashCycles 788 # Number of cycles decode is squashing -system.cpu.decode.DECODE:SquashedInsts 235 # Number of squashed instructions handled by decode -system.cpu.decode.DECODE:UnblockCycles 36 # Number of cycles decode is unblocking -system.cpu.dtb.accesses 2656 # DTB accesses +system.cpu.decode.DECODE:BlockedCycles 463 # Number of cycles decode is blocked +system.cpu.decode.DECODE:BranchMispred 79 # Number of times decode detected a branch misprediction +system.cpu.decode.DECODE:BranchResolved 163 # Number of times decode resolved a branch +system.cpu.decode.DECODE:DecodedInsts 11516 # Number of instructions handled by decode +system.cpu.decode.DECODE:IdleCycles 6794 # Number of cycles decode is idle +system.cpu.decode.DECODE:RunCycles 2076 # Number of cycles decode is running +system.cpu.decode.DECODE:SquashCycles 792 # Number of cycles decode is squashing +system.cpu.decode.DECODE:SquashedInsts 231 # Number of squashed instructions handled by decode +system.cpu.decode.DECODE:UnblockCycles 33 # Number of cycles decode is unblocking +system.cpu.dtb.accesses 2663 # DTB accesses system.cpu.dtb.acv 0 # DTB access violations -system.cpu.dtb.hits 2596 # DTB hits -system.cpu.dtb.misses 60 # DTB misses +system.cpu.dtb.hits 2604 # DTB hits +system.cpu.dtb.misses 59 # DTB misses system.cpu.dtb.read_accesses 1652 # DTB read accesses system.cpu.dtb.read_acv 0 # DTB read access violations -system.cpu.dtb.read_hits 1615 # DTB read hits -system.cpu.dtb.read_misses 37 # DTB read misses -system.cpu.dtb.write_accesses 1004 # DTB write accesses +system.cpu.dtb.read_hits 1614 # DTB read hits +system.cpu.dtb.read_misses 38 # DTB read misses +system.cpu.dtb.write_accesses 1011 # DTB write accesses system.cpu.dtb.write_acv 0 # DTB write access violations -system.cpu.dtb.write_hits 981 # DTB write hits -system.cpu.dtb.write_misses 23 # DTB write misses -system.cpu.fetch.Branches 2029 # Number of branches that fetch encountered -system.cpu.fetch.CacheLines 1542 # Number of cache lines fetched -system.cpu.fetch.Cycles 3746 # Number of cycles fetch has run and was not squashing or blocked -system.cpu.fetch.IcacheSquashes 226 # Number of outstanding Icache misses that were squashed -system.cpu.fetch.Insts 12519 # Number of instructions fetch has processed -system.cpu.fetch.SquashCycles 469 # Number of cycles fetch has spent squashing -system.cpu.fetch.branchRate 0.211068 # Number of branch fetches per cycle -system.cpu.fetch.icacheStallCycles 1542 # Number of cycles fetch is stalled on an Icache miss -system.cpu.fetch.predictedBranches 839 # Number of branches that fetch has predicted taken -system.cpu.fetch.rate 1.302299 # Number of inst fetches per cycle +system.cpu.dtb.write_hits 990 # DTB write hits +system.cpu.dtb.write_misses 21 # DTB write misses +system.cpu.fetch.Branches 2013 # Number of branches that fetch encountered +system.cpu.fetch.CacheLines 1565 # Number of cache lines fetched +system.cpu.fetch.Cycles 3769 # Number of cycles fetch has run and was not squashing or blocked +system.cpu.fetch.IcacheSquashes 233 # Number of outstanding Icache misses that were squashed +system.cpu.fetch.Insts 12458 # Number of instructions fetch has processed +system.cpu.fetch.SquashCycles 485 # Number of cycles fetch has spent squashing +system.cpu.fetch.branchRate 0.189780 # Number of branch fetches per cycle +system.cpu.fetch.icacheStallCycles 1565 # Number of cycles fetch is stalled on an Icache miss +system.cpu.fetch.predictedBranches 844 # Number of branches that fetch has predicted taken +system.cpu.fetch.rate 1.174507 # Number of inst fetches per cycle system.cpu.fetch.rateDist.start_dist # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist.samples 9449 +system.cpu.fetch.rateDist.samples 10158 system.cpu.fetch.rateDist.min_value 0 - 0 7275 7699.23% - 1 181 191.55% - 2 174 184.15% - 3 146 154.51% - 4 219 231.77% - 5 159 168.27% - 6 189 200.02% - 7 101 106.89% - 8 1005 1063.60% + 0 7986 7861.78% + 1 184 181.14% + 2 171 168.34% + 3 148 145.70% + 4 221 217.56% + 5 166 163.42% + 6 188 185.08% + 7 106 104.35% + 8 988 972.63% system.cpu.fetch.rateDist.max_value 8 system.cpu.fetch.rateDist.end_dist -system.cpu.icache.ReadReq_accesses 1520 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency 7745.954693 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency 5443.365696 # average ReadReq mshr miss latency -system.cpu.icache.ReadReq_hits 1211 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 2393500 # number of ReadReq miss cycles -system.cpu.icache.ReadReq_miss_rate 0.203289 # miss rate for ReadReq accesses -system.cpu.icache.ReadReq_misses 309 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_hits 22 # number of ReadReq MSHR hits -system.cpu.icache.ReadReq_mshr_miss_latency 1682000 # number of ReadReq MSHR miss cycles -system.cpu.icache.ReadReq_mshr_miss_rate 0.203289 # mshr miss rate for ReadReq accesses -system.cpu.icache.ReadReq_mshr_misses 309 # number of ReadReq MSHR misses +system.cpu.icache.ReadReq_accesses 1530 # number of ReadReq accesses(hits+misses) +system.cpu.icache.ReadReq_avg_miss_latency 10214.516129 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency 6606.451613 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_hits 1220 # number of ReadReq hits +system.cpu.icache.ReadReq_miss_latency 3166500 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_rate 0.202614 # miss rate for ReadReq accesses +system.cpu.icache.ReadReq_misses 310 # number of ReadReq misses +system.cpu.icache.ReadReq_mshr_hits 35 # number of ReadReq MSHR hits +system.cpu.icache.ReadReq_mshr_miss_latency 2048000 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_rate 0.202614 # mshr miss rate for ReadReq accesses +system.cpu.icache.ReadReq_mshr_misses 310 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.icache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.icache.avg_refs 3.919094 # Average number of references to valid blocks. +system.cpu.icache.avg_refs 3.935484 # Average number of references to valid blocks. system.cpu.icache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed -system.cpu.icache.demand_accesses 1520 # number of demand (read+write) accesses -system.cpu.icache.demand_avg_miss_latency 7745.954693 # average overall miss latency -system.cpu.icache.demand_avg_mshr_miss_latency 5443.365696 # average overall mshr miss latency -system.cpu.icache.demand_hits 1211 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 2393500 # number of demand (read+write) miss cycles -system.cpu.icache.demand_miss_rate 0.203289 # miss rate for demand accesses -system.cpu.icache.demand_misses 309 # number of demand (read+write) misses -system.cpu.icache.demand_mshr_hits 22 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 1682000 # number of demand (read+write) MSHR miss cycles -system.cpu.icache.demand_mshr_miss_rate 0.203289 # mshr miss rate for demand accesses -system.cpu.icache.demand_mshr_misses 309 # number of demand (read+write) MSHR misses +system.cpu.icache.demand_accesses 1530 # number of demand (read+write) accesses +system.cpu.icache.demand_avg_miss_latency 10214.516129 # average overall miss latency +system.cpu.icache.demand_avg_mshr_miss_latency 6606.451613 # average overall mshr miss latency +system.cpu.icache.demand_hits 1220 # number of demand (read+write) hits +system.cpu.icache.demand_miss_latency 3166500 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_rate 0.202614 # miss rate for demand accesses +system.cpu.icache.demand_misses 310 # number of demand (read+write) misses +system.cpu.icache.demand_mshr_hits 35 # number of demand (read+write) MSHR hits +system.cpu.icache.demand_mshr_miss_latency 2048000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_rate 0.202614 # mshr miss rate for demand accesses +system.cpu.icache.demand_mshr_misses 310 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.icache.overall_accesses 1520 # number of overall (read+write) accesses -system.cpu.icache.overall_avg_miss_latency 7745.954693 # average overall miss latency -system.cpu.icache.overall_avg_mshr_miss_latency 5443.365696 # average overall mshr miss latency +system.cpu.icache.overall_accesses 1530 # number of overall (read+write) accesses +system.cpu.icache.overall_avg_miss_latency 10214.516129 # average overall miss latency +system.cpu.icache.overall_avg_mshr_miss_latency 6606.451613 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency -system.cpu.icache.overall_hits 1211 # number of overall hits -system.cpu.icache.overall_miss_latency 2393500 # number of overall miss cycles -system.cpu.icache.overall_miss_rate 0.203289 # miss rate for overall accesses -system.cpu.icache.overall_misses 309 # number of overall misses -system.cpu.icache.overall_mshr_hits 22 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 1682000 # number of overall MSHR miss cycles -system.cpu.icache.overall_mshr_miss_rate 0.203289 # mshr miss rate for overall accesses -system.cpu.icache.overall_mshr_misses 309 # number of overall MSHR misses +system.cpu.icache.overall_hits 1220 # number of overall hits +system.cpu.icache.overall_miss_latency 3166500 # number of overall miss cycles +system.cpu.icache.overall_miss_rate 0.202614 # miss rate for overall accesses +system.cpu.icache.overall_misses 310 # number of overall misses +system.cpu.icache.overall_mshr_hits 35 # number of overall MSHR hits +system.cpu.icache.overall_mshr_miss_latency 2048000 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_rate 0.202614 # mshr miss rate for overall accesses +system.cpu.icache.overall_mshr_misses 310 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.icache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu.icache.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache @@ -228,61 +228,61 @@ system.cpu.icache.prefetcher.num_hwpf_removed_MSHR_hit 0 system.cpu.icache.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time system.cpu.icache.replacements 0 # number of replacements -system.cpu.icache.sampled_refs 309 # Sample count of references to valid blocks. +system.cpu.icache.sampled_refs 310 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 164.253671 # Cycle average of tags in use -system.cpu.icache.total_refs 1211 # Total number of references to valid blocks. +system.cpu.icache.tagsinuse 162.483905 # Cycle average of tags in use +system.cpu.icache.total_refs 1220 # Total number of references to valid blocks. system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks -system.cpu.idleCycles 164 # Total number of cycles that the CPU has spent unscheduled due to idling -system.cpu.iew.EXEC:branches 1199 # Number of branches executed -system.cpu.iew.EXEC:nop 72 # number of nop insts executed -system.cpu.iew.EXEC:rate 0.833975 # Inst execution rate -system.cpu.iew.EXEC:refs 2660 # number of memory reference insts executed -system.cpu.iew.EXEC:stores 1006 # Number of stores executed +system.cpu.idleCycles 449 # Total number of cycles that the CPU has spent unscheduled due to idling +system.cpu.iew.EXEC:branches 1210 # Number of branches executed +system.cpu.iew.EXEC:nop 70 # number of nop insts executed +system.cpu.iew.EXEC:rate 0.759310 # Inst execution rate +system.cpu.iew.EXEC:refs 2668 # number of memory reference insts executed +system.cpu.iew.EXEC:stores 1014 # Number of stores executed system.cpu.iew.EXEC:swp 0 # number of swp insts executed -system.cpu.iew.WB:consumers 5428 # num instructions consuming a value -system.cpu.iew.WB:count 7664 # cumulative count of insts written-back -system.cpu.iew.WB:fanout 0.742815 # average fanout of values written-back +system.cpu.iew.WB:consumers 5427 # num instructions consuming a value +system.cpu.iew.WB:count 7728 # cumulative count of insts written-back +system.cpu.iew.WB:fanout 0.742583 # average fanout of values written-back system.cpu.iew.WB:penalized 0 # number of instrctions required to write to 'other' IQ system.cpu.iew.WB:penalized_rate 0 # fraction of instructions written-back that wrote to 'other' IQ -system.cpu.iew.WB:producers 4032 # num instructions producing a value -system.cpu.iew.WB:rate 0.797254 # insts written-back per cycle -system.cpu.iew.WB:sent 7781 # cumulative count of insts sent to commit -system.cpu.iew.branchMispredicts 401 # Number of branch mispredicts detected at execute +system.cpu.iew.WB:producers 4030 # num instructions producing a value +system.cpu.iew.WB:rate 0.728575 # insts written-back per cycle +system.cpu.iew.WB:sent 7840 # cumulative count of insts sent to commit +system.cpu.iew.branchMispredicts 420 # Number of branch mispredicts detected at execute system.cpu.iew.iewBlockCycles 4 # Number of cycles IEW is blocking -system.cpu.iew.iewDispLoadInsts 2030 # Number of dispatched load instructions -system.cpu.iew.iewDispNonSpecInsts 23 # Number of dispatched non-speculative instructions -system.cpu.iew.iewDispSquashedInsts 173 # Number of squashed instructions skipped by dispatch -system.cpu.iew.iewDispStoreInsts 1236 # Number of dispatched store instructions -system.cpu.iew.iewDispatchedInsts 9996 # Number of instructions dispatched to IQ +system.cpu.iew.iewDispLoadInsts 2013 # Number of dispatched load instructions +system.cpu.iew.iewDispNonSpecInsts 24 # Number of dispatched non-speculative instructions +system.cpu.iew.iewDispSquashedInsts 185 # Number of squashed instructions skipped by dispatch +system.cpu.iew.iewDispStoreInsts 1228 # Number of dispatched store instructions +system.cpu.iew.iewDispatchedInsts 9927 # Number of instructions dispatched to IQ system.cpu.iew.iewExecLoadInsts 1654 # Number of load instructions executed -system.cpu.iew.iewExecSquashedInsts 366 # Number of squashed instructions skipped in execute -system.cpu.iew.iewExecutedInsts 8017 # Number of executed instructions +system.cpu.iew.iewExecSquashedInsts 350 # Number of squashed instructions skipped in execute +system.cpu.iew.iewExecutedInsts 8054 # Number of executed instructions system.cpu.iew.iewIQFullEvents 0 # Number of times the IQ has become full, causing a stall system.cpu.iew.iewIdleCycles 0 # Number of cycles IEW is idle system.cpu.iew.iewLSQFullEvents 0 # Number of times the LSQ has become full, causing a stall -system.cpu.iew.iewSquashCycles 788 # Number of cycles IEW is squashing +system.cpu.iew.iewSquashCycles 792 # Number of cycles IEW is squashing system.cpu.iew.iewUnblockCycles 0 # Number of cycles IEW is unblocking system.cpu.iew.lsq.thread.0.blockedLoads 0 # Number of blocked loads due to partial load-store forwarding system.cpu.iew.lsq.thread.0.cacheBlocked 0 # Number of times an access to memory failed due to the cache being blocked -system.cpu.iew.lsq.thread.0.forwLoads 48 # Number of loads that had data forwarded from stores +system.cpu.iew.lsq.thread.0.forwLoads 47 # Number of loads that had data forwarded from stores system.cpu.iew.lsq.thread.0.ignoredResponses 3 # Number of memory responses ignored because the instruction is squashed system.cpu.iew.lsq.thread.0.invAddrLoads 0 # Number of loads ignored due to an invalid address system.cpu.iew.lsq.thread.0.invAddrSwpfs 0 # Number of software prefetches ignored due to an invalid address system.cpu.iew.lsq.thread.0.memOrderViolation 68 # Number of memory ordering violations system.cpu.iew.lsq.thread.0.rescheduledLoads 1 # Number of loads that were rescheduled -system.cpu.iew.lsq.thread.0.squashedLoads 1051 # Number of loads squashed -system.cpu.iew.lsq.thread.0.squashedStores 424 # Number of stores squashed +system.cpu.iew.lsq.thread.0.squashedLoads 1034 # Number of loads squashed +system.cpu.iew.lsq.thread.0.squashedStores 416 # Number of stores squashed system.cpu.iew.memOrderViolationEvents 68 # Number of memory order violations -system.cpu.iew.predictedNotTakenIncorrect 295 # Number of branches that were predicted not taken incorrectly -system.cpu.iew.predictedTakenIncorrect 106 # Number of branches that were predicted taken incorrectly -system.cpu.ipc 0.584937 # IPC: Instructions Per Cycle -system.cpu.ipc_total 0.584937 # IPC: Total IPC of All Threads -system.cpu.iq.ISSUE:FU_type_0 8383 # Type of FU issued +system.cpu.iew.predictedNotTakenIncorrect 297 # Number of branches that were predicted not taken incorrectly +system.cpu.iew.predictedTakenIncorrect 123 # Number of branches that were predicted taken incorrectly +system.cpu.ipc 0.530122 # IPC: Instructions Per Cycle +system.cpu.ipc_total 0.530122 # IPC: Total IPC of All Threads +system.cpu.iq.ISSUE:FU_type_0 8404 # Type of FU issued system.cpu.iq.ISSUE:FU_type_0.start_dist No_OpClass 2 0.02% # Type of FU issued - IntAlu 5559 66.31% # Type of FU issued + IntAlu 5587 66.48% # Type of FU issued IntMult 1 0.01% # Type of FU issued IntDiv 0 0.00% # Type of FU issued FloatAdd 2 0.02% # Type of FU issued @@ -291,16 +291,16 @@ system.cpu.iq.ISSUE:FU_type_0.start_dist FloatMult 0 0.00% # Type of FU issued FloatDiv 0 0.00% # Type of FU issued FloatSqrt 0 0.00% # Type of FU issued - MemRead 1786 21.31% # Type of FU issued - MemWrite 1033 12.32% # Type of FU issued + MemRead 1774 21.11% # Type of FU issued + MemWrite 1038 12.35% # Type of FU issued IprAccess 0 0.00% # Type of FU issued InstPrefetch 0 0.00% # Type of FU issued system.cpu.iq.ISSUE:FU_type_0.end_dist -system.cpu.iq.ISSUE:fu_busy_cnt 102 # FU busy when requested -system.cpu.iq.ISSUE:fu_busy_rate 0.012167 # FU busy rate (busy events/executed inst) +system.cpu.iq.ISSUE:fu_busy_cnt 103 # FU busy when requested +system.cpu.iq.ISSUE:fu_busy_rate 0.012256 # FU busy rate (busy events/executed inst) system.cpu.iq.ISSUE:fu_full.start_dist No_OpClass 0 0.00% # attempts to use FU when none available - IntAlu 1 0.98% # attempts to use FU when none available + IntAlu 1 0.97% # attempts to use FU when none available IntMult 0 0.00% # attempts to use FU when none available IntDiv 0 0.00% # attempts to use FU when none available FloatAdd 0 0.00% # attempts to use FU when none available @@ -309,100 +309,100 @@ system.cpu.iq.ISSUE:fu_full.start_dist FloatMult 0 0.00% # attempts to use FU when none available FloatDiv 0 0.00% # attempts to use FU when none available FloatSqrt 0 0.00% # attempts to use FU when none available - MemRead 66 64.71% # attempts to use FU when none available - MemWrite 35 34.31% # attempts to use FU when none available + MemRead 68 66.02% # attempts to use FU when none available + MemWrite 34 33.01% # attempts to use FU when none available IprAccess 0 0.00% # attempts to use FU when none available InstPrefetch 0 0.00% # attempts to use FU when none available system.cpu.iq.ISSUE:fu_full.end_dist system.cpu.iq.ISSUE:issued_per_cycle.start_dist # Number of insts issued each cycle -system.cpu.iq.ISSUE:issued_per_cycle.samples 9449 +system.cpu.iq.ISSUE:issued_per_cycle.samples 10158 system.cpu.iq.ISSUE:issued_per_cycle.min_value 0 - 0 6104 6459.94% - 1 1118 1183.19% - 2 813 860.41% - 3 591 625.46% - 4 460 486.82% - 5 212 224.36% - 6 105 111.12% - 7 32 33.87% - 8 14 14.82% + 0 6739 6634.18% + 1 1163 1144.91% + 2 838 824.97% + 3 636 626.11% + 4 450 443.00% + 5 195 191.97% + 6 92 90.57% + 7 30 29.53% + 8 15 14.77% system.cpu.iq.ISSUE:issued_per_cycle.max_value 8 system.cpu.iq.ISSUE:issued_per_cycle.end_dist -system.cpu.iq.ISSUE:rate 0.872048 # Inst issue rate -system.cpu.iq.iqInstsAdded 9901 # Number of instructions added to the IQ (excludes non-spec) -system.cpu.iq.iqInstsIssued 8383 # Number of instructions issued -system.cpu.iq.iqNonSpecInstsAdded 23 # Number of non-speculative instructions added to the IQ -system.cpu.iq.iqSquashedInstsExamined 3948 # Number of squashed instructions iterated over during squash; mainly for profiling -system.cpu.iq.iqSquashedInstsIssued 23 # Number of squashed instructions issued -system.cpu.iq.iqSquashedNonSpecRemoved 6 # Number of squashed non-spec instructions that were removed -system.cpu.iq.iqSquashedOperandsExamined 2574 # Number of squashed operands that are examined and possibly removed from graph -system.cpu.itb.accesses 1572 # ITB accesses +system.cpu.iq.ISSUE:rate 0.792307 # Inst issue rate +system.cpu.iq.iqInstsAdded 9833 # Number of instructions added to the IQ (excludes non-spec) +system.cpu.iq.iqInstsIssued 8404 # Number of instructions issued +system.cpu.iq.iqNonSpecInstsAdded 24 # Number of non-speculative instructions added to the IQ +system.cpu.iq.iqSquashedInstsExamined 3830 # Number of squashed instructions iterated over during squash; mainly for profiling +system.cpu.iq.iqSquashedInstsIssued 24 # Number of squashed instructions issued +system.cpu.iq.iqSquashedNonSpecRemoved 7 # Number of squashed non-spec instructions that were removed +system.cpu.iq.iqSquashedOperandsExamined 2411 # Number of squashed operands that are examined and possibly removed from graph +system.cpu.itb.accesses 1597 # ITB accesses system.cpu.itb.acv 0 # ITB acv -system.cpu.itb.hits 1542 # ITB hits -system.cpu.itb.misses 30 # ITB misses +system.cpu.itb.hits 1565 # ITB hits +system.cpu.itb.misses 32 # ITB misses system.cpu.l2cache.ReadExReq_accesses 72 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_avg_miss_latency 4548.611111 # average ReadExReq miss latency -system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 2548.611111 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_miss_latency 327500 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_avg_miss_latency 6111.111111 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 3111.111111 # average ReadExReq mshr miss latency +system.cpu.l2cache.ReadExReq_miss_latency 440000 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_misses 72 # number of ReadExReq misses -system.cpu.l2cache.ReadExReq_mshr_miss_latency 183500 # number of ReadExReq MSHR miss cycles +system.cpu.l2cache.ReadExReq_mshr_miss_latency 224000 # number of ReadExReq MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_mshr_misses 72 # number of ReadExReq MSHR misses -system.cpu.l2cache.ReadReq_accesses 407 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_avg_miss_latency 4400.246305 # average ReadReq miss latency -system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 2400.246305 # average ReadReq mshr miss latency +system.cpu.l2cache.ReadReq_accesses 408 # number of ReadReq accesses(hits+misses) +system.cpu.l2cache.ReadReq_avg_miss_latency 5733.415233 # average ReadReq miss latency +system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 2733.415233 # average ReadReq mshr miss latency system.cpu.l2cache.ReadReq_hits 1 # number of ReadReq hits -system.cpu.l2cache.ReadReq_miss_latency 1786500 # number of ReadReq miss cycles -system.cpu.l2cache.ReadReq_miss_rate 0.997543 # miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_misses 406 # number of ReadReq misses -system.cpu.l2cache.ReadReq_mshr_miss_latency 974500 # number of ReadReq MSHR miss cycles -system.cpu.l2cache.ReadReq_mshr_miss_rate 0.997543 # mshr miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_mshr_misses 406 # number of ReadReq MSHR misses +system.cpu.l2cache.ReadReq_miss_latency 2333500 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_miss_rate 0.997549 # miss rate for ReadReq accesses +system.cpu.l2cache.ReadReq_misses 407 # number of ReadReq misses +system.cpu.l2cache.ReadReq_mshr_miss_latency 1112500 # number of ReadReq MSHR miss cycles +system.cpu.l2cache.ReadReq_mshr_miss_rate 0.997549 # mshr miss rate for ReadReq accesses +system.cpu.l2cache.ReadReq_mshr_misses 407 # number of ReadReq MSHR misses system.cpu.l2cache.UpgradeReq_accesses 15 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_avg_miss_latency 4266.666667 # average UpgradeReq miss latency -system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 2266.666667 # average UpgradeReq mshr miss latency -system.cpu.l2cache.UpgradeReq_miss_latency 64000 # number of UpgradeReq miss cycles +system.cpu.l2cache.UpgradeReq_avg_miss_latency 5433.333333 # average UpgradeReq miss latency +system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 2433.333333 # average UpgradeReq mshr miss latency +system.cpu.l2cache.UpgradeReq_miss_latency 81500 # number of UpgradeReq miss cycles system.cpu.l2cache.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_misses 15 # number of UpgradeReq misses -system.cpu.l2cache.UpgradeReq_mshr_miss_latency 34000 # number of UpgradeReq MSHR miss cycles +system.cpu.l2cache.UpgradeReq_mshr_miss_latency 36500 # number of UpgradeReq MSHR miss cycles system.cpu.l2cache.UpgradeReq_mshr_miss_rate 1 # mshr miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_mshr_misses 15 # number of UpgradeReq MSHR misses system.cpu.l2cache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.l2cache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.l2cache.avg_refs 0.002558 # Average number of references to valid blocks. +system.cpu.l2cache.avg_refs 0.002551 # Average number of references to valid blocks. system.cpu.l2cache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.l2cache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.l2cache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.cache_copies 0 # number of cache copies performed -system.cpu.l2cache.demand_accesses 479 # number of demand (read+write) accesses -system.cpu.l2cache.demand_avg_miss_latency 4422.594142 # average overall miss latency -system.cpu.l2cache.demand_avg_mshr_miss_latency 2422.594142 # average overall mshr miss latency +system.cpu.l2cache.demand_accesses 480 # number of demand (read+write) accesses +system.cpu.l2cache.demand_avg_miss_latency 5790.187891 # average overall miss latency +system.cpu.l2cache.demand_avg_mshr_miss_latency 2790.187891 # average overall mshr miss latency system.cpu.l2cache.demand_hits 1 # number of demand (read+write) hits -system.cpu.l2cache.demand_miss_latency 2114000 # number of demand (read+write) miss cycles -system.cpu.l2cache.demand_miss_rate 0.997912 # miss rate for demand accesses -system.cpu.l2cache.demand_misses 478 # number of demand (read+write) misses +system.cpu.l2cache.demand_miss_latency 2773500 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_rate 0.997917 # miss rate for demand accesses +system.cpu.l2cache.demand_misses 479 # number of demand (read+write) misses system.cpu.l2cache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.l2cache.demand_mshr_miss_latency 1158000 # number of demand (read+write) MSHR miss cycles -system.cpu.l2cache.demand_mshr_miss_rate 0.997912 # mshr miss rate for demand accesses -system.cpu.l2cache.demand_mshr_misses 478 # number of demand (read+write) MSHR misses +system.cpu.l2cache.demand_mshr_miss_latency 1336500 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_rate 0.997917 # mshr miss rate for demand accesses +system.cpu.l2cache.demand_mshr_misses 479 # number of demand (read+write) MSHR misses system.cpu.l2cache.fast_writes 0 # number of fast writes performed system.cpu.l2cache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.l2cache.overall_accesses 479 # number of overall (read+write) accesses -system.cpu.l2cache.overall_avg_miss_latency 4422.594142 # average overall miss latency -system.cpu.l2cache.overall_avg_mshr_miss_latency 2422.594142 # average overall mshr miss latency +system.cpu.l2cache.overall_accesses 480 # number of overall (read+write) accesses +system.cpu.l2cache.overall_avg_miss_latency 5790.187891 # average overall miss latency +system.cpu.l2cache.overall_avg_mshr_miss_latency 2790.187891 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.l2cache.overall_hits 1 # number of overall hits -system.cpu.l2cache.overall_miss_latency 2114000 # number of overall miss cycles -system.cpu.l2cache.overall_miss_rate 0.997912 # miss rate for overall accesses -system.cpu.l2cache.overall_misses 478 # number of overall misses +system.cpu.l2cache.overall_miss_latency 2773500 # number of overall miss cycles +system.cpu.l2cache.overall_miss_rate 0.997917 # miss rate for overall accesses +system.cpu.l2cache.overall_misses 479 # number of overall misses system.cpu.l2cache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.l2cache.overall_mshr_miss_latency 1158000 # number of overall MSHR miss cycles -system.cpu.l2cache.overall_mshr_miss_rate 0.997912 # mshr miss rate for overall accesses -system.cpu.l2cache.overall_mshr_misses 478 # number of overall MSHR misses +system.cpu.l2cache.overall_mshr_miss_latency 1336500 # number of overall MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_rate 0.997917 # mshr miss rate for overall accesses +system.cpu.l2cache.overall_mshr_misses 479 # number of overall MSHR misses system.cpu.l2cache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.l2cache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu.l2cache.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache @@ -415,29 +415,29 @@ system.cpu.l2cache.prefetcher.num_hwpf_removed_MSHR_hit 0 system.cpu.l2cache.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu.l2cache.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time system.cpu.l2cache.replacements 0 # number of replacements -system.cpu.l2cache.sampled_refs 391 # Sample count of references to valid blocks. +system.cpu.l2cache.sampled_refs 392 # Sample count of references to valid blocks. system.cpu.l2cache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.l2cache.tagsinuse 218.025629 # Cycle average of tags in use +system.cpu.l2cache.tagsinuse 215.878593 # Cycle average of tags in use system.cpu.l2cache.total_refs 1 # Total number of references to valid blocks. system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.l2cache.writebacks 0 # number of writebacks -system.cpu.numCycles 9613 # number of cpu cycles simulated -system.cpu.rename.RENAME:BlockCycles 50 # Number of cycles rename is blocking +system.cpu.numCycles 10607 # number of cpu cycles simulated +system.cpu.rename.RENAME:BlockCycles 85 # Number of cycles rename is blocking system.cpu.rename.RENAME:CommittedMaps 4051 # Number of HB maps that are committed -system.cpu.rename.RENAME:IdleCycles 6291 # Number of cycles rename is idle -system.cpu.rename.RENAME:LSQFullEvents 71 # Number of times rename has blocked due to LSQ full -system.cpu.rename.RENAME:RenameLookups 14101 # Number of register rename lookups that rename has made -system.cpu.rename.RENAME:RenamedInsts 11035 # Number of instructions processed by rename -system.cpu.rename.RENAME:RenamedOperands 8205 # Number of destination operands rename has renamed +system.cpu.rename.RENAME:IdleCycles 6962 # Number of cycles rename is idle +system.cpu.rename.RENAME:LSQFullEvents 73 # Number of times rename has blocked due to LSQ full +system.cpu.rename.RENAME:RenameLookups 14001 # Number of register rename lookups that rename has made +system.cpu.rename.RENAME:RenamedInsts 10976 # Number of instructions processed by rename +system.cpu.rename.RENAME:RenamedOperands 8169 # Number of destination operands rename has renamed system.cpu.rename.RENAME:RunCycles 1922 # Number of cycles rename is running -system.cpu.rename.RENAME:SquashCycles 788 # Number of cycles rename is squashing -system.cpu.rename.RENAME:UnblockCycles 122 # Number of cycles rename is unblocking -system.cpu.rename.RENAME:UndoneMaps 4154 # Number of HB maps that are undone due to squashing -system.cpu.rename.RENAME:serializeStallCycles 276 # count of cycles rename stalled for serializing inst -system.cpu.rename.RENAME:serializingInsts 26 # count of serializing insts renamed -system.cpu.rename.RENAME:skidInsts 532 # count of insts added to the skid buffer -system.cpu.rename.RENAME:tempSerializingInsts 20 # count of temporary serializing insts renamed -system.cpu.timesIdled 57 # Number of times that the entire CPU went into an idle state and unscheduled itself +system.cpu.rename.RENAME:SquashCycles 792 # Number of cycles rename is squashing +system.cpu.rename.RENAME:UnblockCycles 116 # Number of cycles rename is unblocking +system.cpu.rename.RENAME:UndoneMaps 4118 # Number of HB maps that are undone due to squashing +system.cpu.rename.RENAME:serializeStallCycles 281 # count of cycles rename stalled for serializing inst +system.cpu.rename.RENAME:serializingInsts 27 # count of serializing insts renamed +system.cpu.rename.RENAME:skidInsts 539 # count of insts added to the skid buffer +system.cpu.rename.RENAME:tempSerializingInsts 21 # count of temporary serializing insts renamed +system.cpu.timesIdled 79 # Number of times that the entire CPU went into an idle state and unscheduled itself system.cpu.workload.PROG:num_syscalls 17 # Number of system calls ---------- End Simulation Statistics ---------- diff --git a/tests/quick/00.hello/ref/alpha/linux/o3-timing/stderr b/tests/quick/00.hello/ref/alpha/linux/o3-timing/stderr index 5992f7131..26249ed90 100644 --- a/tests/quick/00.hello/ref/alpha/linux/o3-timing/stderr +++ b/tests/quick/00.hello/ref/alpha/linux/o3-timing/stderr @@ -1,3 +1,3 @@ -0: system.remote_gdb.listener: listening for remote gdb on port 7000 +0: system.remote_gdb.listener: listening for remote gdb on port 7003 warn: Entering event queue @ 0. Starting simulation... warn: Increasing stack size by one page. diff --git a/tests/quick/00.hello/ref/alpha/linux/o3-timing/stdout b/tests/quick/00.hello/ref/alpha/linux/o3-timing/stdout index f3c06d075..d2d2e40dc 100644 --- a/tests/quick/00.hello/ref/alpha/linux/o3-timing/stdout +++ b/tests/quick/00.hello/ref/alpha/linux/o3-timing/stdout @@ -1,14 +1,14 @@ Hello world! M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Jan 15 2008 08:14:31 -M5 started Tue Jan 15 08:12:22 2008 -M5 executing on m45-034.pool +M5 compiled Feb 24 2008 12:58:20 +M5 started Sun Feb 24 13:00:08 2008 +M5 executing on tater command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/o3-timing tests/run.py quick/00.hello/alpha/linux/o3-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 4806000 because target called exit() +Exiting @ tick 5303000 because target called exit() diff --git a/tests/quick/00.hello/ref/alpha/linux/simple-timing/config.ini b/tests/quick/00.hello/ref/alpha/linux/simple-timing/config.ini index 78fe6c01f..7b95a328d 100644 --- a/tests/quick/00.hello/ref/alpha/linux/simple-timing/config.ini +++ b/tests/quick/00.hello/ref/alpha/linux/simple-timing/config.ini @@ -152,6 +152,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side @@ -169,6 +170,7 @@ euid=100 executable=/dist/m5/regression/test-progs/hello/bin/alpha/linux/hello gid=100 input=cin +max_stack_size=67108864 output=cout pid=100 ppid=99 @@ -180,6 +182,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.physmem.port[0] system.cpu.l2cache.mem_side diff --git a/tests/quick/00.hello/ref/alpha/linux/simple-timing/m5stats.txt b/tests/quick/00.hello/ref/alpha/linux/simple-timing/m5stats.txt index 51a854d5e..d791e0a2e 100644 --- a/tests/quick/00.hello/ref/alpha/linux/simple-timing/m5stats.txt +++ b/tests/quick/00.hello/ref/alpha/linux/simple-timing/m5stats.txt @@ -1,31 +1,31 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 341217 # Simulator instruction rate (inst/s) -host_mem_usage 196644 # Number of bytes of host memory used -host_seconds 0.02 # Real time elapsed on the host -host_tick_rate 1094407052 # Simulator tick rate (ticks/s) +host_inst_rate 11324 # Simulator instruction rate (inst/s) +host_mem_usage 193960 # Number of bytes of host memory used +host_seconds 0.50 # Real time elapsed on the host +host_tick_rate 38693743 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 5641 # Number of instructions simulated -sim_seconds 0.000018 # Number of seconds simulated -sim_ticks 18374000 # Number of ticks simulated +sim_seconds 0.000019 # Number of seconds simulated +sim_ticks 19285000 # Number of ticks simulated system.cpu.dcache.ReadReq_accesses 979 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency 25000 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency 23000 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_avg_miss_latency 27000 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency 24000 # average ReadReq mshr miss latency system.cpu.dcache.ReadReq_hits 887 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 2300000 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_latency 2484000 # number of ReadReq miss cycles system.cpu.dcache.ReadReq_miss_rate 0.093973 # miss rate for ReadReq accesses system.cpu.dcache.ReadReq_misses 92 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_miss_latency 2116000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_latency 2208000 # number of ReadReq MSHR miss cycles system.cpu.dcache.ReadReq_mshr_miss_rate 0.093973 # mshr miss rate for ReadReq accesses system.cpu.dcache.ReadReq_mshr_misses 92 # number of ReadReq MSHR misses system.cpu.dcache.WriteReq_accesses 812 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency 25000 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency 23000 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_avg_miss_latency 27000 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency 24000 # average WriteReq mshr miss latency system.cpu.dcache.WriteReq_hits 725 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 2175000 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_latency 2349000 # number of WriteReq miss cycles system.cpu.dcache.WriteReq_miss_rate 0.107143 # miss rate for WriteReq accesses system.cpu.dcache.WriteReq_misses 87 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_miss_latency 2001000 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency 2088000 # number of WriteReq MSHR miss cycles system.cpu.dcache.WriteReq_mshr_miss_rate 0.107143 # mshr miss rate for WriteReq accesses system.cpu.dcache.WriteReq_mshr_misses 87 # number of WriteReq MSHR misses system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -37,29 +37,29 @@ system.cpu.dcache.blocked_cycles_no_mshrs 0 # n system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed system.cpu.dcache.demand_accesses 1791 # number of demand (read+write) accesses -system.cpu.dcache.demand_avg_miss_latency 25000 # average overall miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.dcache.demand_avg_miss_latency 27000 # average overall miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.dcache.demand_hits 1612 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 4475000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_latency 4833000 # number of demand (read+write) miss cycles system.cpu.dcache.demand_miss_rate 0.099944 # miss rate for demand accesses system.cpu.dcache.demand_misses 179 # number of demand (read+write) misses system.cpu.dcache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 4117000 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency 4296000 # number of demand (read+write) MSHR miss cycles system.cpu.dcache.demand_mshr_miss_rate 0.099944 # mshr miss rate for demand accesses system.cpu.dcache.demand_mshr_misses 179 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.dcache.overall_accesses 1791 # number of overall (read+write) accesses -system.cpu.dcache.overall_avg_miss_latency 25000 # average overall miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.dcache.overall_avg_miss_latency 27000 # average overall miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.dcache.overall_hits 1612 # number of overall hits -system.cpu.dcache.overall_miss_latency 4475000 # number of overall miss cycles +system.cpu.dcache.overall_miss_latency 4833000 # number of overall miss cycles system.cpu.dcache.overall_miss_rate 0.099944 # miss rate for overall accesses system.cpu.dcache.overall_misses 179 # number of overall misses system.cpu.dcache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 4117000 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency 4296000 # number of overall MSHR miss cycles system.cpu.dcache.overall_mshr_miss_rate 0.099944 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_misses 179 # number of overall MSHR misses system.cpu.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -76,7 +76,7 @@ system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.dcache.replacements 0 # number of replacements system.cpu.dcache.sampled_refs 165 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 102.386256 # Cycle average of tags in use +system.cpu.dcache.tagsinuse 102.207107 # Cycle average of tags in use system.cpu.dcache.total_refs 1626 # Total number of references to valid blocks. system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.dcache.writebacks 0 # number of writebacks @@ -93,13 +93,13 @@ system.cpu.dtb.write_acv 0 # DT system.cpu.dtb.write_hits 812 # DTB write hits system.cpu.dtb.write_misses 3 # DTB write misses system.cpu.icache.ReadReq_accesses 5652 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency 24956.678700 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency 22956.678700 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_avg_miss_latency 26953.068592 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency 23953.068592 # average ReadReq mshr miss latency system.cpu.icache.ReadReq_hits 5375 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 6913000 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_latency 7466000 # number of ReadReq miss cycles system.cpu.icache.ReadReq_miss_rate 0.049009 # miss rate for ReadReq accesses system.cpu.icache.ReadReq_misses 277 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_miss_latency 6359000 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency 6635000 # number of ReadReq MSHR miss cycles system.cpu.icache.ReadReq_mshr_miss_rate 0.049009 # mshr miss rate for ReadReq accesses system.cpu.icache.ReadReq_mshr_misses 277 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -111,29 +111,29 @@ system.cpu.icache.blocked_cycles_no_mshrs 0 # n system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed system.cpu.icache.demand_accesses 5652 # number of demand (read+write) accesses -system.cpu.icache.demand_avg_miss_latency 24956.678700 # average overall miss latency -system.cpu.icache.demand_avg_mshr_miss_latency 22956.678700 # average overall mshr miss latency +system.cpu.icache.demand_avg_miss_latency 26953.068592 # average overall miss latency +system.cpu.icache.demand_avg_mshr_miss_latency 23953.068592 # average overall mshr miss latency system.cpu.icache.demand_hits 5375 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 6913000 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_latency 7466000 # number of demand (read+write) miss cycles system.cpu.icache.demand_miss_rate 0.049009 # miss rate for demand accesses system.cpu.icache.demand_misses 277 # number of demand (read+write) misses system.cpu.icache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 6359000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency 6635000 # number of demand (read+write) MSHR miss cycles system.cpu.icache.demand_mshr_miss_rate 0.049009 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_misses 277 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.icache.overall_accesses 5652 # number of overall (read+write) accesses -system.cpu.icache.overall_avg_miss_latency 24956.678700 # average overall miss latency -system.cpu.icache.overall_avg_mshr_miss_latency 22956.678700 # average overall mshr miss latency +system.cpu.icache.overall_avg_miss_latency 26953.068592 # average overall miss latency +system.cpu.icache.overall_avg_mshr_miss_latency 23953.068592 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.icache.overall_hits 5375 # number of overall hits -system.cpu.icache.overall_miss_latency 6913000 # number of overall miss cycles +system.cpu.icache.overall_miss_latency 7466000 # number of overall miss cycles system.cpu.icache.overall_miss_rate 0.049009 # miss rate for overall accesses system.cpu.icache.overall_misses 277 # number of overall misses system.cpu.icache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 6359000 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency 6635000 # number of overall MSHR miss cycles system.cpu.icache.overall_mshr_miss_rate 0.049009 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_misses 277 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -150,7 +150,7 @@ system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.icache.replacements 0 # number of replacements system.cpu.icache.sampled_refs 277 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 128.084203 # Cycle average of tags in use +system.cpu.icache.tagsinuse 127.893604 # Cycle average of tags in use system.cpu.icache.total_refs 5375 # Total number of references to valid blocks. system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks @@ -160,28 +160,28 @@ system.cpu.itb.acv 0 # IT system.cpu.itb.hits 5652 # ITB hits system.cpu.itb.misses 17 # ITB misses system.cpu.l2cache.ReadExReq_accesses 73 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_avg_miss_latency 22000 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_miss_latency 23000 # average ReadExReq miss latency system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 11000 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_miss_latency 1606000 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_miss_latency 1679000 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_misses 73 # number of ReadExReq misses system.cpu.l2cache.ReadExReq_mshr_miss_latency 803000 # number of ReadExReq MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_mshr_misses 73 # number of ReadExReq MSHR misses system.cpu.l2cache.ReadReq_accesses 369 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_avg_miss_latency 22000 # average ReadReq miss latency +system.cpu.l2cache.ReadReq_avg_miss_latency 23000 # average ReadReq miss latency system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 11000 # average ReadReq mshr miss latency system.cpu.l2cache.ReadReq_hits 1 # number of ReadReq hits -system.cpu.l2cache.ReadReq_miss_latency 8096000 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_miss_latency 8464000 # number of ReadReq miss cycles system.cpu.l2cache.ReadReq_miss_rate 0.997290 # miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_misses 368 # number of ReadReq misses system.cpu.l2cache.ReadReq_mshr_miss_latency 4048000 # number of ReadReq MSHR miss cycles system.cpu.l2cache.ReadReq_mshr_miss_rate 0.997290 # mshr miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_mshr_misses 368 # number of ReadReq MSHR misses system.cpu.l2cache.UpgradeReq_accesses 14 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_avg_miss_latency 22000 # average UpgradeReq miss latency +system.cpu.l2cache.UpgradeReq_avg_miss_latency 23000 # average UpgradeReq miss latency system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 11000 # average UpgradeReq mshr miss latency -system.cpu.l2cache.UpgradeReq_miss_latency 308000 # number of UpgradeReq miss cycles +system.cpu.l2cache.UpgradeReq_miss_latency 322000 # number of UpgradeReq miss cycles system.cpu.l2cache.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_misses 14 # number of UpgradeReq misses system.cpu.l2cache.UpgradeReq_mshr_miss_latency 154000 # number of UpgradeReq MSHR miss cycles @@ -196,10 +196,10 @@ system.cpu.l2cache.blocked_cycles_no_mshrs 0 # system.cpu.l2cache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.cache_copies 0 # number of cache copies performed system.cpu.l2cache.demand_accesses 442 # number of demand (read+write) accesses -system.cpu.l2cache.demand_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.demand_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.demand_hits 1 # number of demand (read+write) hits -system.cpu.l2cache.demand_miss_latency 9702000 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency 10143000 # number of demand (read+write) miss cycles system.cpu.l2cache.demand_miss_rate 0.997738 # miss rate for demand accesses system.cpu.l2cache.demand_misses 441 # number of demand (read+write) misses system.cpu.l2cache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits @@ -210,11 +210,11 @@ system.cpu.l2cache.fast_writes 0 # nu system.cpu.l2cache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.l2cache.overall_accesses 442 # number of overall (read+write) accesses -system.cpu.l2cache.overall_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.overall_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.l2cache.overall_hits 1 # number of overall hits -system.cpu.l2cache.overall_miss_latency 9702000 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency 10143000 # number of overall miss cycles system.cpu.l2cache.overall_miss_rate 0.997738 # miss rate for overall accesses system.cpu.l2cache.overall_misses 441 # number of overall misses system.cpu.l2cache.overall_mshr_hits 0 # number of overall MSHR hits @@ -235,12 +235,12 @@ system.cpu.l2cache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.l2cache.replacements 0 # number of replacements system.cpu.l2cache.sampled_refs 354 # Sample count of references to valid blocks. system.cpu.l2cache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.l2cache.tagsinuse 177.499846 # Cycle average of tags in use +system.cpu.l2cache.tagsinuse 177.260989 # Cycle average of tags in use system.cpu.l2cache.total_refs 1 # Total number of references to valid blocks. system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.l2cache.writebacks 0 # number of writebacks system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles -system.cpu.numCycles 36748 # number of cpu cycles simulated +system.cpu.numCycles 38570 # number of cpu cycles simulated system.cpu.num_insts 5641 # Number of instructions executed system.cpu.num_refs 1801 # Number of memory references system.cpu.workload.PROG:num_syscalls 17 # Number of system calls diff --git a/tests/quick/00.hello/ref/alpha/linux/simple-timing/stderr b/tests/quick/00.hello/ref/alpha/linux/simple-timing/stderr index f33d007a7..5992f7131 100644 --- a/tests/quick/00.hello/ref/alpha/linux/simple-timing/stderr +++ b/tests/quick/00.hello/ref/alpha/linux/simple-timing/stderr @@ -1,2 +1,3 @@ +0: system.remote_gdb.listener: listening for remote gdb on port 7000 warn: Entering event queue @ 0. Starting simulation... warn: Increasing stack size by one page. diff --git a/tests/quick/00.hello/ref/alpha/linux/simple-timing/stdout b/tests/quick/00.hello/ref/alpha/linux/simple-timing/stdout index 67d82b1c5..11d2e9b8e 100644 --- a/tests/quick/00.hello/ref/alpha/linux/simple-timing/stdout +++ b/tests/quick/00.hello/ref/alpha/linux/simple-timing/stdout @@ -1,14 +1,14 @@ Hello world! M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Aug 14 2007 17:58:14 -M5 started Tue Aug 14 17:59:07 2007 -M5 executing on nacho +M5 compiled Feb 24 2008 12:58:20 +M5 started Sun Feb 24 12:58:22 2008 +M5 executing on tater command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/00.hello/alpha/linux/simple-timing tests/run.py quick/00.hello/alpha/linux/simple-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 18374000 because target called exit() +Exiting @ tick 19285000 because target called exit() diff --git a/tests/quick/00.hello/ref/alpha/tru64/o3-timing/config.ini b/tests/quick/00.hello/ref/alpha/tru64/o3-timing/config.ini index dd05152f0..26f63e7be 100644 --- a/tests/quick/00.hello/ref/alpha/tru64/o3-timing/config.ini +++ b/tests/quick/00.hello/ref/alpha/tru64/o3-timing/config.ini @@ -354,6 +354,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side @@ -383,6 +384,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.physmem.port[0] system.cpu.l2cache.mem_side diff --git a/tests/quick/00.hello/ref/alpha/tru64/o3-timing/m5stats.txt b/tests/quick/00.hello/ref/alpha/tru64/o3-timing/m5stats.txt index dbf983746..a5a67b31d 100644 --- a/tests/quick/00.hello/ref/alpha/tru64/o3-timing/m5stats.txt +++ b/tests/quick/00.hello/ref/alpha/tru64/o3-timing/m5stats.txt @@ -1,40 +1,40 @@ ---------- Begin Simulation Statistics ---------- global.BPredUnit.BTBCorrect 0 # Number of correct BTB predictions (this stat may not work properly. -global.BPredUnit.BTBHits 156 # Number of BTB hits -global.BPredUnit.BTBLookups 642 # Number of BTB lookups -global.BPredUnit.RASInCorrect 35 # Number of incorrect RAS predictions. -global.BPredUnit.condIncorrect 213 # Number of conditional branches incorrect -global.BPredUnit.condPredicted 401 # Number of conditional branches predicted -global.BPredUnit.lookups 824 # Number of BP lookups -global.BPredUnit.usedRAS 163 # Number of times the RAS was used to get a target. -host_inst_rate 1500 # Simulator instruction rate (inst/s) -host_mem_usage 151288 # Number of bytes of host memory used -host_seconds 1.59 # Real time elapsed on the host -host_tick_rate 1513804 # Simulator tick rate (ticks/s) +global.BPredUnit.BTBHits 155 # Number of BTB hits +global.BPredUnit.BTBLookups 639 # Number of BTB lookups +global.BPredUnit.RASInCorrect 34 # Number of incorrect RAS predictions. +global.BPredUnit.condIncorrect 209 # Number of conditional branches incorrect +global.BPredUnit.condPredicted 405 # Number of conditional branches predicted +global.BPredUnit.lookups 821 # Number of BP lookups +global.BPredUnit.usedRAS 162 # Number of times the RAS was used to get a target. +host_inst_rate 34209 # Simulator instruction rate (inst/s) +host_mem_usage 193660 # Number of bytes of host memory used +host_seconds 0.07 # Real time elapsed on the host +host_tick_rate 38614456 # Simulator tick rate (ticks/s) memdepunit.memDep.conflictingLoads 7 # Number of conflicting loads. memdepunit.memDep.conflictingStores 7 # Number of conflicting stores. -memdepunit.memDep.insertedLoads 698 # Number of loads inserted to the mem dependence unit. -memdepunit.memDep.insertedStores 412 # Number of stores inserted to the mem dependence unit. +memdepunit.memDep.insertedLoads 703 # Number of loads inserted to the mem dependence unit. +memdepunit.memDep.insertedStores 408 # Number of stores inserted to the mem dependence unit. sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 2387 # Number of instructions simulated -sim_seconds 0.000002 # Number of seconds simulated -sim_ticks 2410000 # Number of ticks simulated +sim_seconds 0.000003 # Number of seconds simulated +sim_ticks 2700000 # Number of ticks simulated system.cpu.commit.COM:branches 396 # Number of branches committed -system.cpu.commit.COM:bw_lim_events 32 # number cycles where commit BW limit reached +system.cpu.commit.COM:bw_lim_events 39 # number cycles where commit BW limit reached system.cpu.commit.COM:bw_limited 0 # number of insts not committed due to BW limits system.cpu.commit.COM:committed_per_cycle.start_dist # Number of insts commited each cycle -system.cpu.commit.COM:committed_per_cycle.samples 4452 +system.cpu.commit.COM:committed_per_cycle.samples 4866 system.cpu.commit.COM:committed_per_cycle.min_value 0 - 0 3491 7841.42% - 1 256 575.02% - 2 341 765.95% - 3 140 314.47% - 4 70 157.23% - 5 70 157.23% - 6 32 71.88% - 7 20 44.92% - 8 32 71.88% + 0 3922 8060.01% + 1 255 524.04% + 2 327 672.01% + 3 133 273.33% + 4 67 137.69% + 5 70 143.86% + 6 33 67.82% + 7 20 41.10% + 8 39 80.15% system.cpu.commit.COM:committed_per_cycle.max_value 8 system.cpu.commit.COM:committed_per_cycle.end_dist @@ -43,69 +43,69 @@ system.cpu.commit.COM:loads 415 # Nu system.cpu.commit.COM:membars 0 # Number of memory barriers committed system.cpu.commit.COM:refs 709 # Number of memory references committed system.cpu.commit.COM:swp_count 0 # Number of s/w prefetches committed -system.cpu.commit.branchMispredicts 132 # The number of times a branch was mispredicted +system.cpu.commit.branchMispredicts 131 # The number of times a branch was mispredicted system.cpu.commit.commitCommittedInsts 2576 # The number of committed instructions system.cpu.commit.commitNonSpecStalls 4 # The number of times commit has been forced to stall to communicate backwards -system.cpu.commit.commitSquashedInsts 1380 # The number of squashed insts skipped by commit +system.cpu.commit.commitSquashedInsts 1414 # The number of squashed insts skipped by commit system.cpu.committedInsts 2387 # Number of Instructions Simulated system.cpu.committedInsts_total 2387 # Number of Instructions Simulated -system.cpu.cpi 2.019690 # CPI: Cycles Per Instruction -system.cpu.cpi_total 2.019690 # CPI: Total CPI of All Threads -system.cpu.dcache.ReadReq_accesses 528 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency 8639.344262 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency 5655.737705 # average ReadReq mshr miss latency -system.cpu.dcache.ReadReq_hits 467 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 527000 # number of ReadReq miss cycles -system.cpu.dcache.ReadReq_miss_rate 0.115530 # miss rate for ReadReq accesses +system.cpu.cpi 2.262673 # CPI: Cycles Per Instruction +system.cpu.cpi_total 2.262673 # CPI: Total CPI of All Threads +system.cpu.dcache.ReadReq_accesses 531 # number of ReadReq accesses(hits+misses) +system.cpu.dcache.ReadReq_avg_miss_latency 11663.934426 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency 7311.475410 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_hits 470 # number of ReadReq hits +system.cpu.dcache.ReadReq_miss_latency 711500 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_rate 0.114878 # miss rate for ReadReq accesses system.cpu.dcache.ReadReq_misses 61 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_hits 10 # number of ReadReq MSHR hits -system.cpu.dcache.ReadReq_mshr_miss_latency 345000 # number of ReadReq MSHR miss cycles -system.cpu.dcache.ReadReq_mshr_miss_rate 0.115530 # mshr miss rate for ReadReq accesses +system.cpu.dcache.ReadReq_mshr_hits 11 # number of ReadReq MSHR hits +system.cpu.dcache.ReadReq_mshr_miss_latency 446000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_rate 0.114878 # mshr miss rate for ReadReq accesses system.cpu.dcache.ReadReq_mshr_misses 61 # number of ReadReq MSHR misses -system.cpu.dcache.WriteReq_accesses 240 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency 18297.297297 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency 5986.486486 # average WriteReq mshr miss latency -system.cpu.dcache.WriteReq_hits 203 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 677000 # number of WriteReq miss cycles -system.cpu.dcache.WriteReq_miss_rate 0.154167 # miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_accesses 230 # number of WriteReq accesses(hits+misses) +system.cpu.dcache.WriteReq_avg_miss_latency 26567.567568 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency 7662.162162 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_hits 193 # number of WriteReq hits +system.cpu.dcache.WriteReq_miss_latency 983000 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_rate 0.160870 # miss rate for WriteReq accesses system.cpu.dcache.WriteReq_misses 37 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_hits 54 # number of WriteReq MSHR hits -system.cpu.dcache.WriteReq_mshr_miss_latency 221500 # number of WriteReq MSHR miss cycles -system.cpu.dcache.WriteReq_mshr_miss_rate 0.154167 # mshr miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_mshr_hits 64 # number of WriteReq MSHR hits +system.cpu.dcache.WriteReq_mshr_miss_latency 283500 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_rate 0.160870 # mshr miss rate for WriteReq accesses system.cpu.dcache.WriteReq_mshr_misses 37 # number of WriteReq MSHR misses system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.dcache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.dcache.avg_refs 8.035294 # Average number of references to valid blocks. +system.cpu.dcache.avg_refs 7.952941 # Average number of references to valid blocks. system.cpu.dcache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed -system.cpu.dcache.demand_accesses 768 # number of demand (read+write) accesses -system.cpu.dcache.demand_avg_miss_latency 12285.714286 # average overall miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency 5780.612245 # average overall mshr miss latency -system.cpu.dcache.demand_hits 670 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 1204000 # number of demand (read+write) miss cycles -system.cpu.dcache.demand_miss_rate 0.127604 # miss rate for demand accesses +system.cpu.dcache.demand_accesses 761 # number of demand (read+write) accesses +system.cpu.dcache.demand_avg_miss_latency 17290.816327 # average overall miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency 7443.877551 # average overall mshr miss latency +system.cpu.dcache.demand_hits 663 # number of demand (read+write) hits +system.cpu.dcache.demand_miss_latency 1694500 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_rate 0.128778 # miss rate for demand accesses system.cpu.dcache.demand_misses 98 # number of demand (read+write) misses -system.cpu.dcache.demand_mshr_hits 64 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 566500 # number of demand (read+write) MSHR miss cycles -system.cpu.dcache.demand_mshr_miss_rate 0.127604 # mshr miss rate for demand accesses +system.cpu.dcache.demand_mshr_hits 75 # number of demand (read+write) MSHR hits +system.cpu.dcache.demand_mshr_miss_latency 729500 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_rate 0.128778 # mshr miss rate for demand accesses system.cpu.dcache.demand_mshr_misses 98 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.dcache.overall_accesses 768 # number of overall (read+write) accesses -system.cpu.dcache.overall_avg_miss_latency 12285.714286 # average overall miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency 5780.612245 # average overall mshr miss latency +system.cpu.dcache.overall_accesses 761 # number of overall (read+write) accesses +system.cpu.dcache.overall_avg_miss_latency 17290.816327 # average overall miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency 7443.877551 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency -system.cpu.dcache.overall_hits 670 # number of overall hits -system.cpu.dcache.overall_miss_latency 1204000 # number of overall miss cycles -system.cpu.dcache.overall_miss_rate 0.127604 # miss rate for overall accesses +system.cpu.dcache.overall_hits 663 # number of overall hits +system.cpu.dcache.overall_miss_latency 1694500 # number of overall miss cycles +system.cpu.dcache.overall_miss_rate 0.128778 # miss rate for overall accesses system.cpu.dcache.overall_misses 98 # number of overall misses -system.cpu.dcache.overall_mshr_hits 64 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 566500 # number of overall MSHR miss cycles -system.cpu.dcache.overall_mshr_miss_rate 0.127604 # mshr miss rate for overall accesses +system.cpu.dcache.overall_mshr_hits 75 # number of overall MSHR hits +system.cpu.dcache.overall_mshr_miss_latency 729500 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_rate 0.128778 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_misses 98 # number of overall MSHR misses system.cpu.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.dcache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses @@ -121,100 +121,100 @@ system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.dcache.replacements 0 # number of replacements system.cpu.dcache.sampled_refs 85 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 47.072215 # Cycle average of tags in use -system.cpu.dcache.total_refs 683 # Total number of references to valid blocks. +system.cpu.dcache.tagsinuse 46.627422 # Cycle average of tags in use +system.cpu.dcache.total_refs 676 # Total number of references to valid blocks. system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.dcache.writebacks 0 # number of writebacks -system.cpu.decode.DECODE:BlockedCycles 93 # Number of cycles decode is blocked -system.cpu.decode.DECODE:BranchMispred 83 # Number of times decode detected a branch misprediction -system.cpu.decode.DECODE:BranchResolved 135 # Number of times decode resolved a branch -system.cpu.decode.DECODE:DecodedInsts 4564 # Number of instructions handled by decode -system.cpu.decode.DECODE:IdleCycles 3475 # Number of cycles decode is idle -system.cpu.decode.DECODE:RunCycles 884 # Number of cycles decode is running -system.cpu.decode.DECODE:SquashCycles 283 # Number of cycles decode is squashing -system.cpu.decode.DECODE:SquashedInsts 303 # Number of squashed instructions handled by decode +system.cpu.decode.DECODE:BlockedCycles 100 # Number of cycles decode is blocked +system.cpu.decode.DECODE:BranchMispred 81 # Number of times decode detected a branch misprediction +system.cpu.decode.DECODE:BranchResolved 133 # Number of times decode resolved a branch +system.cpu.decode.DECODE:DecodedInsts 4610 # Number of instructions handled by decode +system.cpu.decode.DECODE:IdleCycles 3877 # Number of cycles decode is idle +system.cpu.decode.DECODE:RunCycles 889 # Number of cycles decode is running +system.cpu.decode.DECODE:SquashCycles 290 # Number of cycles decode is squashing +system.cpu.decode.DECODE:SquashedInsts 293 # Number of squashed instructions handled by decode system.cpu.decode.DECODE:UnblockCycles 1 # Number of cycles decode is unblocking -system.cpu.dtb.accesses 931 # DTB accesses +system.cpu.dtb.accesses 936 # DTB accesses system.cpu.dtb.acv 1 # DTB access violations -system.cpu.dtb.hits 904 # DTB hits -system.cpu.dtb.misses 27 # DTB misses -system.cpu.dtb.read_accesses 575 # DTB read accesses +system.cpu.dtb.hits 911 # DTB hits +system.cpu.dtb.misses 25 # DTB misses +system.cpu.dtb.read_accesses 578 # DTB read accesses system.cpu.dtb.read_acv 1 # DTB read access violations -system.cpu.dtb.read_hits 563 # DTB read hits -system.cpu.dtb.read_misses 12 # DTB read misses -system.cpu.dtb.write_accesses 356 # DTB write accesses +system.cpu.dtb.read_hits 567 # DTB read hits +system.cpu.dtb.read_misses 11 # DTB read misses +system.cpu.dtb.write_accesses 358 # DTB write accesses system.cpu.dtb.write_acv 0 # DTB write access violations -system.cpu.dtb.write_hits 341 # DTB write hits -system.cpu.dtb.write_misses 15 # DTB write misses -system.cpu.fetch.Branches 824 # Number of branches that fetch encountered -system.cpu.fetch.CacheLines 707 # Number of cache lines fetched -system.cpu.fetch.Cycles 1626 # Number of cycles fetch has run and was not squashing or blocked -system.cpu.fetch.IcacheSquashes 101 # Number of outstanding Icache misses that were squashed -system.cpu.fetch.Insts 5268 # Number of instructions fetch has processed -system.cpu.fetch.SquashCycles 242 # Number of cycles fetch has spent squashing -system.cpu.fetch.branchRate 0.170919 # Number of branch fetches per cycle -system.cpu.fetch.icacheStallCycles 707 # Number of cycles fetch is stalled on an Icache miss -system.cpu.fetch.predictedBranches 319 # Number of branches that fetch has predicted taken -system.cpu.fetch.rate 1.092719 # Number of inst fetches per cycle +system.cpu.dtb.write_hits 344 # DTB write hits +system.cpu.dtb.write_misses 14 # DTB write misses +system.cpu.fetch.Branches 821 # Number of branches that fetch encountered +system.cpu.fetch.CacheLines 705 # Number of cache lines fetched +system.cpu.fetch.Cycles 1625 # Number of cycles fetch has run and was not squashing or blocked +system.cpu.fetch.IcacheSquashes 104 # Number of outstanding Icache misses that were squashed +system.cpu.fetch.Insts 5290 # Number of instructions fetch has processed +system.cpu.fetch.SquashCycles 238 # Number of cycles fetch has spent squashing +system.cpu.fetch.branchRate 0.152009 # Number of branch fetches per cycle +system.cpu.fetch.icacheStallCycles 705 # Number of cycles fetch is stalled on an Icache miss +system.cpu.fetch.predictedBranches 317 # Number of branches that fetch has predicted taken +system.cpu.fetch.rate 0.979448 # Number of inst fetches per cycle system.cpu.fetch.rateDist.start_dist # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist.samples 4736 +system.cpu.fetch.rateDist.samples 5157 system.cpu.fetch.rateDist.min_value 0 - 0 3845 8118.67% - 1 38 80.24% - 2 85 179.48% - 3 63 133.02% - 4 118 249.16% - 5 55 116.13% - 6 42 88.68% - 7 48 101.35% - 8 442 933.28% + 0 4266 8272.25% + 1 34 65.93% + 2 85 164.82% + 3 67 129.92% + 4 115 223.00% + 5 55 106.65% + 6 41 79.50% + 7 48 93.08% + 8 446 864.84% system.cpu.fetch.rateDist.max_value 8 system.cpu.fetch.rateDist.end_dist -system.cpu.icache.ReadReq_accesses 692 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency 7648.351648 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency 5370.879121 # average ReadReq mshr miss latency -system.cpu.icache.ReadReq_hits 510 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 1392000 # number of ReadReq miss cycles -system.cpu.icache.ReadReq_miss_rate 0.263006 # miss rate for ReadReq accesses +system.cpu.icache.ReadReq_accesses 682 # number of ReadReq accesses(hits+misses) +system.cpu.icache.ReadReq_avg_miss_latency 10041.208791 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency 6417.582418 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_hits 500 # number of ReadReq hits +system.cpu.icache.ReadReq_miss_latency 1827500 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_rate 0.266862 # miss rate for ReadReq accesses system.cpu.icache.ReadReq_misses 182 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_hits 15 # number of ReadReq MSHR hits -system.cpu.icache.ReadReq_mshr_miss_latency 977500 # number of ReadReq MSHR miss cycles -system.cpu.icache.ReadReq_mshr_miss_rate 0.263006 # mshr miss rate for ReadReq accesses +system.cpu.icache.ReadReq_mshr_hits 23 # number of ReadReq MSHR hits +system.cpu.icache.ReadReq_mshr_miss_latency 1168000 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_rate 0.266862 # mshr miss rate for ReadReq accesses system.cpu.icache.ReadReq_mshr_misses 182 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.icache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.icache.avg_refs 2.802198 # Average number of references to valid blocks. +system.cpu.icache.avg_refs 2.747253 # Average number of references to valid blocks. system.cpu.icache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed -system.cpu.icache.demand_accesses 692 # number of demand (read+write) accesses -system.cpu.icache.demand_avg_miss_latency 7648.351648 # average overall miss latency -system.cpu.icache.demand_avg_mshr_miss_latency 5370.879121 # average overall mshr miss latency -system.cpu.icache.demand_hits 510 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 1392000 # number of demand (read+write) miss cycles -system.cpu.icache.demand_miss_rate 0.263006 # miss rate for demand accesses +system.cpu.icache.demand_accesses 682 # number of demand (read+write) accesses +system.cpu.icache.demand_avg_miss_latency 10041.208791 # average overall miss latency +system.cpu.icache.demand_avg_mshr_miss_latency 6417.582418 # average overall mshr miss latency +system.cpu.icache.demand_hits 500 # number of demand (read+write) hits +system.cpu.icache.demand_miss_latency 1827500 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_rate 0.266862 # miss rate for demand accesses system.cpu.icache.demand_misses 182 # number of demand (read+write) misses -system.cpu.icache.demand_mshr_hits 15 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 977500 # number of demand (read+write) MSHR miss cycles -system.cpu.icache.demand_mshr_miss_rate 0.263006 # mshr miss rate for demand accesses +system.cpu.icache.demand_mshr_hits 23 # number of demand (read+write) MSHR hits +system.cpu.icache.demand_mshr_miss_latency 1168000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_rate 0.266862 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_misses 182 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.icache.overall_accesses 692 # number of overall (read+write) accesses -system.cpu.icache.overall_avg_miss_latency 7648.351648 # average overall miss latency -system.cpu.icache.overall_avg_mshr_miss_latency 5370.879121 # average overall mshr miss latency +system.cpu.icache.overall_accesses 682 # number of overall (read+write) accesses +system.cpu.icache.overall_avg_miss_latency 10041.208791 # average overall miss latency +system.cpu.icache.overall_avg_mshr_miss_latency 6417.582418 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency -system.cpu.icache.overall_hits 510 # number of overall hits -system.cpu.icache.overall_miss_latency 1392000 # number of overall miss cycles -system.cpu.icache.overall_miss_rate 0.263006 # miss rate for overall accesses +system.cpu.icache.overall_hits 500 # number of overall hits +system.cpu.icache.overall_miss_latency 1827500 # number of overall miss cycles +system.cpu.icache.overall_miss_rate 0.266862 # miss rate for overall accesses system.cpu.icache.overall_misses 182 # number of overall misses -system.cpu.icache.overall_mshr_hits 15 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 977500 # number of overall MSHR miss cycles -system.cpu.icache.overall_mshr_miss_rate 0.263006 # mshr miss rate for overall accesses +system.cpu.icache.overall_mshr_hits 23 # number of overall MSHR hits +system.cpu.icache.overall_mshr_miss_latency 1168000 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_rate 0.266862 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_misses 182 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.icache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses @@ -230,59 +230,59 @@ system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.icache.replacements 0 # number of replacements system.cpu.icache.sampled_refs 182 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 92.900452 # Cycle average of tags in use -system.cpu.icache.total_refs 510 # Total number of references to valid blocks. +system.cpu.icache.tagsinuse 91.765219 # Cycle average of tags in use +system.cpu.icache.total_refs 500 # Total number of references to valid blocks. system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks -system.cpu.idleCycles 85 # Total number of cycles that the CPU has spent unscheduled due to idling -system.cpu.iew.EXEC:branches 538 # Number of branches executed -system.cpu.iew.EXEC:nop 274 # number of nop insts executed -system.cpu.iew.EXEC:rate 0.658784 # Inst execution rate -system.cpu.iew.EXEC:refs 934 # number of memory reference insts executed -system.cpu.iew.EXEC:stores 356 # Number of stores executed +system.cpu.idleCycles 244 # Total number of cycles that the CPU has spent unscheduled due to idling +system.cpu.iew.EXEC:branches 542 # Number of branches executed +system.cpu.iew.EXEC:nop 277 # number of nop insts executed +system.cpu.iew.EXEC:rate 0.591187 # Inst execution rate +system.cpu.iew.EXEC:refs 939 # number of memory reference insts executed +system.cpu.iew.EXEC:stores 358 # Number of stores executed system.cpu.iew.EXEC:swp 0 # number of swp insts executed -system.cpu.iew.WB:consumers 1781 # num instructions consuming a value -system.cpu.iew.WB:count 3084 # cumulative count of insts written-back -system.cpu.iew.WB:fanout 0.794497 # average fanout of values written-back +system.cpu.iew.WB:consumers 1788 # num instructions consuming a value +system.cpu.iew.WB:count 3104 # cumulative count of insts written-back +system.cpu.iew.WB:fanout 0.790828 # average fanout of values written-back system.cpu.iew.WB:penalized 0 # number of instrctions required to write to 'other' IQ system.cpu.iew.WB:penalized_rate 0 # fraction of instructions written-back that wrote to 'other' IQ -system.cpu.iew.WB:producers 1415 # num instructions producing a value -system.cpu.iew.WB:rate 0.639701 # insts written-back per cycle -system.cpu.iew.WB:sent 3123 # cumulative count of insts sent to commit -system.cpu.iew.branchMispredicts 149 # Number of branch mispredicts detected at execute +system.cpu.iew.WB:producers 1414 # num instructions producing a value +system.cpu.iew.WB:rate 0.574708 # insts written-back per cycle +system.cpu.iew.WB:sent 3141 # cumulative count of insts sent to commit +system.cpu.iew.branchMispredicts 150 # Number of branch mispredicts detected at execute system.cpu.iew.iewBlockCycles 0 # Number of cycles IEW is blocking -system.cpu.iew.iewDispLoadInsts 698 # Number of dispatched load instructions +system.cpu.iew.iewDispLoadInsts 703 # Number of dispatched load instructions system.cpu.iew.iewDispNonSpecInsts 6 # Number of dispatched non-speculative instructions -system.cpu.iew.iewDispSquashedInsts 83 # Number of squashed instructions skipped by dispatch -system.cpu.iew.iewDispStoreInsts 412 # Number of dispatched store instructions -system.cpu.iew.iewDispatchedInsts 4056 # Number of instructions dispatched to IQ -system.cpu.iew.iewExecLoadInsts 578 # Number of load instructions executed -system.cpu.iew.iewExecSquashedInsts 105 # Number of squashed instructions skipped in execute -system.cpu.iew.iewExecutedInsts 3176 # Number of executed instructions +system.cpu.iew.iewDispSquashedInsts 98 # Number of squashed instructions skipped by dispatch +system.cpu.iew.iewDispStoreInsts 408 # Number of dispatched store instructions +system.cpu.iew.iewDispatchedInsts 4070 # Number of instructions dispatched to IQ +system.cpu.iew.iewExecLoadInsts 581 # Number of load instructions executed +system.cpu.iew.iewExecSquashedInsts 98 # Number of squashed instructions skipped in execute +system.cpu.iew.iewExecutedInsts 3193 # Number of executed instructions system.cpu.iew.iewIQFullEvents 0 # Number of times the IQ has become full, causing a stall system.cpu.iew.iewIdleCycles 0 # Number of cycles IEW is idle system.cpu.iew.iewLSQFullEvents 0 # Number of times the LSQ has become full, causing a stall -system.cpu.iew.iewSquashCycles 283 # Number of cycles IEW is squashing +system.cpu.iew.iewSquashCycles 290 # Number of cycles IEW is squashing system.cpu.iew.iewUnblockCycles 0 # Number of cycles IEW is unblocking system.cpu.iew.lsq.thread.0.blockedLoads 0 # Number of blocked loads due to partial load-store forwarding system.cpu.iew.lsq.thread.0.cacheBlocked 0 # Number of times an access to memory failed due to the cache being blocked system.cpu.iew.lsq.thread.0.forwLoads 25 # Number of loads that had data forwarded from stores -system.cpu.iew.lsq.thread.0.ignoredResponses 2 # Number of memory responses ignored because the instruction is squashed +system.cpu.iew.lsq.thread.0.ignoredResponses 1 # Number of memory responses ignored because the instruction is squashed system.cpu.iew.lsq.thread.0.invAddrLoads 0 # Number of loads ignored due to an invalid address system.cpu.iew.lsq.thread.0.invAddrSwpfs 0 # Number of software prefetches ignored due to an invalid address system.cpu.iew.lsq.thread.0.memOrderViolation 11 # Number of memory ordering violations system.cpu.iew.lsq.thread.0.rescheduledLoads 0 # Number of loads that were rescheduled -system.cpu.iew.lsq.thread.0.squashedLoads 283 # Number of loads squashed -system.cpu.iew.lsq.thread.0.squashedStores 118 # Number of stores squashed +system.cpu.iew.lsq.thread.0.squashedLoads 288 # Number of loads squashed +system.cpu.iew.lsq.thread.0.squashedStores 114 # Number of stores squashed system.cpu.iew.memOrderViolationEvents 11 # Number of memory order violations -system.cpu.iew.predictedNotTakenIncorrect 97 # Number of branches that were predicted not taken incorrectly +system.cpu.iew.predictedNotTakenIncorrect 98 # Number of branches that were predicted not taken incorrectly system.cpu.iew.predictedTakenIncorrect 52 # Number of branches that were predicted taken incorrectly -system.cpu.ipc 0.495125 # IPC: Instructions Per Cycle -system.cpu.ipc_total 0.495125 # IPC: Total IPC of All Threads -system.cpu.iq.ISSUE:FU_type_0 3281 # Type of FU issued +system.cpu.ipc 0.441955 # IPC: Instructions Per Cycle +system.cpu.ipc_total 0.441955 # IPC: Total IPC of All Threads +system.cpu.iq.ISSUE:FU_type_0 3291 # Type of FU issued system.cpu.iq.ISSUE:FU_type_0.start_dist No_OpClass 0 0.00% # Type of FU issued - IntAlu 2319 70.68% # Type of FU issued + IntAlu 2327 70.71% # Type of FU issued IntMult 1 0.03% # Type of FU issued IntDiv 0 0.00% # Type of FU issued FloatAdd 0 0.00% # Type of FU issued @@ -291,13 +291,13 @@ system.cpu.iq.ISSUE:FU_type_0.start_dist FloatMult 0 0.00% # Type of FU issued FloatDiv 0 0.00% # Type of FU issued FloatSqrt 0 0.00% # Type of FU issued - MemRead 597 18.20% # Type of FU issued - MemWrite 364 11.09% # Type of FU issued + MemRead 599 18.20% # Type of FU issued + MemWrite 364 11.06% # Type of FU issued IprAccess 0 0.00% # Type of FU issued InstPrefetch 0 0.00% # Type of FU issued system.cpu.iq.ISSUE:FU_type_0.end_dist system.cpu.iq.ISSUE:fu_busy_cnt 35 # FU busy when requested -system.cpu.iq.ISSUE:fu_busy_rate 0.010667 # FU busy rate (busy events/executed inst) +system.cpu.iq.ISSUE:fu_busy_rate 0.010635 # FU busy rate (busy events/executed inst) system.cpu.iq.ISSUE:fu_full.start_dist No_OpClass 0 0.00% # attempts to use FU when none available IntAlu 1 2.86% # attempts to use FU when none available @@ -315,57 +315,57 @@ system.cpu.iq.ISSUE:fu_full.start_dist InstPrefetch 0 0.00% # attempts to use FU when none available system.cpu.iq.ISSUE:fu_full.end_dist system.cpu.iq.ISSUE:issued_per_cycle.start_dist # Number of insts issued each cycle -system.cpu.iq.ISSUE:issued_per_cycle.samples 4736 +system.cpu.iq.ISSUE:issued_per_cycle.samples 5157 system.cpu.iq.ISSUE:issued_per_cycle.min_value 0 - 0 3384 7145.27% - 1 494 1043.07% - 2 314 663.01% - 3 237 500.42% - 4 163 344.17% - 5 88 185.81% - 6 40 84.46% - 7 12 25.34% - 8 4 8.45% + 0 3776 7322.09% + 1 540 1047.12% + 2 304 589.49% + 3 226 438.24% + 4 166 321.89% + 5 89 172.58% + 6 40 77.56% + 7 12 23.27% + 8 4 7.76% system.cpu.iq.ISSUE:issued_per_cycle.max_value 8 system.cpu.iq.ISSUE:issued_per_cycle.end_dist -system.cpu.iq.ISSUE:rate 0.680564 # Inst issue rate -system.cpu.iq.iqInstsAdded 3776 # Number of instructions added to the IQ (excludes non-spec) -system.cpu.iq.iqInstsIssued 3281 # Number of instructions issued +system.cpu.iq.ISSUE:rate 0.609332 # Inst issue rate +system.cpu.iq.iqInstsAdded 3787 # Number of instructions added to the IQ (excludes non-spec) +system.cpu.iq.iqInstsIssued 3291 # Number of instructions issued system.cpu.iq.iqNonSpecInstsAdded 6 # Number of non-speculative instructions added to the IQ -system.cpu.iq.iqSquashedInstsExamined 1238 # Number of squashed instructions iterated over during squash; mainly for profiling +system.cpu.iq.iqSquashedInstsExamined 1261 # Number of squashed instructions iterated over during squash; mainly for profiling system.cpu.iq.iqSquashedInstsIssued 1 # Number of squashed instructions issued system.cpu.iq.iqSquashedNonSpecRemoved 2 # Number of squashed non-spec instructions that were removed -system.cpu.iq.iqSquashedOperandsExamined 742 # Number of squashed operands that are examined and possibly removed from graph -system.cpu.itb.accesses 735 # ITB accesses +system.cpu.iq.iqSquashedOperandsExamined 732 # Number of squashed operands that are examined and possibly removed from graph +system.cpu.itb.accesses 734 # ITB accesses system.cpu.itb.acv 0 # ITB acv -system.cpu.itb.hits 707 # ITB hits -system.cpu.itb.misses 28 # ITB misses +system.cpu.itb.hits 705 # ITB hits +system.cpu.itb.misses 29 # ITB misses system.cpu.l2cache.ReadExReq_accesses 24 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_avg_miss_latency 4604.166667 # average ReadExReq miss latency -system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 2604.166667 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_miss_latency 110500 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_avg_miss_latency 5854.166667 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 2854.166667 # average ReadExReq mshr miss latency +system.cpu.l2cache.ReadExReq_miss_latency 140500 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_misses 24 # number of ReadExReq misses -system.cpu.l2cache.ReadExReq_mshr_miss_latency 62500 # number of ReadExReq MSHR miss cycles +system.cpu.l2cache.ReadExReq_mshr_miss_latency 68500 # number of ReadExReq MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_mshr_misses 24 # number of ReadExReq MSHR misses system.cpu.l2cache.ReadReq_accesses 243 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_avg_miss_latency 4304.526749 # average ReadReq miss latency -system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 2304.526749 # average ReadReq mshr miss latency -system.cpu.l2cache.ReadReq_miss_latency 1046000 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_avg_miss_latency 5440.329218 # average ReadReq miss latency +system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 2440.329218 # average ReadReq mshr miss latency +system.cpu.l2cache.ReadReq_miss_latency 1322000 # number of ReadReq miss cycles system.cpu.l2cache.ReadReq_miss_rate 1 # miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_misses 243 # number of ReadReq misses -system.cpu.l2cache.ReadReq_mshr_miss_latency 560000 # number of ReadReq MSHR miss cycles +system.cpu.l2cache.ReadReq_mshr_miss_latency 593000 # number of ReadReq MSHR miss cycles system.cpu.l2cache.ReadReq_mshr_miss_rate 1 # mshr miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_mshr_misses 243 # number of ReadReq MSHR misses system.cpu.l2cache.UpgradeReq_accesses 14 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_avg_miss_latency 4178.571429 # average UpgradeReq miss latency -system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 2178.571429 # average UpgradeReq mshr miss latency -system.cpu.l2cache.UpgradeReq_miss_latency 58500 # number of UpgradeReq miss cycles +system.cpu.l2cache.UpgradeReq_avg_miss_latency 5571.428571 # average UpgradeReq miss latency +system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 2571.428571 # average UpgradeReq mshr miss latency +system.cpu.l2cache.UpgradeReq_miss_latency 78000 # number of UpgradeReq miss cycles system.cpu.l2cache.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_misses 14 # number of UpgradeReq misses -system.cpu.l2cache.UpgradeReq_mshr_miss_latency 30500 # number of UpgradeReq MSHR miss cycles +system.cpu.l2cache.UpgradeReq_mshr_miss_latency 36000 # number of UpgradeReq MSHR miss cycles system.cpu.l2cache.UpgradeReq_mshr_miss_rate 1 # mshr miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_mshr_misses 14 # number of UpgradeReq MSHR misses system.cpu.l2cache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -377,29 +377,29 @@ system.cpu.l2cache.blocked_cycles_no_mshrs 0 # system.cpu.l2cache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.cache_copies 0 # number of cache copies performed system.cpu.l2cache.demand_accesses 267 # number of demand (read+write) accesses -system.cpu.l2cache.demand_avg_miss_latency 4331.460674 # average overall miss latency -system.cpu.l2cache.demand_avg_mshr_miss_latency 2331.460674 # average overall mshr miss latency +system.cpu.l2cache.demand_avg_miss_latency 5477.528090 # average overall miss latency +system.cpu.l2cache.demand_avg_mshr_miss_latency 2477.528090 # average overall mshr miss latency system.cpu.l2cache.demand_hits 0 # number of demand (read+write) hits -system.cpu.l2cache.demand_miss_latency 1156500 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency 1462500 # number of demand (read+write) miss cycles system.cpu.l2cache.demand_miss_rate 1 # miss rate for demand accesses system.cpu.l2cache.demand_misses 267 # number of demand (read+write) misses system.cpu.l2cache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.l2cache.demand_mshr_miss_latency 622500 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_latency 661500 # number of demand (read+write) MSHR miss cycles system.cpu.l2cache.demand_mshr_miss_rate 1 # mshr miss rate for demand accesses system.cpu.l2cache.demand_mshr_misses 267 # number of demand (read+write) MSHR misses system.cpu.l2cache.fast_writes 0 # number of fast writes performed system.cpu.l2cache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.l2cache.overall_accesses 267 # number of overall (read+write) accesses -system.cpu.l2cache.overall_avg_miss_latency 4331.460674 # average overall miss latency -system.cpu.l2cache.overall_avg_mshr_miss_latency 2331.460674 # average overall mshr miss latency +system.cpu.l2cache.overall_avg_miss_latency 5477.528090 # average overall miss latency +system.cpu.l2cache.overall_avg_mshr_miss_latency 2477.528090 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.l2cache.overall_hits 0 # number of overall hits -system.cpu.l2cache.overall_miss_latency 1156500 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency 1462500 # number of overall miss cycles system.cpu.l2cache.overall_miss_rate 1 # miss rate for overall accesses system.cpu.l2cache.overall_misses 267 # number of overall misses system.cpu.l2cache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.l2cache.overall_mshr_miss_latency 622500 # number of overall MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_latency 661500 # number of overall MSHR miss cycles system.cpu.l2cache.overall_mshr_miss_rate 1 # mshr miss rate for overall accesses system.cpu.l2cache.overall_mshr_misses 267 # number of overall MSHR misses system.cpu.l2cache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -416,26 +416,26 @@ system.cpu.l2cache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.l2cache.replacements 0 # number of replacements system.cpu.l2cache.sampled_refs 229 # Sample count of references to valid blocks. system.cpu.l2cache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.l2cache.tagsinuse 115.687599 # Cycle average of tags in use +system.cpu.l2cache.tagsinuse 114.387820 # Cycle average of tags in use system.cpu.l2cache.total_refs 0 # Total number of references to valid blocks. system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.l2cache.writebacks 0 # number of writebacks -system.cpu.numCycles 4821 # number of cpu cycles simulated +system.cpu.numCycles 5401 # number of cpu cycles simulated system.cpu.rename.RENAME:CommittedMaps 1768 # Number of HB maps that are committed -system.cpu.rename.RENAME:IdleCycles 3552 # Number of cycles rename is idle +system.cpu.rename.RENAME:IdleCycles 3954 # Number of cycles rename is idle system.cpu.rename.RENAME:LSQFullEvents 2 # Number of times rename has blocked due to LSQ full -system.cpu.rename.RENAME:RenameLookups 4989 # Number of register rename lookups that rename has made -system.cpu.rename.RENAME:RenamedInsts 4410 # Number of instructions processed by rename -system.cpu.rename.RENAME:RenamedOperands 3154 # Number of destination operands rename has renamed -system.cpu.rename.RENAME:RunCycles 808 # Number of cycles rename is running -system.cpu.rename.RENAME:SquashCycles 283 # Number of cycles rename is squashing +system.cpu.rename.RENAME:RenameLookups 5025 # Number of register rename lookups that rename has made +system.cpu.rename.RENAME:RenamedInsts 4444 # Number of instructions processed by rename +system.cpu.rename.RENAME:RenamedOperands 3187 # Number of destination operands rename has renamed +system.cpu.rename.RENAME:RunCycles 813 # Number of cycles rename is running +system.cpu.rename.RENAME:SquashCycles 290 # Number of cycles rename is squashing system.cpu.rename.RENAME:UnblockCycles 9 # Number of cycles rename is unblocking -system.cpu.rename.RENAME:UndoneMaps 1386 # Number of HB maps that are undone due to squashing -system.cpu.rename.RENAME:serializeStallCycles 84 # count of cycles rename stalled for serializing inst +system.cpu.rename.RENAME:UndoneMaps 1419 # Number of HB maps that are undone due to squashing +system.cpu.rename.RENAME:serializeStallCycles 91 # count of cycles rename stalled for serializing inst system.cpu.rename.RENAME:serializingInsts 8 # count of serializing insts renamed system.cpu.rename.RENAME:skidInsts 60 # count of insts added to the skid buffer system.cpu.rename.RENAME:tempSerializingInsts 6 # count of temporary serializing insts renamed -system.cpu.timesIdled 28 # Number of times that the entire CPU went into an idle state and unscheduled itself +system.cpu.timesIdled 46 # Number of times that the entire CPU went into an idle state and unscheduled itself system.cpu.workload.PROG:num_syscalls 4 # Number of system calls ---------- End Simulation Statistics ---------- diff --git a/tests/quick/00.hello/ref/alpha/tru64/o3-timing/stderr b/tests/quick/00.hello/ref/alpha/tru64/o3-timing/stderr index 298b6fba0..f26dcb93f 100644 --- a/tests/quick/00.hello/ref/alpha/tru64/o3-timing/stderr +++ b/tests/quick/00.hello/ref/alpha/tru64/o3-timing/stderr @@ -1,4 +1,4 @@ -0: system.remote_gdb.listener: listening for remote gdb on port 7000 +0: system.remote_gdb.listener: listening for remote gdb on port 7003 warn: Entering event queue @ 0. Starting simulation... warn: Increasing stack size by one page. warn: ignoring syscall sigprocmask(1, 18446744073709547831, ...) diff --git a/tests/quick/00.hello/ref/alpha/tru64/o3-timing/stdout b/tests/quick/00.hello/ref/alpha/tru64/o3-timing/stdout index ca31124ab..b6bb2d255 100644 --- a/tests/quick/00.hello/ref/alpha/tru64/o3-timing/stdout +++ b/tests/quick/00.hello/ref/alpha/tru64/o3-timing/stdout @@ -1,14 +1,14 @@ Hello world! M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Jan 15 2008 08:14:31 -M5 started Tue Jan 15 08:12:16 2008 -M5 executing on m45-034.pool +M5 compiled Feb 24 2008 12:58:20 +M5 started Sun Feb 24 13:00:07 2008 +M5 executing on tater command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/o3-timing tests/run.py quick/00.hello/alpha/tru64/o3-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 2410000 because target called exit() +Exiting @ tick 2700000 because target called exit() diff --git a/tests/quick/00.hello/ref/alpha/tru64/simple-timing/config.ini b/tests/quick/00.hello/ref/alpha/tru64/simple-timing/config.ini index 48fcc2b94..4f7ec60f2 100644 --- a/tests/quick/00.hello/ref/alpha/tru64/simple-timing/config.ini +++ b/tests/quick/00.hello/ref/alpha/tru64/simple-timing/config.ini @@ -152,6 +152,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side @@ -169,6 +170,7 @@ euid=100 executable=/dist/m5/regression/test-progs/hello/bin/alpha/tru64/hello gid=100 input=cin +max_stack_size=67108864 output=cout pid=100 ppid=99 @@ -180,6 +182,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.physmem.port[0] system.cpu.l2cache.mem_side diff --git a/tests/quick/00.hello/ref/alpha/tru64/simple-timing/m5stats.txt b/tests/quick/00.hello/ref/alpha/tru64/simple-timing/m5stats.txt index 60bfb7de8..c93b1f19c 100644 --- a/tests/quick/00.hello/ref/alpha/tru64/simple-timing/m5stats.txt +++ b/tests/quick/00.hello/ref/alpha/tru64/simple-timing/m5stats.txt @@ -1,31 +1,31 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 178240 # Simulator instruction rate (inst/s) -host_mem_usage 195696 # Number of bytes of host memory used -host_seconds 0.01 # Real time elapsed on the host -host_tick_rate 641473527 # Simulator tick rate (ticks/s) +host_inst_rate 99969 # Simulator instruction rate (inst/s) +host_mem_usage 193012 # Number of bytes of host memory used +host_seconds 0.03 # Real time elapsed on the host +host_tick_rate 383001655 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 2577 # Number of instructions simulated -sim_seconds 0.000009 # Number of seconds simulated -sim_ticks 9438000 # Number of ticks simulated +sim_seconds 0.000010 # Number of seconds simulated +sim_ticks 9950000 # Number of ticks simulated system.cpu.dcache.ReadReq_accesses 415 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency 25000 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency 23000 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_avg_miss_latency 27000 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency 24000 # average ReadReq mshr miss latency system.cpu.dcache.ReadReq_hits 360 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 1375000 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_latency 1485000 # number of ReadReq miss cycles system.cpu.dcache.ReadReq_miss_rate 0.132530 # miss rate for ReadReq accesses system.cpu.dcache.ReadReq_misses 55 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_miss_latency 1265000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_latency 1320000 # number of ReadReq MSHR miss cycles system.cpu.dcache.ReadReq_mshr_miss_rate 0.132530 # mshr miss rate for ReadReq accesses system.cpu.dcache.ReadReq_mshr_misses 55 # number of ReadReq MSHR misses system.cpu.dcache.WriteReq_accesses 294 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency 25000 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency 23000 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_avg_miss_latency 27000 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency 24000 # average WriteReq mshr miss latency system.cpu.dcache.WriteReq_hits 256 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 950000 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_latency 1026000 # number of WriteReq miss cycles system.cpu.dcache.WriteReq_miss_rate 0.129252 # miss rate for WriteReq accesses system.cpu.dcache.WriteReq_misses 38 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_miss_latency 874000 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency 912000 # number of WriteReq MSHR miss cycles system.cpu.dcache.WriteReq_mshr_miss_rate 0.129252 # mshr miss rate for WriteReq accesses system.cpu.dcache.WriteReq_mshr_misses 38 # number of WriteReq MSHR misses system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -37,29 +37,29 @@ system.cpu.dcache.blocked_cycles_no_mshrs 0 # n system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed system.cpu.dcache.demand_accesses 709 # number of demand (read+write) accesses -system.cpu.dcache.demand_avg_miss_latency 25000 # average overall miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.dcache.demand_avg_miss_latency 27000 # average overall miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.dcache.demand_hits 616 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 2325000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_latency 2511000 # number of demand (read+write) miss cycles system.cpu.dcache.demand_miss_rate 0.131171 # miss rate for demand accesses system.cpu.dcache.demand_misses 93 # number of demand (read+write) misses system.cpu.dcache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 2139000 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency 2232000 # number of demand (read+write) MSHR miss cycles system.cpu.dcache.demand_mshr_miss_rate 0.131171 # mshr miss rate for demand accesses system.cpu.dcache.demand_mshr_misses 93 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.dcache.overall_accesses 709 # number of overall (read+write) accesses -system.cpu.dcache.overall_avg_miss_latency 25000 # average overall miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.dcache.overall_avg_miss_latency 27000 # average overall miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.dcache.overall_hits 616 # number of overall hits -system.cpu.dcache.overall_miss_latency 2325000 # number of overall miss cycles +system.cpu.dcache.overall_miss_latency 2511000 # number of overall miss cycles system.cpu.dcache.overall_miss_rate 0.131171 # miss rate for overall accesses system.cpu.dcache.overall_misses 93 # number of overall misses system.cpu.dcache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 2139000 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency 2232000 # number of overall MSHR miss cycles system.cpu.dcache.overall_mshr_miss_rate 0.131171 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_misses 93 # number of overall MSHR misses system.cpu.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -76,7 +76,7 @@ system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.dcache.replacements 0 # number of replacements system.cpu.dcache.sampled_refs 82 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 48.838317 # Cycle average of tags in use +system.cpu.dcache.tagsinuse 48.703722 # Cycle average of tags in use system.cpu.dcache.total_refs 627 # Total number of references to valid blocks. system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.dcache.writebacks 0 # number of writebacks @@ -93,13 +93,13 @@ system.cpu.dtb.write_acv 0 # DT system.cpu.dtb.write_hits 294 # DTB write hits system.cpu.dtb.write_misses 4 # DTB write misses system.cpu.icache.ReadReq_accesses 2586 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency 25000 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency 23000 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_avg_miss_latency 27000 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency 24000 # average ReadReq mshr miss latency system.cpu.icache.ReadReq_hits 2423 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 4075000 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_latency 4401000 # number of ReadReq miss cycles system.cpu.icache.ReadReq_miss_rate 0.063032 # miss rate for ReadReq accesses system.cpu.icache.ReadReq_misses 163 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_miss_latency 3749000 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency 3912000 # number of ReadReq MSHR miss cycles system.cpu.icache.ReadReq_mshr_miss_rate 0.063032 # mshr miss rate for ReadReq accesses system.cpu.icache.ReadReq_mshr_misses 163 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -111,29 +111,29 @@ system.cpu.icache.blocked_cycles_no_mshrs 0 # n system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed system.cpu.icache.demand_accesses 2586 # number of demand (read+write) accesses -system.cpu.icache.demand_avg_miss_latency 25000 # average overall miss latency -system.cpu.icache.demand_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.icache.demand_avg_miss_latency 27000 # average overall miss latency +system.cpu.icache.demand_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.icache.demand_hits 2423 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 4075000 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_latency 4401000 # number of demand (read+write) miss cycles system.cpu.icache.demand_miss_rate 0.063032 # miss rate for demand accesses system.cpu.icache.demand_misses 163 # number of demand (read+write) misses system.cpu.icache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 3749000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency 3912000 # number of demand (read+write) MSHR miss cycles system.cpu.icache.demand_mshr_miss_rate 0.063032 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_misses 163 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.icache.overall_accesses 2586 # number of overall (read+write) accesses -system.cpu.icache.overall_avg_miss_latency 25000 # average overall miss latency -system.cpu.icache.overall_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.icache.overall_avg_miss_latency 27000 # average overall miss latency +system.cpu.icache.overall_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.icache.overall_hits 2423 # number of overall hits -system.cpu.icache.overall_miss_latency 4075000 # number of overall miss cycles +system.cpu.icache.overall_miss_latency 4401000 # number of overall miss cycles system.cpu.icache.overall_miss_rate 0.063032 # miss rate for overall accesses system.cpu.icache.overall_misses 163 # number of overall misses system.cpu.icache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 3749000 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency 3912000 # number of overall MSHR miss cycles system.cpu.icache.overall_mshr_miss_rate 0.063032 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_misses 163 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -150,7 +150,7 @@ system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.icache.replacements 0 # number of replacements system.cpu.icache.sampled_refs 163 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 83.395749 # Cycle average of tags in use +system.cpu.icache.tagsinuse 83.077797 # Cycle average of tags in use system.cpu.icache.total_refs 2423 # Total number of references to valid blocks. system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks @@ -160,27 +160,27 @@ system.cpu.itb.acv 0 # IT system.cpu.itb.hits 2586 # ITB hits system.cpu.itb.misses 11 # ITB misses system.cpu.l2cache.ReadExReq_accesses 27 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_avg_miss_latency 22000 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_miss_latency 23000 # average ReadExReq miss latency system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 11000 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_miss_latency 594000 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_miss_latency 621000 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_misses 27 # number of ReadExReq misses system.cpu.l2cache.ReadExReq_mshr_miss_latency 297000 # number of ReadExReq MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_mshr_misses 27 # number of ReadExReq MSHR misses system.cpu.l2cache.ReadReq_accesses 218 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_avg_miss_latency 22000 # average ReadReq miss latency +system.cpu.l2cache.ReadReq_avg_miss_latency 23000 # average ReadReq miss latency system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 11000 # average ReadReq mshr miss latency -system.cpu.l2cache.ReadReq_miss_latency 4796000 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_miss_latency 5014000 # number of ReadReq miss cycles system.cpu.l2cache.ReadReq_miss_rate 1 # miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_misses 218 # number of ReadReq misses system.cpu.l2cache.ReadReq_mshr_miss_latency 2398000 # number of ReadReq MSHR miss cycles system.cpu.l2cache.ReadReq_mshr_miss_rate 1 # mshr miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_mshr_misses 218 # number of ReadReq MSHR misses system.cpu.l2cache.UpgradeReq_accesses 11 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_avg_miss_latency 22000 # average UpgradeReq miss latency +system.cpu.l2cache.UpgradeReq_avg_miss_latency 23000 # average UpgradeReq miss latency system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 11000 # average UpgradeReq mshr miss latency -system.cpu.l2cache.UpgradeReq_miss_latency 242000 # number of UpgradeReq miss cycles +system.cpu.l2cache.UpgradeReq_miss_latency 253000 # number of UpgradeReq miss cycles system.cpu.l2cache.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_misses 11 # number of UpgradeReq misses system.cpu.l2cache.UpgradeReq_mshr_miss_latency 121000 # number of UpgradeReq MSHR miss cycles @@ -195,10 +195,10 @@ system.cpu.l2cache.blocked_cycles_no_mshrs 0 # system.cpu.l2cache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.cache_copies 0 # number of cache copies performed system.cpu.l2cache.demand_accesses 245 # number of demand (read+write) accesses -system.cpu.l2cache.demand_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.demand_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.demand_hits 0 # number of demand (read+write) hits -system.cpu.l2cache.demand_miss_latency 5390000 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency 5635000 # number of demand (read+write) miss cycles system.cpu.l2cache.demand_miss_rate 1 # miss rate for demand accesses system.cpu.l2cache.demand_misses 245 # number of demand (read+write) misses system.cpu.l2cache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits @@ -209,11 +209,11 @@ system.cpu.l2cache.fast_writes 0 # nu system.cpu.l2cache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.l2cache.overall_accesses 245 # number of overall (read+write) accesses -system.cpu.l2cache.overall_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.overall_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.l2cache.overall_hits 0 # number of overall hits -system.cpu.l2cache.overall_miss_latency 5390000 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency 5635000 # number of overall miss cycles system.cpu.l2cache.overall_miss_rate 1 # miss rate for overall accesses system.cpu.l2cache.overall_misses 245 # number of overall misses system.cpu.l2cache.overall_mshr_hits 0 # number of overall MSHR hits @@ -234,12 +234,12 @@ system.cpu.l2cache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.l2cache.replacements 0 # number of replacements system.cpu.l2cache.sampled_refs 207 # Sample count of references to valid blocks. system.cpu.l2cache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.l2cache.tagsinuse 106.559981 # Cycle average of tags in use +system.cpu.l2cache.tagsinuse 106.181819 # Cycle average of tags in use system.cpu.l2cache.total_refs 0 # Total number of references to valid blocks. system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.l2cache.writebacks 0 # number of writebacks system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles -system.cpu.numCycles 18876 # number of cpu cycles simulated +system.cpu.numCycles 19900 # number of cpu cycles simulated system.cpu.num_insts 2577 # Number of instructions executed system.cpu.num_refs 717 # Number of memory references system.cpu.workload.PROG:num_syscalls 4 # Number of system calls diff --git a/tests/quick/00.hello/ref/alpha/tru64/simple-timing/stderr b/tests/quick/00.hello/ref/alpha/tru64/simple-timing/stderr index 9f8e7c2e9..f26dcb93f 100644 --- a/tests/quick/00.hello/ref/alpha/tru64/simple-timing/stderr +++ b/tests/quick/00.hello/ref/alpha/tru64/simple-timing/stderr @@ -1,3 +1,4 @@ +0: system.remote_gdb.listener: listening for remote gdb on port 7003 warn: Entering event queue @ 0. Starting simulation... warn: Increasing stack size by one page. warn: ignoring syscall sigprocmask(1, 18446744073709547831, ...) diff --git a/tests/quick/00.hello/ref/alpha/tru64/simple-timing/stdout b/tests/quick/00.hello/ref/alpha/tru64/simple-timing/stdout index 8d08b94be..c25792a5f 100644 --- a/tests/quick/00.hello/ref/alpha/tru64/simple-timing/stdout +++ b/tests/quick/00.hello/ref/alpha/tru64/simple-timing/stdout @@ -1,14 +1,14 @@ Hello world! M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Aug 14 2007 17:58:14 -M5 started Tue Aug 14 17:59:08 2007 -M5 executing on nacho +M5 compiled Feb 24 2008 12:58:20 +M5 started Sun Feb 24 12:58:25 2008 +M5 executing on tater command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/00.hello/alpha/tru64/simple-timing tests/run.py quick/00.hello/alpha/tru64/simple-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 9438000 because target called exit() +Exiting @ tick 9950000 because target called exit() diff --git a/tests/quick/00.hello/ref/mips/linux/simple-timing/config.ini b/tests/quick/00.hello/ref/mips/linux/simple-timing/config.ini index 7da6cb048..1b246149f 100644 --- a/tests/quick/00.hello/ref/mips/linux/simple-timing/config.ini +++ b/tests/quick/00.hello/ref/mips/linux/simple-timing/config.ini @@ -11,7 +11,62 @@ physmem=system.physmem [system.cpu] type=TimingSimpleCPU -children=dcache dtb icache itb l2cache toL2Bus tracer workload +children=dcache dtb icache itb l2cache tlb toL2Bus tracer workload +CP0_Config=0 +CP0_Config1=0 +CP0_Config1_C2=false +CP0_Config1_CA=false +CP0_Config1_DA=0 +CP0_Config1_DL=0 +CP0_Config1_DS=0 +CP0_Config1_EP=false +CP0_Config1_FP=false +CP0_Config1_IA=0 +CP0_Config1_IL=0 +CP0_Config1_IS=0 +CP0_Config1_M=0 +CP0_Config1_MD=false +CP0_Config1_MMU=0 +CP0_Config1_PC=false +CP0_Config1_WR=false +CP0_Config2=0 +CP0_Config2_M=false +CP0_Config2_SA=0 +CP0_Config2_SL=0 +CP0_Config2_SS=0 +CP0_Config2_SU=0 +CP0_Config2_TA=0 +CP0_Config2_TL=0 +CP0_Config2_TS=0 +CP0_Config2_TU=0 +CP0_Config3=0 +CP0_Config3_DSPP=false +CP0_Config3_LPA=false +CP0_Config3_M=false +CP0_Config3_MT=false +CP0_Config3_SM=false +CP0_Config3_SP=false +CP0_Config3_TL=false +CP0_Config3_VEIC=false +CP0_Config3_VInt=false +CP0_Config_AR=0 +CP0_Config_AT=0 +CP0_Config_BE=0 +CP0_Config_MT=0 +CP0_Config_VI=0 +CP0_EBase_CPUNum=0 +CP0_IntCtl_IPPCI=0 +CP0_IntCtl_IPTI=0 +CP0_PRId=0 +CP0_PRId_CompanyID=0 +CP0_PRId_CompanyOptions=0 +CP0_PRId_ProcessorID=1 +CP0_PRId_Revision=0 +CP0_PerfCtr_M=false +CP0_PerfCtr_W=false +CP0_SrsCtl_HSS=0 +CP0_WatchHi_M=false +UnifiedTLB=true clock=500 cpu_id=0 defer_registration=false @@ -26,6 +81,7 @@ max_loads_any_thread=0 phase=0 progress_interval=0 system=system +tlb=system.cpu.tlb tracer=system.cpu.tracer workload=system.cpu.workload dcache_port=system.cpu.dcache.cpu_side @@ -69,6 +125,7 @@ mem_side=system.cpu.toL2Bus.port[1] [system.cpu.dtb] type=MipsDTB +size=64 [system.cpu.icache] type=BaseCache @@ -108,6 +165,7 @@ mem_side=system.cpu.toL2Bus.port[0] [system.cpu.itb] type=MipsITB +size=64 [system.cpu.l2cache] type=BaseCache @@ -145,11 +203,16 @@ write_buffers=8 cpu_side=system.cpu.toL2Bus.port[2] mem_side=system.membus.port[1] +[system.cpu.tlb] +type=MipsUTB +size=64 + [system.cpu.toL2Bus] type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side @@ -167,6 +230,7 @@ euid=100 executable=/dist/m5/regression/test-progs/hello/bin/mips/linux/hello gid=100 input=cin +max_stack_size=67108864 output=cout pid=100 ppid=99 @@ -178,6 +242,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.physmem.port[0] system.cpu.l2cache.mem_side diff --git a/tests/quick/00.hello/ref/mips/linux/simple-timing/m5stats.txt b/tests/quick/00.hello/ref/mips/linux/simple-timing/m5stats.txt index c7e605dd3..d3bab9d0b 100644 --- a/tests/quick/00.hello/ref/mips/linux/simple-timing/m5stats.txt +++ b/tests/quick/00.hello/ref/mips/linux/simple-timing/m5stats.txt @@ -1,31 +1,31 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 192479 # Simulator instruction rate (inst/s) -host_mem_usage 197496 # Number of bytes of host memory used -host_seconds 0.03 # Real time elapsed on the host -host_tick_rate 618816195 # Simulator tick rate (ticks/s) +host_inst_rate 11117 # Simulator instruction rate (inst/s) +host_mem_usage 195308 # Number of bytes of host memory used +host_seconds 0.51 # Real time elapsed on the host +host_tick_rate 38035865 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 5656 # Number of instructions simulated -sim_seconds 0.000018 # Number of seconds simulated -sim_ticks 18463000 # Number of ticks simulated +sim_seconds 0.000019 # Number of seconds simulated +sim_ticks 19359000 # Number of ticks simulated system.cpu.dcache.ReadReq_accesses 1130 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency 25000 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency 23000 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_avg_miss_latency 27000 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency 24000 # average ReadReq mshr miss latency system.cpu.dcache.ReadReq_hits 1048 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 2050000 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_latency 2214000 # number of ReadReq miss cycles system.cpu.dcache.ReadReq_miss_rate 0.072566 # miss rate for ReadReq accesses system.cpu.dcache.ReadReq_misses 82 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_miss_latency 1886000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_latency 1968000 # number of ReadReq MSHR miss cycles system.cpu.dcache.ReadReq_mshr_miss_rate 0.072566 # mshr miss rate for ReadReq accesses system.cpu.dcache.ReadReq_mshr_misses 82 # number of ReadReq MSHR misses system.cpu.dcache.WriteReq_accesses 924 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency 25000 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency 23000 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_avg_miss_latency 27000 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency 24000 # average WriteReq mshr miss latency system.cpu.dcache.WriteReq_hits 860 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 1600000 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_latency 1728000 # number of WriteReq miss cycles system.cpu.dcache.WriteReq_miss_rate 0.069264 # miss rate for WriteReq accesses system.cpu.dcache.WriteReq_misses 64 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_miss_latency 1472000 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency 1536000 # number of WriteReq MSHR miss cycles system.cpu.dcache.WriteReq_mshr_miss_rate 0.069264 # mshr miss rate for WriteReq accesses system.cpu.dcache.WriteReq_mshr_misses 64 # number of WriteReq MSHR misses system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -37,29 +37,29 @@ system.cpu.dcache.blocked_cycles_no_mshrs 0 # n system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed system.cpu.dcache.demand_accesses 2054 # number of demand (read+write) accesses -system.cpu.dcache.demand_avg_miss_latency 25000 # average overall miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.dcache.demand_avg_miss_latency 27000 # average overall miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.dcache.demand_hits 1908 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 3650000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_latency 3942000 # number of demand (read+write) miss cycles system.cpu.dcache.demand_miss_rate 0.071081 # miss rate for demand accesses system.cpu.dcache.demand_misses 146 # number of demand (read+write) misses system.cpu.dcache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 3358000 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency 3504000 # number of demand (read+write) MSHR miss cycles system.cpu.dcache.demand_mshr_miss_rate 0.071081 # mshr miss rate for demand accesses system.cpu.dcache.demand_mshr_misses 146 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.dcache.overall_accesses 2054 # number of overall (read+write) accesses -system.cpu.dcache.overall_avg_miss_latency 25000 # average overall miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.dcache.overall_avg_miss_latency 27000 # average overall miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.dcache.overall_hits 1908 # number of overall hits -system.cpu.dcache.overall_miss_latency 3650000 # number of overall miss cycles +system.cpu.dcache.overall_miss_latency 3942000 # number of overall miss cycles system.cpu.dcache.overall_miss_rate 0.071081 # miss rate for overall accesses system.cpu.dcache.overall_misses 146 # number of overall misses system.cpu.dcache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 3358000 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency 3504000 # number of overall MSHR miss cycles system.cpu.dcache.overall_mshr_miss_rate 0.071081 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_misses 146 # number of overall MSHR misses system.cpu.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -76,18 +76,27 @@ system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.dcache.replacements 0 # number of replacements system.cpu.dcache.sampled_refs 132 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 84.706280 # Cycle average of tags in use +system.cpu.dcache.tagsinuse 84.621729 # Cycle average of tags in use system.cpu.dcache.total_refs 1922 # Total number of references to valid blocks. system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.dcache.writebacks 0 # number of writebacks +system.cpu.dtb.accesses 0 # DTB accesses +system.cpu.dtb.hits 0 # DTB hits +system.cpu.dtb.misses 0 # DTB misses +system.cpu.dtb.read_accesses 0 # DTB read accesses +system.cpu.dtb.read_hits 0 # DTB read hits +system.cpu.dtb.read_misses 0 # DTB read misses +system.cpu.dtb.write_accesses 0 # DTB write accesses +system.cpu.dtb.write_hits 0 # DTB write hits +system.cpu.dtb.write_misses 0 # DTB write misses system.cpu.icache.ReadReq_accesses 5658 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency 24920.792079 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency 22920.792079 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_avg_miss_latency 26914.191419 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency 23914.191419 # average ReadReq mshr miss latency system.cpu.icache.ReadReq_hits 5355 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 7551000 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_latency 8155000 # number of ReadReq miss cycles system.cpu.icache.ReadReq_miss_rate 0.053552 # miss rate for ReadReq accesses system.cpu.icache.ReadReq_misses 303 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_miss_latency 6945000 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency 7246000 # number of ReadReq MSHR miss cycles system.cpu.icache.ReadReq_mshr_miss_rate 0.053552 # mshr miss rate for ReadReq accesses system.cpu.icache.ReadReq_mshr_misses 303 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -99,29 +108,29 @@ system.cpu.icache.blocked_cycles_no_mshrs 0 # n system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed system.cpu.icache.demand_accesses 5658 # number of demand (read+write) accesses -system.cpu.icache.demand_avg_miss_latency 24920.792079 # average overall miss latency -system.cpu.icache.demand_avg_mshr_miss_latency 22920.792079 # average overall mshr miss latency +system.cpu.icache.demand_avg_miss_latency 26914.191419 # average overall miss latency +system.cpu.icache.demand_avg_mshr_miss_latency 23914.191419 # average overall mshr miss latency system.cpu.icache.demand_hits 5355 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 7551000 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_latency 8155000 # number of demand (read+write) miss cycles system.cpu.icache.demand_miss_rate 0.053552 # miss rate for demand accesses system.cpu.icache.demand_misses 303 # number of demand (read+write) misses system.cpu.icache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 6945000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency 7246000 # number of demand (read+write) MSHR miss cycles system.cpu.icache.demand_mshr_miss_rate 0.053552 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_misses 303 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.icache.overall_accesses 5658 # number of overall (read+write) accesses -system.cpu.icache.overall_avg_miss_latency 24920.792079 # average overall miss latency -system.cpu.icache.overall_avg_mshr_miss_latency 22920.792079 # average overall mshr miss latency +system.cpu.icache.overall_avg_miss_latency 26914.191419 # average overall miss latency +system.cpu.icache.overall_avg_mshr_miss_latency 23914.191419 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.icache.overall_hits 5355 # number of overall hits -system.cpu.icache.overall_miss_latency 7551000 # number of overall miss cycles +system.cpu.icache.overall_miss_latency 8155000 # number of overall miss cycles system.cpu.icache.overall_miss_rate 0.053552 # miss rate for overall accesses system.cpu.icache.overall_misses 303 # number of overall misses system.cpu.icache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 6945000 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency 7246000 # number of overall MSHR miss cycles system.cpu.icache.overall_mshr_miss_rate 0.053552 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_misses 303 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -138,34 +147,43 @@ system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.icache.replacements 13 # number of replacements system.cpu.icache.sampled_refs 303 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 135.936693 # Cycle average of tags in use +system.cpu.icache.tagsinuse 135.855992 # Cycle average of tags in use system.cpu.icache.total_refs 5355 # Total number of references to valid blocks. system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks system.cpu.idle_fraction 0 # Percentage of idle cycles +system.cpu.itb.accesses 0 # DTB accesses +system.cpu.itb.hits 0 # DTB hits +system.cpu.itb.misses 0 # DTB misses +system.cpu.itb.read_accesses 0 # DTB read accesses +system.cpu.itb.read_hits 0 # DTB read hits +system.cpu.itb.read_misses 0 # DTB read misses +system.cpu.itb.write_accesses 0 # DTB write accesses +system.cpu.itb.write_hits 0 # DTB write hits +system.cpu.itb.write_misses 0 # DTB write misses system.cpu.l2cache.ReadExReq_accesses 50 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_avg_miss_latency 22000 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_miss_latency 23000 # average ReadExReq miss latency system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 11000 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_miss_latency 1100000 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_miss_latency 1150000 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_misses 50 # number of ReadExReq misses system.cpu.l2cache.ReadExReq_mshr_miss_latency 550000 # number of ReadExReq MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_mshr_misses 50 # number of ReadExReq MSHR misses system.cpu.l2cache.ReadReq_accesses 385 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_avg_miss_latency 22000 # average ReadReq miss latency +system.cpu.l2cache.ReadReq_avg_miss_latency 23000 # average ReadReq miss latency system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 11000 # average ReadReq mshr miss latency system.cpu.l2cache.ReadReq_hits 2 # number of ReadReq hits -system.cpu.l2cache.ReadReq_miss_latency 8426000 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_miss_latency 8809000 # number of ReadReq miss cycles system.cpu.l2cache.ReadReq_miss_rate 0.994805 # miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_misses 383 # number of ReadReq misses system.cpu.l2cache.ReadReq_mshr_miss_latency 4213000 # number of ReadReq MSHR miss cycles system.cpu.l2cache.ReadReq_mshr_miss_rate 0.994805 # mshr miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_mshr_misses 383 # number of ReadReq MSHR misses system.cpu.l2cache.UpgradeReq_accesses 14 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_avg_miss_latency 22000 # average UpgradeReq miss latency +system.cpu.l2cache.UpgradeReq_avg_miss_latency 23000 # average UpgradeReq miss latency system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 11000 # average UpgradeReq mshr miss latency -system.cpu.l2cache.UpgradeReq_miss_latency 308000 # number of UpgradeReq miss cycles +system.cpu.l2cache.UpgradeReq_miss_latency 322000 # number of UpgradeReq miss cycles system.cpu.l2cache.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_misses 14 # number of UpgradeReq misses system.cpu.l2cache.UpgradeReq_mshr_miss_latency 154000 # number of UpgradeReq MSHR miss cycles @@ -180,10 +198,10 @@ system.cpu.l2cache.blocked_cycles_no_mshrs 0 # system.cpu.l2cache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.cache_copies 0 # number of cache copies performed system.cpu.l2cache.demand_accesses 435 # number of demand (read+write) accesses -system.cpu.l2cache.demand_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.demand_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.demand_hits 2 # number of demand (read+write) hits -system.cpu.l2cache.demand_miss_latency 9526000 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency 9959000 # number of demand (read+write) miss cycles system.cpu.l2cache.demand_miss_rate 0.995402 # miss rate for demand accesses system.cpu.l2cache.demand_misses 433 # number of demand (read+write) misses system.cpu.l2cache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits @@ -194,11 +212,11 @@ system.cpu.l2cache.fast_writes 0 # nu system.cpu.l2cache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.l2cache.overall_accesses 435 # number of overall (read+write) accesses -system.cpu.l2cache.overall_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.overall_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.l2cache.overall_hits 2 # number of overall hits -system.cpu.l2cache.overall_miss_latency 9526000 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency 9959000 # number of overall miss cycles system.cpu.l2cache.overall_miss_rate 0.995402 # miss rate for overall accesses system.cpu.l2cache.overall_misses 433 # number of overall misses system.cpu.l2cache.overall_mshr_hits 0 # number of overall MSHR hits @@ -219,14 +237,32 @@ system.cpu.l2cache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.l2cache.replacements 0 # number of replacements system.cpu.l2cache.sampled_refs 369 # Sample count of references to valid blocks. system.cpu.l2cache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.l2cache.tagsinuse 183.281817 # Cycle average of tags in use +system.cpu.l2cache.tagsinuse 183.190154 # Cycle average of tags in use system.cpu.l2cache.total_refs 2 # Total number of references to valid blocks. system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.l2cache.writebacks 0 # number of writebacks system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles -system.cpu.numCycles 36926 # number of cpu cycles simulated +system.cpu.numCycles 38718 # number of cpu cycles simulated system.cpu.num_insts 5656 # Number of instructions executed system.cpu.num_refs 2055 # Number of memory references +system.cpu.tlb.accesses 0 # DTB accesses +system.cpu.tlb.accesses 0 # DTB accesses +system.cpu.tlb.hits 0 # DTB hits +system.cpu.tlb.hits 0 # DTB hits +system.cpu.tlb.misses 0 # DTB misses +system.cpu.tlb.misses 0 # DTB misses +system.cpu.tlb.read_accesses 0 # DTB read accesses +system.cpu.tlb.read_accesses 0 # DTB read accesses +system.cpu.tlb.read_hits 0 # DTB read hits +system.cpu.tlb.read_hits 0 # DTB read hits +system.cpu.tlb.read_misses 0 # DTB read misses +system.cpu.tlb.read_misses 0 # DTB read misses +system.cpu.tlb.write_accesses 0 # DTB write accesses +system.cpu.tlb.write_accesses 0 # DTB write accesses +system.cpu.tlb.write_hits 0 # DTB write hits +system.cpu.tlb.write_hits 0 # DTB write hits +system.cpu.tlb.write_misses 0 # DTB write misses +system.cpu.tlb.write_misses 0 # DTB write misses system.cpu.workload.PROG:num_syscalls 13 # Number of system calls ---------- End Simulation Statistics ---------- diff --git a/tests/quick/00.hello/ref/mips/linux/simple-timing/stderr b/tests/quick/00.hello/ref/mips/linux/simple-timing/stderr index f33d007a7..5992f7131 100644 --- a/tests/quick/00.hello/ref/mips/linux/simple-timing/stderr +++ b/tests/quick/00.hello/ref/mips/linux/simple-timing/stderr @@ -1,2 +1,3 @@ +0: system.remote_gdb.listener: listening for remote gdb on port 7000 warn: Entering event queue @ 0. Starting simulation... warn: Increasing stack size by one page. diff --git a/tests/quick/00.hello/ref/mips/linux/simple-timing/stdout b/tests/quick/00.hello/ref/mips/linux/simple-timing/stdout index 08628c4d1..4dcddd5ae 100644 --- a/tests/quick/00.hello/ref/mips/linux/simple-timing/stdout +++ b/tests/quick/00.hello/ref/mips/linux/simple-timing/stdout @@ -1,14 +1,14 @@ Hello World! M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Aug 14 2007 22:02:23 -M5 started Tue Aug 14 22:02:25 2007 -M5 executing on nacho +M5 compiled Feb 24 2008 13:24:29 +M5 started Sun Feb 24 13:24:31 2008 +M5 executing on tater command line: build/MIPS_SE/m5.fast -d build/MIPS_SE/tests/fast/quick/00.hello/mips/linux/simple-timing tests/run.py quick/00.hello/mips/linux/simple-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 18463000 because target called exit() +Exiting @ tick 19359000 because target called exit() diff --git a/tests/quick/00.hello/ref/sparc/linux/simple-timing/config.ini b/tests/quick/00.hello/ref/sparc/linux/simple-timing/config.ini index 1d2c2f0a9..ef40ce3fd 100644 --- a/tests/quick/00.hello/ref/sparc/linux/simple-timing/config.ini +++ b/tests/quick/00.hello/ref/sparc/linux/simple-timing/config.ini @@ -152,6 +152,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side @@ -181,6 +182,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.physmem.port[0] system.cpu.l2cache.mem_side diff --git a/tests/quick/00.hello/ref/sparc/linux/simple-timing/m5stats.txt b/tests/quick/00.hello/ref/sparc/linux/simple-timing/m5stats.txt index ba9c22737..08e810a08 100644 --- a/tests/quick/00.hello/ref/sparc/linux/simple-timing/m5stats.txt +++ b/tests/quick/00.hello/ref/sparc/linux/simple-timing/m5stats.txt @@ -1,31 +1,31 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 1215 # Simulator instruction rate (inst/s) -host_mem_usage 181116 # Number of bytes of host memory used -host_seconds 3.98 # Real time elapsed on the host -host_tick_rate 3985160 # Simulator tick rate (ticks/s) +host_inst_rate 153074 # Simulator instruction rate (inst/s) +host_mem_usage 195092 # Number of bytes of host memory used +host_seconds 0.03 # Real time elapsed on the host +host_tick_rate 524572616 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 4833 # Number of instructions simulated -sim_seconds 0.000016 # Number of seconds simulated -sim_ticks 15853000 # Number of ticks simulated +sim_seconds 0.000017 # Number of seconds simulated +sim_ticks 16662000 # Number of ticks simulated system.cpu.dcache.ReadReq_accesses 608 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency 24777.777778 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency 22777.777778 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_avg_miss_latency 26759.259259 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency 23759.259259 # average ReadReq mshr miss latency system.cpu.dcache.ReadReq_hits 554 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 1338000 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_latency 1445000 # number of ReadReq miss cycles system.cpu.dcache.ReadReq_miss_rate 0.088816 # miss rate for ReadReq accesses system.cpu.dcache.ReadReq_misses 54 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_miss_latency 1230000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_latency 1283000 # number of ReadReq MSHR miss cycles system.cpu.dcache.ReadReq_mshr_miss_rate 0.088816 # mshr miss rate for ReadReq accesses system.cpu.dcache.ReadReq_mshr_misses 54 # number of ReadReq MSHR misses system.cpu.dcache.WriteReq_accesses 661 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency 25000 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency 23000 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_avg_miss_latency 27000 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency 24000 # average WriteReq mshr miss latency system.cpu.dcache.WriteReq_hits 565 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 2400000 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_latency 2592000 # number of WriteReq miss cycles system.cpu.dcache.WriteReq_miss_rate 0.145234 # miss rate for WriteReq accesses system.cpu.dcache.WriteReq_misses 96 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_miss_latency 2208000 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency 2304000 # number of WriteReq MSHR miss cycles system.cpu.dcache.WriteReq_mshr_miss_rate 0.145234 # mshr miss rate for WriteReq accesses system.cpu.dcache.WriteReq_mshr_misses 96 # number of WriteReq MSHR misses system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -37,29 +37,29 @@ system.cpu.dcache.blocked_cycles_no_mshrs 0 # n system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed system.cpu.dcache.demand_accesses 1269 # number of demand (read+write) accesses -system.cpu.dcache.demand_avg_miss_latency 24920 # average overall miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency 22920 # average overall mshr miss latency +system.cpu.dcache.demand_avg_miss_latency 26913.333333 # average overall miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency 23913.333333 # average overall mshr miss latency system.cpu.dcache.demand_hits 1119 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 3738000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_latency 4037000 # number of demand (read+write) miss cycles system.cpu.dcache.demand_miss_rate 0.118203 # miss rate for demand accesses system.cpu.dcache.demand_misses 150 # number of demand (read+write) misses system.cpu.dcache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 3438000 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency 3587000 # number of demand (read+write) MSHR miss cycles system.cpu.dcache.demand_mshr_miss_rate 0.118203 # mshr miss rate for demand accesses system.cpu.dcache.demand_mshr_misses 150 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.dcache.overall_accesses 1269 # number of overall (read+write) accesses -system.cpu.dcache.overall_avg_miss_latency 24920 # average overall miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency 22920 # average overall mshr miss latency +system.cpu.dcache.overall_avg_miss_latency 26913.333333 # average overall miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency 23913.333333 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.dcache.overall_hits 1119 # number of overall hits -system.cpu.dcache.overall_miss_latency 3738000 # number of overall miss cycles +system.cpu.dcache.overall_miss_latency 4037000 # number of overall miss cycles system.cpu.dcache.overall_miss_rate 0.118203 # miss rate for overall accesses system.cpu.dcache.overall_misses 150 # number of overall misses system.cpu.dcache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 3438000 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency 3587000 # number of overall MSHR miss cycles system.cpu.dcache.overall_mshr_miss_rate 0.118203 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_misses 150 # number of overall MSHR misses system.cpu.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -76,18 +76,18 @@ system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.dcache.replacements 0 # number of replacements system.cpu.dcache.sampled_refs 135 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 81.746424 # Cycle average of tags in use +system.cpu.dcache.tagsinuse 81.706581 # Cycle average of tags in use system.cpu.dcache.total_refs 1134 # Total number of references to valid blocks. system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.dcache.writebacks 0 # number of writebacks system.cpu.icache.ReadReq_accesses 4877 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency 24906.250000 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency 22906.250000 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_avg_miss_latency 26898.437500 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency 23898.437500 # average ReadReq mshr miss latency system.cpu.icache.ReadReq_hits 4621 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 6376000 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_latency 6886000 # number of ReadReq miss cycles system.cpu.icache.ReadReq_miss_rate 0.052491 # miss rate for ReadReq accesses system.cpu.icache.ReadReq_misses 256 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_miss_latency 5864000 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency 6118000 # number of ReadReq MSHR miss cycles system.cpu.icache.ReadReq_mshr_miss_rate 0.052491 # mshr miss rate for ReadReq accesses system.cpu.icache.ReadReq_mshr_misses 256 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -99,29 +99,29 @@ system.cpu.icache.blocked_cycles_no_mshrs 0 # n system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed system.cpu.icache.demand_accesses 4877 # number of demand (read+write) accesses -system.cpu.icache.demand_avg_miss_latency 24906.250000 # average overall miss latency -system.cpu.icache.demand_avg_mshr_miss_latency 22906.250000 # average overall mshr miss latency +system.cpu.icache.demand_avg_miss_latency 26898.437500 # average overall miss latency +system.cpu.icache.demand_avg_mshr_miss_latency 23898.437500 # average overall mshr miss latency system.cpu.icache.demand_hits 4621 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 6376000 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_latency 6886000 # number of demand (read+write) miss cycles system.cpu.icache.demand_miss_rate 0.052491 # miss rate for demand accesses system.cpu.icache.demand_misses 256 # number of demand (read+write) misses system.cpu.icache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 5864000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency 6118000 # number of demand (read+write) MSHR miss cycles system.cpu.icache.demand_mshr_miss_rate 0.052491 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_misses 256 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.icache.overall_accesses 4877 # number of overall (read+write) accesses -system.cpu.icache.overall_avg_miss_latency 24906.250000 # average overall miss latency -system.cpu.icache.overall_avg_mshr_miss_latency 22906.250000 # average overall mshr miss latency +system.cpu.icache.overall_avg_miss_latency 26898.437500 # average overall miss latency +system.cpu.icache.overall_avg_mshr_miss_latency 23898.437500 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.icache.overall_hits 4621 # number of overall hits -system.cpu.icache.overall_miss_latency 6376000 # number of overall miss cycles +system.cpu.icache.overall_miss_latency 6886000 # number of overall miss cycles system.cpu.icache.overall_miss_rate 0.052491 # miss rate for overall accesses system.cpu.icache.overall_misses 256 # number of overall misses system.cpu.icache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 5864000 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency 6118000 # number of overall MSHR miss cycles system.cpu.icache.overall_mshr_miss_rate 0.052491 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_misses 256 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -138,34 +138,34 @@ system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.icache.replacements 0 # number of replacements system.cpu.icache.sampled_refs 256 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 114.989412 # Cycle average of tags in use +system.cpu.icache.tagsinuse 115.043041 # Cycle average of tags in use system.cpu.icache.total_refs 4621 # Total number of references to valid blocks. system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks system.cpu.idle_fraction 0 # Percentage of idle cycles system.cpu.l2cache.ReadExReq_accesses 81 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_avg_miss_latency 22000 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_miss_latency 23000 # average ReadExReq miss latency system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 11000 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_miss_latency 1782000 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_miss_latency 1863000 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_misses 81 # number of ReadExReq misses system.cpu.l2cache.ReadExReq_mshr_miss_latency 891000 # number of ReadExReq MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_mshr_misses 81 # number of ReadExReq MSHR misses system.cpu.l2cache.ReadReq_accesses 310 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_avg_miss_latency 22000 # average ReadReq miss latency +system.cpu.l2cache.ReadReq_avg_miss_latency 23000 # average ReadReq miss latency system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 11000 # average ReadReq mshr miss latency system.cpu.l2cache.ReadReq_hits 3 # number of ReadReq hits -system.cpu.l2cache.ReadReq_miss_latency 6754000 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_miss_latency 7061000 # number of ReadReq miss cycles system.cpu.l2cache.ReadReq_miss_rate 0.990323 # miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_misses 307 # number of ReadReq misses system.cpu.l2cache.ReadReq_mshr_miss_latency 3377000 # number of ReadReq MSHR miss cycles system.cpu.l2cache.ReadReq_mshr_miss_rate 0.990323 # mshr miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_mshr_misses 307 # number of ReadReq MSHR misses system.cpu.l2cache.UpgradeReq_accesses 15 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_avg_miss_latency 22000 # average UpgradeReq miss latency +system.cpu.l2cache.UpgradeReq_avg_miss_latency 23000 # average UpgradeReq miss latency system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 11000 # average UpgradeReq mshr miss latency -system.cpu.l2cache.UpgradeReq_miss_latency 330000 # number of UpgradeReq miss cycles +system.cpu.l2cache.UpgradeReq_miss_latency 345000 # number of UpgradeReq miss cycles system.cpu.l2cache.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_misses 15 # number of UpgradeReq misses system.cpu.l2cache.UpgradeReq_mshr_miss_latency 165000 # number of UpgradeReq MSHR miss cycles @@ -180,10 +180,10 @@ system.cpu.l2cache.blocked_cycles_no_mshrs 0 # system.cpu.l2cache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.cache_copies 0 # number of cache copies performed system.cpu.l2cache.demand_accesses 391 # number of demand (read+write) accesses -system.cpu.l2cache.demand_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.demand_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.demand_hits 3 # number of demand (read+write) hits -system.cpu.l2cache.demand_miss_latency 8536000 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency 8924000 # number of demand (read+write) miss cycles system.cpu.l2cache.demand_miss_rate 0.992327 # miss rate for demand accesses system.cpu.l2cache.demand_misses 388 # number of demand (read+write) misses system.cpu.l2cache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits @@ -194,11 +194,11 @@ system.cpu.l2cache.fast_writes 0 # nu system.cpu.l2cache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.l2cache.overall_accesses 391 # number of overall (read+write) accesses -system.cpu.l2cache.overall_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.overall_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.l2cache.overall_hits 3 # number of overall hits -system.cpu.l2cache.overall_miss_latency 8536000 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency 8924000 # number of overall miss cycles system.cpu.l2cache.overall_miss_rate 0.992327 # miss rate for overall accesses system.cpu.l2cache.overall_misses 388 # number of overall misses system.cpu.l2cache.overall_mshr_hits 0 # number of overall MSHR hits @@ -219,12 +219,12 @@ system.cpu.l2cache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.l2cache.replacements 0 # number of replacements system.cpu.l2cache.sampled_refs 292 # Sample count of references to valid blocks. system.cpu.l2cache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.l2cache.tagsinuse 133.763146 # Cycle average of tags in use +system.cpu.l2cache.tagsinuse 133.841445 # Cycle average of tags in use system.cpu.l2cache.total_refs 3 # Total number of references to valid blocks. system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.l2cache.writebacks 0 # number of writebacks system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles -system.cpu.numCycles 31706 # number of cpu cycles simulated +system.cpu.numCycles 33324 # number of cpu cycles simulated system.cpu.num_insts 4833 # Number of instructions executed system.cpu.num_refs 1282 # Number of memory references system.cpu.workload.PROG:num_syscalls 11 # Number of system calls diff --git a/tests/quick/00.hello/ref/sparc/linux/simple-timing/stderr b/tests/quick/00.hello/ref/sparc/linux/simple-timing/stderr index c59920875..2a6ac4135 100644 --- a/tests/quick/00.hello/ref/sparc/linux/simple-timing/stderr +++ b/tests/quick/00.hello/ref/sparc/linux/simple-timing/stderr @@ -1,2 +1,2 @@ -0: system.remote_gdb.listener: listening for remote gdb on port 7004 +0: system.remote_gdb.listener: listening for remote gdb on port 7002 warn: Entering event queue @ 0. Starting simulation... diff --git a/tests/quick/00.hello/ref/sparc/linux/simple-timing/stdout b/tests/quick/00.hello/ref/sparc/linux/simple-timing/stdout index 2bc811a22..12e9a5d09 100644 --- a/tests/quick/00.hello/ref/sparc/linux/simple-timing/stdout +++ b/tests/quick/00.hello/ref/sparc/linux/simple-timing/stdout @@ -1,13 +1,13 @@ Hello World!M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Nov 28 2007 18:29:37 -M5 started Wed Nov 28 18:29:38 2007 -M5 executing on nacho +M5 compiled Feb 24 2008 13:27:50 +M5 started Sun Feb 24 13:28:47 2008 +M5 executing on tater command line: build/SPARC_SE/m5.fast -d build/SPARC_SE/tests/fast/quick/00.hello/sparc/linux/simple-timing tests/run.py quick/00.hello/sparc/linux/simple-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 15853000 because target called exit() +Exiting @ tick 16662000 because target called exit() diff --git a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.ini b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.ini index 92c46203b..d966db2bf 100644 --- a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.ini +++ b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/config.ini @@ -354,6 +354,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side @@ -400,6 +401,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.physmem.port[0] system.cpu.l2cache.mem_side diff --git a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/m5stats.txt b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/m5stats.txt index 0d69d5064..5ff297de6 100644 --- a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/m5stats.txt +++ b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/m5stats.txt @@ -1,48 +1,48 @@ ---------- Begin Simulation Statistics ---------- global.BPredUnit.BTBCorrect 0 # Number of correct BTB predictions (this stat may not work properly. -global.BPredUnit.BTBHits 706 # Number of BTB hits -global.BPredUnit.BTBLookups 3499 # Number of BTB lookups -global.BPredUnit.RASInCorrect 117 # Number of incorrect RAS predictions. -global.BPredUnit.condIncorrect 1092 # Number of conditional branches incorrect -global.BPredUnit.condPredicted 2350 # Number of conditional branches predicted -global.BPredUnit.lookups 4075 # Number of BP lookups -global.BPredUnit.usedRAS 561 # Number of times the RAS was used to get a target. -host_inst_rate 64609 # Simulator instruction rate (inst/s) -host_mem_usage 152616 # Number of bytes of host memory used -host_seconds 0.17 # Real time elapsed on the host -host_tick_rate 32849793 # Simulator tick rate (ticks/s) -memdepunit.memDep.conflictingLoads 14 # Number of conflicting loads. -memdepunit.memDep.conflictingLoads 12 # Number of conflicting loads. -memdepunit.memDep.conflictingStores 35 # Number of conflicting stores. -memdepunit.memDep.conflictingStores 38 # Number of conflicting stores. -memdepunit.memDep.insertedLoads 1959 # Number of loads inserted to the mem dependence unit. -memdepunit.memDep.insertedLoads 1940 # Number of loads inserted to the mem dependence unit. -memdepunit.memDep.insertedStores 1118 # Number of stores inserted to the mem dependence unit. -memdepunit.memDep.insertedStores 1140 # Number of stores inserted to the mem dependence unit. +global.BPredUnit.BTBHits 722 # Number of BTB hits +global.BPredUnit.BTBLookups 3569 # Number of BTB lookups +global.BPredUnit.RASInCorrect 133 # Number of incorrect RAS predictions. +global.BPredUnit.condIncorrect 1125 # Number of conditional branches incorrect +global.BPredUnit.condPredicted 2392 # Number of conditional branches predicted +global.BPredUnit.lookups 4127 # Number of BP lookups +global.BPredUnit.usedRAS 550 # Number of times the RAS was used to get a target. +host_inst_rate 53078 # Simulator instruction rate (inst/s) +host_mem_usage 195244 # Number of bytes of host memory used +host_seconds 0.21 # Real time elapsed on the host +host_tick_rate 30008914 # Simulator tick rate (ticks/s) +memdepunit.memDep.conflictingLoads 18 # Number of conflicting loads. +memdepunit.memDep.conflictingLoads 17 # Number of conflicting loads. +memdepunit.memDep.conflictingStores 33 # Number of conflicting stores. +memdepunit.memDep.conflictingStores 36 # Number of conflicting stores. +memdepunit.memDep.insertedLoads 1975 # Number of loads inserted to the mem dependence unit. +memdepunit.memDep.insertedLoads 2036 # Number of loads inserted to the mem dependence unit. +memdepunit.memDep.insertedStores 1163 # Number of stores inserted to the mem dependence unit. +memdepunit.memDep.insertedStores 1158 # Number of stores inserted to the mem dependence unit. sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 11247 # Number of instructions simulated sim_seconds 0.000006 # Number of seconds simulated -sim_ticks 5727000 # Number of ticks simulated +sim_ticks 6363000 # Number of ticks simulated system.cpu.commit.COM:branches 1724 # Number of branches committed system.cpu.commit.COM:branches_0 862 # Number of branches committed system.cpu.commit.COM:branches_1 862 # Number of branches committed -system.cpu.commit.COM:bw_lim_events 161 # number cycles where commit BW limit reached +system.cpu.commit.COM:bw_lim_events 145 # number cycles where commit BW limit reached system.cpu.commit.COM:bw_limited 0 # number of insts not committed due to BW limits system.cpu.commit.COM:bw_limited_0 0 # number of insts not committed due to BW limits system.cpu.commit.COM:bw_limited_1 0 # number of insts not committed due to BW limits system.cpu.commit.COM:committed_per_cycle.start_dist # Number of insts commited each cycle -system.cpu.commit.COM:committed_per_cycle.samples 11403 +system.cpu.commit.COM:committed_per_cycle.samples 12623 system.cpu.commit.COM:committed_per_cycle.min_value 0 - 0 6780 5945.80% - 1 2145 1881.08% - 2 951 833.99% - 3 494 433.22% - 4 331 290.27% - 5 216 189.42% - 6 215 188.55% - 7 110 96.47% - 8 161 141.19% + 0 7897 6256.04% + 1 2220 1758.69% + 2 993 786.66% + 3 507 401.65% + 4 332 263.01% + 5 219 173.49% + 6 199 157.65% + 7 111 87.93% + 8 145 114.87% system.cpu.commit.COM:committed_per_cycle.max_value 8 system.cpu.commit.COM:committed_per_cycle.end_dist @@ -61,133 +61,133 @@ system.cpu.commit.COM:refs_1 1791 # Nu system.cpu.commit.COM:swp_count 0 # Number of s/w prefetches committed system.cpu.commit.COM:swp_count_0 0 # Number of s/w prefetches committed system.cpu.commit.COM:swp_count_1 0 # Number of s/w prefetches committed -system.cpu.commit.branchMispredicts 854 # The number of times a branch was mispredicted +system.cpu.commit.branchMispredicts 885 # The number of times a branch was mispredicted system.cpu.commit.commitCommittedInsts 11281 # The number of committed instructions system.cpu.commit.commitNonSpecStalls 34 # The number of times commit has been forced to stall to communicate backwards -system.cpu.commit.commitSquashedInsts 8053 # The number of squashed insts skipped by commit +system.cpu.commit.commitSquashedInsts 8502 # The number of squashed insts skipped by commit system.cpu.committedInsts_0 5623 # Number of Instructions Simulated system.cpu.committedInsts_1 5624 # Number of Instructions Simulated system.cpu.committedInsts_total 11247 # Number of Instructions Simulated -system.cpu.cpi_0 2.037169 # CPI: Cycles Per Instruction -system.cpu.cpi_1 2.036807 # CPI: Cycles Per Instruction -system.cpu.cpi_total 1.018494 # CPI: Total CPI of All Threads -system.cpu.dcache.ReadReq_accesses 2934 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_accesses_0 2934 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency_0 12119.897959 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency_0 7403.061224 # average ReadReq mshr miss latency -system.cpu.dcache.ReadReq_hits 2738 # number of ReadReq hits -system.cpu.dcache.ReadReq_hits_0 2738 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 2375500 # number of ReadReq miss cycles -system.cpu.dcache.ReadReq_miss_latency_0 2375500 # number of ReadReq miss cycles -system.cpu.dcache.ReadReq_miss_rate_0 0.066803 # miss rate for ReadReq accesses -system.cpu.dcache.ReadReq_misses 196 # number of ReadReq misses -system.cpu.dcache.ReadReq_misses_0 196 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_hits 81 # number of ReadReq MSHR hits -system.cpu.dcache.ReadReq_mshr_hits_0 81 # number of ReadReq MSHR hits -system.cpu.dcache.ReadReq_mshr_miss_latency 1451000 # number of ReadReq MSHR miss cycles -system.cpu.dcache.ReadReq_mshr_miss_latency_0 1451000 # number of ReadReq MSHR miss cycles -system.cpu.dcache.ReadReq_mshr_miss_rate_0 0.066803 # mshr miss rate for ReadReq accesses -system.cpu.dcache.ReadReq_mshr_misses 196 # number of ReadReq MSHR misses -system.cpu.dcache.ReadReq_mshr_misses_0 196 # number of ReadReq MSHR misses -system.cpu.dcache.WriteReq_accesses 1240 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_accesses_0 1240 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency_0 21692.528736 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency_0 6310.344828 # average WriteReq mshr miss latency -system.cpu.dcache.WriteReq_hits 1066 # number of WriteReq hits -system.cpu.dcache.WriteReq_hits_0 1066 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 3774500 # number of WriteReq miss cycles -system.cpu.dcache.WriteReq_miss_latency_0 3774500 # number of WriteReq miss cycles -system.cpu.dcache.WriteReq_miss_rate_0 0.140323 # miss rate for WriteReq accesses +system.cpu.cpi_0 2.263383 # CPI: Cycles Per Instruction +system.cpu.cpi_1 2.262980 # CPI: Cycles Per Instruction +system.cpu.cpi_total 1.131591 # CPI: Total CPI of All Threads +system.cpu.dcache.ReadReq_accesses 2989 # number of ReadReq accesses(hits+misses) +system.cpu.dcache.ReadReq_accesses_0 2989 # number of ReadReq accesses(hits+misses) +system.cpu.dcache.ReadReq_avg_miss_latency_0 17652.284264 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency_0 10527.918782 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_hits 2792 # number of ReadReq hits +system.cpu.dcache.ReadReq_hits_0 2792 # number of ReadReq hits +system.cpu.dcache.ReadReq_miss_latency 3477500 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_latency_0 3477500 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_rate_0 0.065908 # miss rate for ReadReq accesses +system.cpu.dcache.ReadReq_misses 197 # number of ReadReq misses +system.cpu.dcache.ReadReq_misses_0 197 # number of ReadReq misses +system.cpu.dcache.ReadReq_mshr_hits 90 # number of ReadReq MSHR hits +system.cpu.dcache.ReadReq_mshr_hits_0 90 # number of ReadReq MSHR hits +system.cpu.dcache.ReadReq_mshr_miss_latency 2074000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_latency_0 2074000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_rate_0 0.065908 # mshr miss rate for ReadReq accesses +system.cpu.dcache.ReadReq_mshr_misses 197 # number of ReadReq MSHR misses +system.cpu.dcache.ReadReq_mshr_misses_0 197 # number of ReadReq MSHR misses +system.cpu.dcache.WriteReq_accesses 1183 # number of WriteReq accesses(hits+misses) +system.cpu.dcache.WriteReq_accesses_0 1183 # number of WriteReq accesses(hits+misses) +system.cpu.dcache.WriteReq_avg_miss_latency_0 32304.597701 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency_0 8686.781609 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_hits 1009 # number of WriteReq hits +system.cpu.dcache.WriteReq_hits_0 1009 # number of WriteReq hits +system.cpu.dcache.WriteReq_miss_latency 5621000 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_latency_0 5621000 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_rate_0 0.147084 # miss rate for WriteReq accesses system.cpu.dcache.WriteReq_misses 174 # number of WriteReq misses system.cpu.dcache.WriteReq_misses_0 174 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_hits 384 # number of WriteReq MSHR hits -system.cpu.dcache.WriteReq_mshr_hits_0 384 # number of WriteReq MSHR hits -system.cpu.dcache.WriteReq_mshr_miss_latency 1098000 # number of WriteReq MSHR miss cycles -system.cpu.dcache.WriteReq_mshr_miss_latency_0 1098000 # number of WriteReq MSHR miss cycles -system.cpu.dcache.WriteReq_mshr_miss_rate_0 0.140323 # mshr miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_mshr_hits 441 # number of WriteReq MSHR hits +system.cpu.dcache.WriteReq_mshr_hits_0 441 # number of WriteReq MSHR hits +system.cpu.dcache.WriteReq_mshr_miss_latency 1511500 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency_0 1511500 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_rate_0 0.147084 # mshr miss rate for WriteReq accesses system.cpu.dcache.WriteReq_mshr_misses 174 # number of WriteReq MSHR misses system.cpu.dcache.WriteReq_mshr_misses_0 174 # number of WriteReq MSHR misses system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.dcache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.dcache.avg_refs 11.276471 # Average number of references to valid blocks. +system.cpu.dcache.avg_refs 11.198830 # Average number of references to valid blocks. system.cpu.dcache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed -system.cpu.dcache.demand_accesses 4174 # number of demand (read+write) accesses -system.cpu.dcache.demand_accesses_0 4174 # number of demand (read+write) accesses +system.cpu.dcache.demand_accesses 4172 # number of demand (read+write) accesses +system.cpu.dcache.demand_accesses_0 4172 # number of demand (read+write) accesses system.cpu.dcache.demand_accesses_1 0 # number of demand (read+write) accesses system.cpu.dcache.demand_avg_miss_latency # average overall miss latency -system.cpu.dcache.demand_avg_miss_latency_0 16621.621622 # average overall miss latency +system.cpu.dcache.demand_avg_miss_latency_0 24524.258760 # average overall miss latency system.cpu.dcache.demand_avg_miss_latency_1 # average overall miss latency system.cpu.dcache.demand_avg_mshr_miss_latency # average overall mshr miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency_0 6889.189189 # average overall mshr miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency_0 9664.420485 # average overall mshr miss latency system.cpu.dcache.demand_avg_mshr_miss_latency_1 # average overall mshr miss latency -system.cpu.dcache.demand_hits 3804 # number of demand (read+write) hits -system.cpu.dcache.demand_hits_0 3804 # number of demand (read+write) hits +system.cpu.dcache.demand_hits 3801 # number of demand (read+write) hits +system.cpu.dcache.demand_hits_0 3801 # number of demand (read+write) hits system.cpu.dcache.demand_hits_1 0 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 6150000 # number of demand (read+write) miss cycles -system.cpu.dcache.demand_miss_latency_0 6150000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_latency 9098500 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_latency_0 9098500 # number of demand (read+write) miss cycles system.cpu.dcache.demand_miss_latency_1 0 # number of demand (read+write) miss cycles system.cpu.dcache.demand_miss_rate # miss rate for demand accesses -system.cpu.dcache.demand_miss_rate_0 0.088644 # miss rate for demand accesses +system.cpu.dcache.demand_miss_rate_0 0.088926 # miss rate for demand accesses system.cpu.dcache.demand_miss_rate_1 # miss rate for demand accesses -system.cpu.dcache.demand_misses 370 # number of demand (read+write) misses -system.cpu.dcache.demand_misses_0 370 # number of demand (read+write) misses +system.cpu.dcache.demand_misses 371 # number of demand (read+write) misses +system.cpu.dcache.demand_misses_0 371 # number of demand (read+write) misses system.cpu.dcache.demand_misses_1 0 # number of demand (read+write) misses -system.cpu.dcache.demand_mshr_hits 465 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_hits_0 465 # number of demand (read+write) MSHR hits +system.cpu.dcache.demand_mshr_hits 531 # number of demand (read+write) MSHR hits +system.cpu.dcache.demand_mshr_hits_0 531 # number of demand (read+write) MSHR hits system.cpu.dcache.demand_mshr_hits_1 0 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 2549000 # number of demand (read+write) MSHR miss cycles -system.cpu.dcache.demand_mshr_miss_latency_0 2549000 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency 3585500 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency_0 3585500 # number of demand (read+write) MSHR miss cycles system.cpu.dcache.demand_mshr_miss_latency_1 0 # number of demand (read+write) MSHR miss cycles system.cpu.dcache.demand_mshr_miss_rate # mshr miss rate for demand accesses -system.cpu.dcache.demand_mshr_miss_rate_0 0.088644 # mshr miss rate for demand accesses +system.cpu.dcache.demand_mshr_miss_rate_0 0.088926 # mshr miss rate for demand accesses system.cpu.dcache.demand_mshr_miss_rate_1 # mshr miss rate for demand accesses -system.cpu.dcache.demand_mshr_misses 370 # number of demand (read+write) MSHR misses -system.cpu.dcache.demand_mshr_misses_0 370 # number of demand (read+write) MSHR misses +system.cpu.dcache.demand_mshr_misses 371 # number of demand (read+write) MSHR misses +system.cpu.dcache.demand_mshr_misses_0 371 # number of demand (read+write) MSHR misses system.cpu.dcache.demand_mshr_misses_1 0 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.mshr_cap_events_0 0 # number of times MSHR cap was activated system.cpu.dcache.mshr_cap_events_1 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.dcache.overall_accesses 4174 # number of overall (read+write) accesses -system.cpu.dcache.overall_accesses_0 4174 # number of overall (read+write) accesses +system.cpu.dcache.overall_accesses 4172 # number of overall (read+write) accesses +system.cpu.dcache.overall_accesses_0 4172 # number of overall (read+write) accesses system.cpu.dcache.overall_accesses_1 0 # number of overall (read+write) accesses system.cpu.dcache.overall_avg_miss_latency # average overall miss latency -system.cpu.dcache.overall_avg_miss_latency_0 16621.621622 # average overall miss latency +system.cpu.dcache.overall_avg_miss_latency_0 24524.258760 # average overall miss latency system.cpu.dcache.overall_avg_miss_latency_1 # average overall miss latency system.cpu.dcache.overall_avg_mshr_miss_latency # average overall mshr miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency_0 6889.189189 # average overall mshr miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency_0 9664.420485 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_miss_latency_1 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency_0 # average overall mshr uncacheable latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency_1 # average overall mshr uncacheable latency -system.cpu.dcache.overall_hits 3804 # number of overall hits -system.cpu.dcache.overall_hits_0 3804 # number of overall hits +system.cpu.dcache.overall_hits 3801 # number of overall hits +system.cpu.dcache.overall_hits_0 3801 # number of overall hits system.cpu.dcache.overall_hits_1 0 # number of overall hits -system.cpu.dcache.overall_miss_latency 6150000 # number of overall miss cycles -system.cpu.dcache.overall_miss_latency_0 6150000 # number of overall miss cycles +system.cpu.dcache.overall_miss_latency 9098500 # number of overall miss cycles +system.cpu.dcache.overall_miss_latency_0 9098500 # number of overall miss cycles system.cpu.dcache.overall_miss_latency_1 0 # number of overall miss cycles system.cpu.dcache.overall_miss_rate # miss rate for overall accesses -system.cpu.dcache.overall_miss_rate_0 0.088644 # miss rate for overall accesses +system.cpu.dcache.overall_miss_rate_0 0.088926 # miss rate for overall accesses system.cpu.dcache.overall_miss_rate_1 # miss rate for overall accesses -system.cpu.dcache.overall_misses 370 # number of overall misses -system.cpu.dcache.overall_misses_0 370 # number of overall misses +system.cpu.dcache.overall_misses 371 # number of overall misses +system.cpu.dcache.overall_misses_0 371 # number of overall misses system.cpu.dcache.overall_misses_1 0 # number of overall misses -system.cpu.dcache.overall_mshr_hits 465 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_hits_0 465 # number of overall MSHR hits +system.cpu.dcache.overall_mshr_hits 531 # number of overall MSHR hits +system.cpu.dcache.overall_mshr_hits_0 531 # number of overall MSHR hits system.cpu.dcache.overall_mshr_hits_1 0 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 2549000 # number of overall MSHR miss cycles -system.cpu.dcache.overall_mshr_miss_latency_0 2549000 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency 3585500 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency_0 3585500 # number of overall MSHR miss cycles system.cpu.dcache.overall_mshr_miss_latency_1 0 # number of overall MSHR miss cycles system.cpu.dcache.overall_mshr_miss_rate # mshr miss rate for overall accesses -system.cpu.dcache.overall_mshr_miss_rate_0 0.088644 # mshr miss rate for overall accesses +system.cpu.dcache.overall_mshr_miss_rate_0 0.088926 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_miss_rate_1 # mshr miss rate for overall accesses -system.cpu.dcache.overall_mshr_misses 370 # number of overall MSHR misses -system.cpu.dcache.overall_mshr_misses_0 370 # number of overall MSHR misses +system.cpu.dcache.overall_mshr_misses 371 # number of overall MSHR misses +system.cpu.dcache.overall_mshr_misses_0 371 # number of overall MSHR misses system.cpu.dcache.overall_mshr_misses_1 0 # number of overall MSHR misses system.cpu.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.dcache.overall_mshr_uncacheable_latency_0 0 # number of overall MSHR uncacheable cycles @@ -207,161 +207,161 @@ system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.dcache.replacements 0 # number of replacements system.cpu.dcache.replacements_0 0 # number of replacements system.cpu.dcache.replacements_1 0 # number of replacements -system.cpu.dcache.sampled_refs 340 # Sample count of references to valid blocks. +system.cpu.dcache.sampled_refs 342 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions system.cpu.dcache.soft_prefetch_mshr_full_0 0 # number of mshr full events for SW prefetching instrutions system.cpu.dcache.soft_prefetch_mshr_full_1 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 215.589336 # Cycle average of tags in use -system.cpu.dcache.total_refs 3834 # Total number of references to valid blocks. +system.cpu.dcache.tagsinuse 214.045910 # Cycle average of tags in use +system.cpu.dcache.total_refs 3830 # Total number of references to valid blocks. system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.dcache.writebacks 0 # number of writebacks system.cpu.dcache.writebacks_0 0 # number of writebacks system.cpu.dcache.writebacks_1 0 # number of writebacks -system.cpu.decode.DECODE:BlockedCycles 1981 # Number of cycles decode is blocked -system.cpu.decode.DECODE:BranchMispred 247 # Number of times decode detected a branch misprediction -system.cpu.decode.DECODE:BranchResolved 354 # Number of times decode resolved a branch -system.cpu.decode.DECODE:DecodedInsts 22591 # Number of instructions handled by decode -system.cpu.decode.DECODE:IdleCycles 15034 # Number of cycles decode is idle -system.cpu.decode.DECODE:RunCycles 3799 # Number of cycles decode is running -system.cpu.decode.DECODE:SquashCycles 1569 # Number of cycles decode is squashing -system.cpu.decode.DECODE:SquashedInsts 329 # Number of squashed instructions handled by decode -system.cpu.decode.DECODE:UnblockCycles 215 # Number of cycles decode is unblocking -system.cpu.dtb.accesses 5095 # DTB accesses +system.cpu.decode.DECODE:BlockedCycles 2156 # Number of cycles decode is blocked +system.cpu.decode.DECODE:BranchMispred 253 # Number of times decode detected a branch misprediction +system.cpu.decode.DECODE:BranchResolved 362 # Number of times decode resolved a branch +system.cpu.decode.DECODE:DecodedInsts 22792 # Number of instructions handled by decode +system.cpu.decode.DECODE:IdleCycles 17306 # Number of cycles decode is idle +system.cpu.decode.DECODE:RunCycles 3860 # Number of cycles decode is running +system.cpu.decode.DECODE:SquashCycles 1667 # Number of cycles decode is squashing +system.cpu.decode.DECODE:SquashedInsts 387 # Number of squashed instructions handled by decode +system.cpu.decode.DECODE:UnblockCycles 183 # Number of cycles decode is unblocking +system.cpu.dtb.accesses 5201 # DTB accesses system.cpu.dtb.acv 0 # DTB access violations -system.cpu.dtb.hits 4970 # DTB hits +system.cpu.dtb.hits 5076 # DTB hits system.cpu.dtb.misses 125 # DTB misses -system.cpu.dtb.read_accesses 3183 # DTB read accesses +system.cpu.dtb.read_accesses 3261 # DTB read accesses system.cpu.dtb.read_acv 0 # DTB read access violations -system.cpu.dtb.read_hits 3106 # DTB read hits -system.cpu.dtb.read_misses 77 # DTB read misses -system.cpu.dtb.write_accesses 1912 # DTB write accesses +system.cpu.dtb.read_hits 3178 # DTB read hits +system.cpu.dtb.read_misses 83 # DTB read misses +system.cpu.dtb.write_accesses 1940 # DTB write accesses system.cpu.dtb.write_acv 0 # DTB write access violations -system.cpu.dtb.write_hits 1864 # DTB write hits -system.cpu.dtb.write_misses 48 # DTB write misses -system.cpu.fetch.Branches 4075 # Number of branches that fetch encountered -system.cpu.fetch.CacheLines 3019 # Number of cache lines fetched -system.cpu.fetch.Cycles 7174 # Number of cycles fetch has run and was not squashing or blocked -system.cpu.fetch.IcacheSquashes 439 # Number of outstanding Icache misses that were squashed -system.cpu.fetch.Insts 24770 # Number of instructions fetch has processed -system.cpu.fetch.SquashCycles 1207 # Number of cycles fetch has spent squashing -system.cpu.fetch.branchRate 0.355740 # Number of branch fetches per cycle -system.cpu.fetch.icacheStallCycles 3019 # Number of cycles fetch is stalled on an Icache miss -system.cpu.fetch.predictedBranches 1267 # Number of branches that fetch has predicted taken -system.cpu.fetch.rate 2.162375 # Number of inst fetches per cycle +system.cpu.dtb.write_hits 1898 # DTB write hits +system.cpu.dtb.write_misses 42 # DTB write misses +system.cpu.fetch.Branches 4127 # Number of branches that fetch encountered +system.cpu.fetch.CacheLines 3105 # Number of cache lines fetched +system.cpu.fetch.Cycles 7305 # Number of cycles fetch has run and was not squashing or blocked +system.cpu.fetch.IcacheSquashes 481 # Number of outstanding Icache misses that were squashed +system.cpu.fetch.Insts 25026 # Number of instructions fetch has processed +system.cpu.fetch.SquashCycles 1246 # Number of cycles fetch has spent squashing +system.cpu.fetch.branchRate 0.324271 # Number of branch fetches per cycle +system.cpu.fetch.icacheStallCycles 3105 # Number of cycles fetch is stalled on an Icache miss +system.cpu.fetch.predictedBranches 1272 # Number of branches that fetch has predicted taken +system.cpu.fetch.rate 1.966371 # Number of inst fetches per cycle system.cpu.fetch.rateDist.start_dist # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist.samples 11446 +system.cpu.fetch.rateDist.samples 12676 system.cpu.fetch.rateDist.min_value 0 - 0 7343 6415.34% - 1 306 267.34% - 2 243 212.30% - 3 264 230.65% - 4 343 299.67% - 5 290 253.36% - 6 316 276.08% - 7 260 227.15% - 8 2081 1818.10% + 0 8531 6730.04% + 1 309 243.77% + 2 245 193.28% + 3 260 205.11% + 4 342 269.80% + 5 308 242.98% + 6 324 255.60% + 7 261 205.90% + 8 2096 1653.52% system.cpu.fetch.rateDist.max_value 8 system.cpu.fetch.rateDist.end_dist -system.cpu.icache.ReadReq_accesses 2953 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_accesses_0 2953 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency_0 8345.528455 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency_0 5903.252033 # average ReadReq mshr miss latency -system.cpu.icache.ReadReq_hits 2338 # number of ReadReq hits -system.cpu.icache.ReadReq_hits_0 2338 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 5132500 # number of ReadReq miss cycles -system.cpu.icache.ReadReq_miss_latency_0 5132500 # number of ReadReq miss cycles -system.cpu.icache.ReadReq_miss_rate_0 0.208263 # miss rate for ReadReq accesses -system.cpu.icache.ReadReq_misses 615 # number of ReadReq misses -system.cpu.icache.ReadReq_misses_0 615 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_hits 66 # number of ReadReq MSHR hits -system.cpu.icache.ReadReq_mshr_hits_0 66 # number of ReadReq MSHR hits -system.cpu.icache.ReadReq_mshr_miss_latency 3630500 # number of ReadReq MSHR miss cycles -system.cpu.icache.ReadReq_mshr_miss_latency_0 3630500 # number of ReadReq MSHR miss cycles -system.cpu.icache.ReadReq_mshr_miss_rate_0 0.208263 # mshr miss rate for ReadReq accesses -system.cpu.icache.ReadReq_mshr_misses 615 # number of ReadReq MSHR misses -system.cpu.icache.ReadReq_mshr_misses_0 615 # number of ReadReq MSHR misses +system.cpu.icache.ReadReq_accesses 3017 # number of ReadReq accesses(hits+misses) +system.cpu.icache.ReadReq_accesses_0 3017 # number of ReadReq accesses(hits+misses) +system.cpu.icache.ReadReq_avg_miss_latency_0 11625 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency_0 7742.694805 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_hits 2401 # number of ReadReq hits +system.cpu.icache.ReadReq_hits_0 2401 # number of ReadReq hits +system.cpu.icache.ReadReq_miss_latency 7161000 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_latency_0 7161000 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_rate_0 0.204176 # miss rate for ReadReq accesses +system.cpu.icache.ReadReq_misses 616 # number of ReadReq misses +system.cpu.icache.ReadReq_misses_0 616 # number of ReadReq misses +system.cpu.icache.ReadReq_mshr_hits 88 # number of ReadReq MSHR hits +system.cpu.icache.ReadReq_mshr_hits_0 88 # number of ReadReq MSHR hits +system.cpu.icache.ReadReq_mshr_miss_latency 4769500 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency_0 4769500 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_rate_0 0.204176 # mshr miss rate for ReadReq accesses +system.cpu.icache.ReadReq_mshr_misses 616 # number of ReadReq MSHR misses +system.cpu.icache.ReadReq_mshr_misses_0 616 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.icache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.icache.avg_refs 3.801626 # Average number of references to valid blocks. +system.cpu.icache.avg_refs 3.897727 # Average number of references to valid blocks. system.cpu.icache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed -system.cpu.icache.demand_accesses 2953 # number of demand (read+write) accesses -system.cpu.icache.demand_accesses_0 2953 # number of demand (read+write) accesses +system.cpu.icache.demand_accesses 3017 # number of demand (read+write) accesses +system.cpu.icache.demand_accesses_0 3017 # number of demand (read+write) accesses system.cpu.icache.demand_accesses_1 0 # number of demand (read+write) accesses system.cpu.icache.demand_avg_miss_latency # average overall miss latency -system.cpu.icache.demand_avg_miss_latency_0 8345.528455 # average overall miss latency +system.cpu.icache.demand_avg_miss_latency_0 11625 # average overall miss latency system.cpu.icache.demand_avg_miss_latency_1 # average overall miss latency system.cpu.icache.demand_avg_mshr_miss_latency # average overall mshr miss latency -system.cpu.icache.demand_avg_mshr_miss_latency_0 5903.252033 # average overall mshr miss latency +system.cpu.icache.demand_avg_mshr_miss_latency_0 7742.694805 # average overall mshr miss latency system.cpu.icache.demand_avg_mshr_miss_latency_1 # average overall mshr miss latency -system.cpu.icache.demand_hits 2338 # number of demand (read+write) hits -system.cpu.icache.demand_hits_0 2338 # number of demand (read+write) hits +system.cpu.icache.demand_hits 2401 # number of demand (read+write) hits +system.cpu.icache.demand_hits_0 2401 # number of demand (read+write) hits system.cpu.icache.demand_hits_1 0 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 5132500 # number of demand (read+write) miss cycles -system.cpu.icache.demand_miss_latency_0 5132500 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_latency 7161000 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_latency_0 7161000 # number of demand (read+write) miss cycles system.cpu.icache.demand_miss_latency_1 0 # number of demand (read+write) miss cycles system.cpu.icache.demand_miss_rate # miss rate for demand accesses -system.cpu.icache.demand_miss_rate_0 0.208263 # miss rate for demand accesses +system.cpu.icache.demand_miss_rate_0 0.204176 # miss rate for demand accesses system.cpu.icache.demand_miss_rate_1 # miss rate for demand accesses -system.cpu.icache.demand_misses 615 # number of demand (read+write) misses -system.cpu.icache.demand_misses_0 615 # number of demand (read+write) misses +system.cpu.icache.demand_misses 616 # number of demand (read+write) misses +system.cpu.icache.demand_misses_0 616 # number of demand (read+write) misses system.cpu.icache.demand_misses_1 0 # number of demand (read+write) misses -system.cpu.icache.demand_mshr_hits 66 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_hits_0 66 # number of demand (read+write) MSHR hits +system.cpu.icache.demand_mshr_hits 88 # number of demand (read+write) MSHR hits +system.cpu.icache.demand_mshr_hits_0 88 # number of demand (read+write) MSHR hits system.cpu.icache.demand_mshr_hits_1 0 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 3630500 # number of demand (read+write) MSHR miss cycles -system.cpu.icache.demand_mshr_miss_latency_0 3630500 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency 4769500 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency_0 4769500 # number of demand (read+write) MSHR miss cycles system.cpu.icache.demand_mshr_miss_latency_1 0 # number of demand (read+write) MSHR miss cycles system.cpu.icache.demand_mshr_miss_rate # mshr miss rate for demand accesses -system.cpu.icache.demand_mshr_miss_rate_0 0.208263 # mshr miss rate for demand accesses +system.cpu.icache.demand_mshr_miss_rate_0 0.204176 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_miss_rate_1 # mshr miss rate for demand accesses -system.cpu.icache.demand_mshr_misses 615 # number of demand (read+write) MSHR misses -system.cpu.icache.demand_mshr_misses_0 615 # number of demand (read+write) MSHR misses +system.cpu.icache.demand_mshr_misses 616 # number of demand (read+write) MSHR misses +system.cpu.icache.demand_mshr_misses_0 616 # number of demand (read+write) MSHR misses system.cpu.icache.demand_mshr_misses_1 0 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.mshr_cap_events_0 0 # number of times MSHR cap was activated system.cpu.icache.mshr_cap_events_1 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.icache.overall_accesses 2953 # number of overall (read+write) accesses -system.cpu.icache.overall_accesses_0 2953 # number of overall (read+write) accesses +system.cpu.icache.overall_accesses 3017 # number of overall (read+write) accesses +system.cpu.icache.overall_accesses_0 3017 # number of overall (read+write) accesses system.cpu.icache.overall_accesses_1 0 # number of overall (read+write) accesses system.cpu.icache.overall_avg_miss_latency # average overall miss latency -system.cpu.icache.overall_avg_miss_latency_0 8345.528455 # average overall miss latency +system.cpu.icache.overall_avg_miss_latency_0 11625 # average overall miss latency system.cpu.icache.overall_avg_miss_latency_1 # average overall miss latency system.cpu.icache.overall_avg_mshr_miss_latency # average overall mshr miss latency -system.cpu.icache.overall_avg_mshr_miss_latency_0 5903.252033 # average overall mshr miss latency +system.cpu.icache.overall_avg_mshr_miss_latency_0 7742.694805 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_miss_latency_1 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.icache.overall_avg_mshr_uncacheable_latency_0 # average overall mshr uncacheable latency system.cpu.icache.overall_avg_mshr_uncacheable_latency_1 # average overall mshr uncacheable latency -system.cpu.icache.overall_hits 2338 # number of overall hits -system.cpu.icache.overall_hits_0 2338 # number of overall hits +system.cpu.icache.overall_hits 2401 # number of overall hits +system.cpu.icache.overall_hits_0 2401 # number of overall hits system.cpu.icache.overall_hits_1 0 # number of overall hits -system.cpu.icache.overall_miss_latency 5132500 # number of overall miss cycles -system.cpu.icache.overall_miss_latency_0 5132500 # number of overall miss cycles +system.cpu.icache.overall_miss_latency 7161000 # number of overall miss cycles +system.cpu.icache.overall_miss_latency_0 7161000 # number of overall miss cycles system.cpu.icache.overall_miss_latency_1 0 # number of overall miss cycles system.cpu.icache.overall_miss_rate # miss rate for overall accesses -system.cpu.icache.overall_miss_rate_0 0.208263 # miss rate for overall accesses +system.cpu.icache.overall_miss_rate_0 0.204176 # miss rate for overall accesses system.cpu.icache.overall_miss_rate_1 # miss rate for overall accesses -system.cpu.icache.overall_misses 615 # number of overall misses -system.cpu.icache.overall_misses_0 615 # number of overall misses +system.cpu.icache.overall_misses 616 # number of overall misses +system.cpu.icache.overall_misses_0 616 # number of overall misses system.cpu.icache.overall_misses_1 0 # number of overall misses -system.cpu.icache.overall_mshr_hits 66 # number of overall MSHR hits -system.cpu.icache.overall_mshr_hits_0 66 # number of overall MSHR hits +system.cpu.icache.overall_mshr_hits 88 # number of overall MSHR hits +system.cpu.icache.overall_mshr_hits_0 88 # number of overall MSHR hits system.cpu.icache.overall_mshr_hits_1 0 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 3630500 # number of overall MSHR miss cycles -system.cpu.icache.overall_mshr_miss_latency_0 3630500 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency 4769500 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency_0 4769500 # number of overall MSHR miss cycles system.cpu.icache.overall_mshr_miss_latency_1 0 # number of overall MSHR miss cycles system.cpu.icache.overall_mshr_miss_rate # mshr miss rate for overall accesses -system.cpu.icache.overall_mshr_miss_rate_0 0.208263 # mshr miss rate for overall accesses +system.cpu.icache.overall_mshr_miss_rate_0 0.204176 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_miss_rate_1 # mshr miss rate for overall accesses -system.cpu.icache.overall_mshr_misses 615 # number of overall MSHR misses -system.cpu.icache.overall_mshr_misses_0 615 # number of overall MSHR misses +system.cpu.icache.overall_mshr_misses 616 # number of overall MSHR misses +system.cpu.icache.overall_mshr_misses_0 616 # number of overall MSHR misses system.cpu.icache.overall_mshr_misses_1 0 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.icache.overall_mshr_uncacheable_latency_0 0 # number of overall MSHR uncacheable cycles @@ -378,107 +378,107 @@ system.cpu.icache.prefetcher.num_hwpf_issued 0 system.cpu.icache.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu.icache.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu.icache.replacements 7 # number of replacements -system.cpu.icache.replacements_0 7 # number of replacements +system.cpu.icache.replacements 6 # number of replacements +system.cpu.icache.replacements_0 6 # number of replacements system.cpu.icache.replacements_1 0 # number of replacements -system.cpu.icache.sampled_refs 615 # Sample count of references to valid blocks. +system.cpu.icache.sampled_refs 616 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions system.cpu.icache.soft_prefetch_mshr_full_0 0 # number of mshr full events for SW prefetching instrutions system.cpu.icache.soft_prefetch_mshr_full_1 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 319.122278 # Cycle average of tags in use -system.cpu.icache.total_refs 2338 # Total number of references to valid blocks. +system.cpu.icache.tagsinuse 313.697202 # Cycle average of tags in use +system.cpu.icache.total_refs 2401 # Total number of references to valid blocks. system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks system.cpu.icache.writebacks_0 0 # number of writebacks system.cpu.icache.writebacks_1 0 # number of writebacks -system.cpu.idleCycles 9 # Total number of cycles that the CPU has spent unscheduled due to idling -system.cpu.iew.EXEC:branches 2386 # Number of branches executed -system.cpu.iew.EXEC:branches_0 1188 # Number of branches executed -system.cpu.iew.EXEC:branches_1 1198 # Number of branches executed -system.cpu.iew.EXEC:nop 127 # number of nop insts executed -system.cpu.iew.EXEC:nop_0 66 # number of nop insts executed +system.cpu.idleCycles 51 # Total number of cycles that the CPU has spent unscheduled due to idling +system.cpu.iew.EXEC:branches 2444 # Number of branches executed +system.cpu.iew.EXEC:branches_0 1228 # Number of branches executed +system.cpu.iew.EXEC:branches_1 1216 # Number of branches executed +system.cpu.iew.EXEC:nop 128 # number of nop insts executed +system.cpu.iew.EXEC:nop_0 67 # number of nop insts executed system.cpu.iew.EXEC:nop_1 61 # number of nop insts executed -system.cpu.iew.EXEC:rate 1.377041 # Inst execution rate -system.cpu.iew.EXEC:refs 5110 # number of memory reference insts executed -system.cpu.iew.EXEC:refs_0 2531 # number of memory reference insts executed -system.cpu.iew.EXEC:refs_1 2579 # number of memory reference insts executed -system.cpu.iew.EXEC:stores 1925 # Number of stores executed -system.cpu.iew.EXEC:stores_0 958 # Number of stores executed -system.cpu.iew.EXEC:stores_1 967 # Number of stores executed +system.cpu.iew.EXEC:rate 1.267070 # Inst execution rate +system.cpu.iew.EXEC:refs 5219 # number of memory reference insts executed +system.cpu.iew.EXEC:refs_0 2580 # number of memory reference insts executed +system.cpu.iew.EXEC:refs_1 2639 # number of memory reference insts executed +system.cpu.iew.EXEC:stores 1956 # Number of stores executed +system.cpu.iew.EXEC:stores_0 977 # Number of stores executed +system.cpu.iew.EXEC:stores_1 979 # Number of stores executed system.cpu.iew.EXEC:swp 0 # number of swp insts executed system.cpu.iew.EXEC:swp_0 0 # number of swp insts executed system.cpu.iew.EXEC:swp_1 0 # number of swp insts executed -system.cpu.iew.WB:consumers 10281 # num instructions consuming a value -system.cpu.iew.WB:consumers_0 5147 # num instructions consuming a value -system.cpu.iew.WB:consumers_1 5134 # num instructions consuming a value -system.cpu.iew.WB:count 15145 # cumulative count of insts written-back -system.cpu.iew.WB:count_0 7584 # cumulative count of insts written-back -system.cpu.iew.WB:count_1 7561 # cumulative count of insts written-back -system.cpu.iew.WB:fanout 1.539346 # average fanout of values written-back -system.cpu.iew.WB:fanout_0 0.768992 # average fanout of values written-back -system.cpu.iew.WB:fanout_1 0.770354 # average fanout of values written-back +system.cpu.iew.WB:consumers 10432 # num instructions consuming a value +system.cpu.iew.WB:consumers_0 5228 # num instructions consuming a value +system.cpu.iew.WB:consumers_1 5204 # num instructions consuming a value +system.cpu.iew.WB:count 15495 # cumulative count of insts written-back +system.cpu.iew.WB:count_0 7763 # cumulative count of insts written-back +system.cpu.iew.WB:count_1 7732 # cumulative count of insts written-back +system.cpu.iew.WB:fanout 1.540838 # average fanout of values written-back +system.cpu.iew.WB:fanout_0 0.769893 # average fanout of values written-back +system.cpu.iew.WB:fanout_1 0.770945 # average fanout of values written-back system.cpu.iew.WB:penalized 0 # number of instrctions required to write to 'other' IQ 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_rate 0 # fraction of instructions written-back that wrote to 'other' IQ 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:producers 7913 # num instructions producing a value -system.cpu.iew.WB:producers_0 3958 # num instructions producing a value -system.cpu.iew.WB:producers_1 3955 # num instructions producing a value -system.cpu.iew.WB:rate 1.322130 # insts written-back per cycle -system.cpu.iew.WB:rate_0 0.662069 # insts written-back per cycle -system.cpu.iew.WB:rate_1 0.660061 # insts written-back per cycle -system.cpu.iew.WB:sent 15343 # cumulative count of insts sent to commit -system.cpu.iew.WB:sent_0 7675 # cumulative count of insts sent to commit -system.cpu.iew.WB:sent_1 7668 # cumulative count of insts sent to commit -system.cpu.iew.branchMispredicts 991 # Number of branch mispredicts detected at execute -system.cpu.iew.iewBlockCycles 60 # Number of cycles IEW is blocking -system.cpu.iew.iewDispLoadInsts 3899 # Number of dispatched load instructions -system.cpu.iew.iewDispNonSpecInsts 46 # Number of dispatched non-speculative instructions -system.cpu.iew.iewDispSquashedInsts 435 # Number of squashed instructions skipped by dispatch -system.cpu.iew.iewDispStoreInsts 2258 # Number of dispatched store instructions -system.cpu.iew.iewDispatchedInsts 19501 # Number of instructions dispatched to IQ -system.cpu.iew.iewExecLoadInsts 3185 # Number of load instructions executed -system.cpu.iew.iewExecLoadInsts_0 1573 # Number of load instructions executed -system.cpu.iew.iewExecLoadInsts_1 1612 # Number of load instructions executed -system.cpu.iew.iewExecSquashedInsts 923 # Number of squashed instructions skipped in execute -system.cpu.iew.iewExecutedInsts 15774 # Number of executed instructions -system.cpu.iew.iewIQFullEvents 16 # Number of times the IQ has become full, causing a stall +system.cpu.iew.WB:producers 8037 # num instructions producing a value +system.cpu.iew.WB:producers_0 4025 # num instructions producing a value +system.cpu.iew.WB:producers_1 4012 # num instructions producing a value +system.cpu.iew.WB:rate 1.217490 # insts written-back per cycle +system.cpu.iew.WB:rate_0 0.609963 # insts written-back per cycle +system.cpu.iew.WB:rate_1 0.607527 # insts written-back per cycle +system.cpu.iew.WB:sent 15706 # cumulative count of insts sent to commit +system.cpu.iew.WB:sent_0 7855 # cumulative count of insts sent to commit +system.cpu.iew.WB:sent_1 7851 # cumulative count of insts sent to commit +system.cpu.iew.branchMispredicts 1023 # Number of branch mispredicts detected at execute +system.cpu.iew.iewBlockCycles 34 # Number of cycles IEW is blocking +system.cpu.iew.iewDispLoadInsts 4011 # Number of dispatched load instructions +system.cpu.iew.iewDispNonSpecInsts 45 # Number of dispatched non-speculative instructions +system.cpu.iew.iewDispSquashedInsts 445 # Number of squashed instructions skipped by dispatch +system.cpu.iew.iewDispStoreInsts 2321 # Number of dispatched store instructions +system.cpu.iew.iewDispatchedInsts 19928 # Number of instructions dispatched to IQ +system.cpu.iew.iewExecLoadInsts 3263 # Number of load instructions executed +system.cpu.iew.iewExecLoadInsts_0 1603 # Number of load instructions executed +system.cpu.iew.iewExecLoadInsts_1 1660 # Number of load instructions executed +system.cpu.iew.iewExecSquashedInsts 892 # Number of squashed instructions skipped in execute +system.cpu.iew.iewExecutedInsts 16126 # Number of executed instructions +system.cpu.iew.iewIQFullEvents 15 # Number of times the IQ has become full, causing a stall system.cpu.iew.iewIdleCycles 0 # Number of cycles IEW is idle system.cpu.iew.iewLSQFullEvents 0 # Number of times the LSQ has become full, causing a stall -system.cpu.iew.iewSquashCycles 1569 # Number of cycles IEW is squashing +system.cpu.iew.iewSquashCycles 1667 # Number of cycles IEW is squashing system.cpu.iew.iewUnblockCycles 15 # Number of cycles IEW is unblocking system.cpu.iew.lsq.thread.0.blockedLoads 0 # Number of blocked loads due to partial load-store forwarding system.cpu.iew.lsq.thread.0.cacheBlocked 0 # Number of times an access to memory failed due to the cache being blocked -system.cpu.iew.lsq.thread.0.forwLoads 39 # Number of loads that had data forwarded from stores -system.cpu.iew.lsq.thread.0.ignoredResponses 3 # Number of memory responses ignored because the instruction is squashed +system.cpu.iew.lsq.thread.0.forwLoads 44 # Number of loads that had data forwarded from stores +system.cpu.iew.lsq.thread.0.ignoredResponses 2 # Number of memory responses ignored because the instruction is squashed system.cpu.iew.lsq.thread.0.invAddrLoads 0 # Number of loads ignored due to an invalid address system.cpu.iew.lsq.thread.0.invAddrSwpfs 0 # Number of software prefetches ignored due to an invalid address -system.cpu.iew.lsq.thread.0.memOrderViolation 62 # Number of memory ordering violations +system.cpu.iew.lsq.thread.0.memOrderViolation 66 # Number of memory ordering violations system.cpu.iew.lsq.thread.0.rescheduledLoads 1 # Number of loads that were rescheduled -system.cpu.iew.lsq.thread.0.squashedLoads 980 # Number of loads squashed -system.cpu.iew.lsq.thread.0.squashedStores 306 # Number of stores squashed +system.cpu.iew.lsq.thread.0.squashedLoads 996 # Number of loads squashed +system.cpu.iew.lsq.thread.0.squashedStores 351 # Number of stores squashed system.cpu.iew.lsq.thread.1.blockedLoads 0 # Number of blocked loads due to partial load-store forwarding system.cpu.iew.lsq.thread.1.cacheBlocked 0 # Number of times an access to memory failed due to the cache being blocked -system.cpu.iew.lsq.thread.1.forwLoads 50 # Number of loads that had data forwarded from stores -system.cpu.iew.lsq.thread.1.ignoredResponses 7 # Number of memory responses ignored because the instruction is squashed +system.cpu.iew.lsq.thread.1.forwLoads 53 # Number of loads that had data forwarded from stores +system.cpu.iew.lsq.thread.1.ignoredResponses 9 # Number of memory responses ignored because the instruction is squashed system.cpu.iew.lsq.thread.1.invAddrLoads 0 # Number of loads ignored due to an invalid address system.cpu.iew.lsq.thread.1.invAddrSwpfs 0 # Number of software prefetches ignored due to an invalid address -system.cpu.iew.lsq.thread.1.memOrderViolation 63 # Number of memory ordering violations +system.cpu.iew.lsq.thread.1.memOrderViolation 67 # Number of memory ordering violations system.cpu.iew.lsq.thread.1.rescheduledLoads 1 # Number of loads that were rescheduled -system.cpu.iew.lsq.thread.1.squashedLoads 961 # Number of loads squashed -system.cpu.iew.lsq.thread.1.squashedStores 328 # Number of stores squashed -system.cpu.iew.memOrderViolationEvents 125 # Number of memory order violations -system.cpu.iew.predictedNotTakenIncorrect 788 # Number of branches that were predicted not taken incorrectly -system.cpu.iew.predictedTakenIncorrect 203 # Number of branches that were predicted taken incorrectly -system.cpu.ipc_0 0.490877 # IPC: Instructions Per Cycle -system.cpu.ipc_1 0.490965 # IPC: Instructions Per Cycle -system.cpu.ipc_total 0.981842 # IPC: Total IPC of All Threads -system.cpu.iq.ISSUE:FU_type_0 8365 # Type of FU issued +system.cpu.iew.lsq.thread.1.squashedLoads 1057 # Number of loads squashed +system.cpu.iew.lsq.thread.1.squashedStores 346 # Number of stores squashed +system.cpu.iew.memOrderViolationEvents 133 # Number of memory order violations +system.cpu.iew.predictedNotTakenIncorrect 810 # Number of branches that were predicted not taken incorrectly +system.cpu.iew.predictedTakenIncorrect 213 # Number of branches that were predicted taken incorrectly +system.cpu.ipc_0 0.441817 # IPC: Instructions Per Cycle +system.cpu.ipc_1 0.441895 # IPC: Instructions Per Cycle +system.cpu.ipc_total 0.883712 # IPC: Total IPC of All Threads +system.cpu.iq.ISSUE:FU_type_0 8497 # Type of FU issued system.cpu.iq.ISSUE:FU_type_0.start_dist No_OpClass 2 0.02% # Type of FU issued - IntAlu 5650 67.54% # Type of FU issued + IntAlu 5747 67.64% # Type of FU issued IntMult 1 0.01% # Type of FU issued IntDiv 0 0.00% # Type of FU issued FloatAdd 2 0.02% # Type of FU issued @@ -487,15 +487,15 @@ system.cpu.iq.ISSUE:FU_type_0.start_dist FloatMult 0 0.00% # Type of FU issued FloatDiv 0 0.00% # Type of FU issued FloatSqrt 0 0.00% # Type of FU issued - MemRead 1721 20.57% # Type of FU issued - MemWrite 989 11.82% # Type of FU issued + MemRead 1738 20.45% # Type of FU issued + MemWrite 1007 11.85% # Type of FU issued IprAccess 0 0.00% # Type of FU issued InstPrefetch 0 0.00% # Type of FU issued system.cpu.iq.ISSUE:FU_type_0.end_dist -system.cpu.iq.ISSUE:FU_type_1 8332 # Type of FU issued +system.cpu.iq.ISSUE:FU_type_1 8521 # Type of FU issued system.cpu.iq.ISSUE:FU_type_1.start_dist No_OpClass 2 0.02% # Type of FU issued - IntAlu 5594 67.14% # Type of FU issued + IntAlu 5702 66.92% # Type of FU issued IntMult 1 0.01% # Type of FU issued IntDiv 0 0.00% # Type of FU issued FloatAdd 2 0.02% # Type of FU issued @@ -504,15 +504,15 @@ system.cpu.iq.ISSUE:FU_type_1.start_dist FloatMult 0 0.00% # Type of FU issued FloatDiv 0 0.00% # Type of FU issued FloatSqrt 0 0.00% # Type of FU issued - MemRead 1734 20.81% # Type of FU issued - MemWrite 999 11.99% # Type of FU issued + MemRead 1797 21.09% # Type of FU issued + MemWrite 1017 11.94% # Type of FU issued IprAccess 0 0.00% # Type of FU issued InstPrefetch 0 0.00% # Type of FU issued system.cpu.iq.ISSUE:FU_type_1.end_dist -system.cpu.iq.ISSUE:FU_type 16697 # Type of FU issued +system.cpu.iq.ISSUE:FU_type 17018 # Type of FU issued system.cpu.iq.ISSUE:FU_type.start_dist No_OpClass 4 0.02% # Type of FU issued - IntAlu 11244 67.34% # Type of FU issued + IntAlu 11449 67.28% # Type of FU issued IntMult 2 0.01% # Type of FU issued IntDiv 0 0.00% # Type of FU issued FloatAdd 4 0.02% # Type of FU issued @@ -521,20 +521,20 @@ system.cpu.iq.ISSUE:FU_type.start_dist FloatMult 0 0.00% # Type of FU issued FloatDiv 0 0.00% # Type of FU issued FloatSqrt 0 0.00% # Type of FU issued - MemRead 3455 20.69% # Type of FU issued - MemWrite 1988 11.91% # Type of FU issued + MemRead 3535 20.77% # Type of FU issued + MemWrite 2024 11.89% # Type of FU issued IprAccess 0 0.00% # Type of FU issued InstPrefetch 0 0.00% # Type of FU issued system.cpu.iq.ISSUE:FU_type.end_dist -system.cpu.iq.ISSUE:fu_busy_cnt 193 # FU busy when requested -system.cpu.iq.ISSUE:fu_busy_cnt_0 88 # FU busy when requested -system.cpu.iq.ISSUE:fu_busy_cnt_1 105 # FU busy when requested -system.cpu.iq.ISSUE:fu_busy_rate 0.011559 # FU busy rate (busy events/executed inst) -system.cpu.iq.ISSUE:fu_busy_rate_0 0.005270 # FU busy rate (busy events/executed inst) -system.cpu.iq.ISSUE:fu_busy_rate_1 0.006289 # FU busy rate (busy events/executed inst) +system.cpu.iq.ISSUE:fu_busy_cnt 180 # FU busy when requested +system.cpu.iq.ISSUE:fu_busy_cnt_0 83 # FU busy when requested +system.cpu.iq.ISSUE:fu_busy_cnt_1 97 # FU busy when requested +system.cpu.iq.ISSUE:fu_busy_rate 0.010577 # FU busy rate (busy events/executed inst) +system.cpu.iq.ISSUE:fu_busy_rate_0 0.004877 # FU busy rate (busy events/executed inst) +system.cpu.iq.ISSUE:fu_busy_rate_1 0.005700 # FU busy rate (busy events/executed inst) system.cpu.iq.ISSUE:fu_full.start_dist No_OpClass 0 0.00% # attempts to use FU when none available - IntAlu 13 6.74% # attempts to use FU when none available + IntAlu 9 5.00% # attempts to use FU when none available IntMult 0 0.00% # attempts to use FU when none available IntDiv 0 0.00% # attempts to use FU when none available FloatAdd 0 0.00% # attempts to use FU when none available @@ -543,163 +543,163 @@ system.cpu.iq.ISSUE:fu_full.start_dist FloatMult 0 0.00% # attempts to use FU when none available FloatDiv 0 0.00% # attempts to use FU when none available FloatSqrt 0 0.00% # attempts to use FU when none available - MemRead 111 57.51% # attempts to use FU when none available - MemWrite 69 35.75% # attempts to use FU when none available + MemRead 107 59.44% # attempts to use FU when none available + MemWrite 64 35.56% # attempts to use FU when none available IprAccess 0 0.00% # attempts to use FU when none available InstPrefetch 0 0.00% # attempts to use FU when none available system.cpu.iq.ISSUE:fu_full.end_dist system.cpu.iq.ISSUE:issued_per_cycle.start_dist # Number of insts issued each cycle -system.cpu.iq.ISSUE:issued_per_cycle.samples 11446 +system.cpu.iq.ISSUE:issued_per_cycle.samples 12676 system.cpu.iq.ISSUE:issued_per_cycle.min_value 0 - 0 5082 4439.98% - 1 1881 1643.37% - 2 1650 1441.55% - 3 1151 1005.59% - 4 829 724.27% - 5 503 439.45% - 6 239 208.81% - 7 90 78.63% - 8 21 18.35% + 0 6060 4780.69% + 1 2068 1631.43% + 2 1684 1328.49% + 3 1173 925.37% + 4 835 658.73% + 5 514 405.49% + 6 255 201.17% + 7 73 57.59% + 8 14 11.04% system.cpu.iq.ISSUE:issued_per_cycle.max_value 8 system.cpu.iq.ISSUE:issued_per_cycle.end_dist -system.cpu.iq.ISSUE:rate 1.457617 # Inst issue rate -system.cpu.iq.iqInstsAdded 19328 # Number of instructions added to the IQ (excludes non-spec) -system.cpu.iq.iqInstsIssued 16697 # Number of instructions issued -system.cpu.iq.iqNonSpecInstsAdded 46 # Number of non-speculative instructions added to the IQ -system.cpu.iq.iqSquashedInstsExamined 7298 # Number of squashed instructions iterated over during squash; mainly for profiling -system.cpu.iq.iqSquashedInstsIssued 56 # Number of squashed instructions issued -system.cpu.iq.iqSquashedNonSpecRemoved 12 # Number of squashed non-spec instructions that were removed -system.cpu.iq.iqSquashedOperandsExamined 4495 # Number of squashed operands that are examined and possibly removed from graph -system.cpu.itb.accesses 3071 # ITB accesses +system.cpu.iq.ISSUE:rate 1.337157 # Inst issue rate +system.cpu.iq.iqInstsAdded 19755 # Number of instructions added to the IQ (excludes non-spec) +system.cpu.iq.iqInstsIssued 17018 # Number of instructions issued +system.cpu.iq.iqNonSpecInstsAdded 45 # Number of non-speculative instructions added to the IQ +system.cpu.iq.iqSquashedInstsExamined 7576 # Number of squashed instructions iterated over during squash; mainly for profiling +system.cpu.iq.iqSquashedInstsIssued 42 # Number of squashed instructions issued +system.cpu.iq.iqSquashedNonSpecRemoved 11 # Number of squashed non-spec instructions that were removed +system.cpu.iq.iqSquashedOperandsExamined 4636 # Number of squashed operands that are examined and possibly removed from graph +system.cpu.itb.accesses 3160 # ITB accesses system.cpu.itb.acv 0 # ITB acv -system.cpu.itb.hits 3019 # ITB hits -system.cpu.itb.misses 52 # ITB misses -system.cpu.l2cache.ReadExReq_accesses 144 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_accesses_0 144 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_avg_miss_latency_0 4743.055556 # average ReadExReq miss latency -system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency_0 2743.055556 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_miss_latency 683000 # number of ReadExReq miss cycles -system.cpu.l2cache.ReadExReq_miss_latency_0 683000 # number of ReadExReq miss cycles +system.cpu.itb.hits 3105 # ITB hits +system.cpu.itb.misses 55 # ITB misses +system.cpu.l2cache.ReadExReq_accesses 145 # number of ReadExReq accesses(hits+misses) +system.cpu.l2cache.ReadExReq_accesses_0 145 # number of ReadExReq accesses(hits+misses) +system.cpu.l2cache.ReadExReq_avg_miss_latency_0 6844.827586 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency_0 3844.827586 # average ReadExReq mshr miss latency +system.cpu.l2cache.ReadExReq_miss_latency 992500 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_miss_latency_0 992500 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_rate_0 1 # miss rate for ReadExReq accesses -system.cpu.l2cache.ReadExReq_misses 144 # number of ReadExReq misses -system.cpu.l2cache.ReadExReq_misses_0 144 # number of ReadExReq misses -system.cpu.l2cache.ReadExReq_mshr_miss_latency 395000 # number of ReadExReq MSHR miss cycles -system.cpu.l2cache.ReadExReq_mshr_miss_latency_0 395000 # number of ReadExReq MSHR miss cycles +system.cpu.l2cache.ReadExReq_misses 145 # number of ReadExReq misses +system.cpu.l2cache.ReadExReq_misses_0 145 # number of ReadExReq misses +system.cpu.l2cache.ReadExReq_mshr_miss_latency 557500 # number of ReadExReq MSHR miss cycles +system.cpu.l2cache.ReadExReq_mshr_miss_latency_0 557500 # number of ReadExReq MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate_0 1 # mshr miss rate for ReadExReq accesses -system.cpu.l2cache.ReadExReq_mshr_misses 144 # number of ReadExReq MSHR misses -system.cpu.l2cache.ReadExReq_mshr_misses_0 144 # number of ReadExReq MSHR misses -system.cpu.l2cache.ReadReq_accesses 811 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_accesses_0 811 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_avg_miss_latency_0 4691.831683 # average ReadReq miss latency -system.cpu.l2cache.ReadReq_avg_mshr_miss_latency_0 2691.831683 # average ReadReq mshr miss latency -system.cpu.l2cache.ReadReq_hits 3 # number of ReadReq hits -system.cpu.l2cache.ReadReq_hits_0 3 # number of ReadReq hits -system.cpu.l2cache.ReadReq_miss_latency 3791000 # number of ReadReq miss cycles -system.cpu.l2cache.ReadReq_miss_latency_0 3791000 # number of ReadReq miss cycles -system.cpu.l2cache.ReadReq_miss_rate_0 0.996301 # miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_misses 808 # number of ReadReq misses -system.cpu.l2cache.ReadReq_misses_0 808 # number of ReadReq misses -system.cpu.l2cache.ReadReq_mshr_miss_latency 2175000 # number of ReadReq MSHR miss cycles -system.cpu.l2cache.ReadReq_mshr_miss_latency_0 2175000 # number of ReadReq MSHR miss cycles -system.cpu.l2cache.ReadReq_mshr_miss_rate_0 0.996301 # mshr miss rate for ReadReq accesses -system.cpu.l2cache.ReadReq_mshr_misses 808 # number of ReadReq MSHR misses -system.cpu.l2cache.ReadReq_mshr_misses_0 808 # number of ReadReq MSHR misses -system.cpu.l2cache.UpgradeReq_accesses 30 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_accesses_0 30 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_avg_miss_latency_0 4500 # average UpgradeReq miss latency -system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency_0 2500 # average UpgradeReq mshr miss latency -system.cpu.l2cache.UpgradeReq_miss_latency 135000 # number of UpgradeReq miss cycles -system.cpu.l2cache.UpgradeReq_miss_latency_0 135000 # number of UpgradeReq miss cycles +system.cpu.l2cache.ReadExReq_mshr_misses 145 # number of ReadExReq MSHR misses +system.cpu.l2cache.ReadExReq_mshr_misses_0 145 # number of ReadExReq MSHR misses +system.cpu.l2cache.ReadReq_accesses 813 # number of ReadReq accesses(hits+misses) +system.cpu.l2cache.ReadReq_accesses_0 813 # number of ReadReq accesses(hits+misses) +system.cpu.l2cache.ReadReq_avg_miss_latency_0 6525.277435 # average ReadReq miss latency +system.cpu.l2cache.ReadReq_avg_mshr_miss_latency_0 3525.277435 # average ReadReq mshr miss latency +system.cpu.l2cache.ReadReq_hits 2 # number of ReadReq hits +system.cpu.l2cache.ReadReq_hits_0 2 # number of ReadReq hits +system.cpu.l2cache.ReadReq_miss_latency 5292000 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_miss_latency_0 5292000 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_miss_rate_0 0.997540 # miss rate for ReadReq accesses +system.cpu.l2cache.ReadReq_misses 811 # number of ReadReq misses +system.cpu.l2cache.ReadReq_misses_0 811 # number of ReadReq misses +system.cpu.l2cache.ReadReq_mshr_miss_latency 2859000 # number of ReadReq MSHR miss cycles +system.cpu.l2cache.ReadReq_mshr_miss_latency_0 2859000 # number of ReadReq MSHR miss cycles +system.cpu.l2cache.ReadReq_mshr_miss_rate_0 0.997540 # mshr miss rate for ReadReq accesses +system.cpu.l2cache.ReadReq_mshr_misses 811 # number of ReadReq MSHR misses +system.cpu.l2cache.ReadReq_mshr_misses_0 811 # number of ReadReq MSHR misses +system.cpu.l2cache.UpgradeReq_accesses 29 # number of UpgradeReq accesses(hits+misses) +system.cpu.l2cache.UpgradeReq_accesses_0 29 # number of UpgradeReq accesses(hits+misses) +system.cpu.l2cache.UpgradeReq_avg_miss_latency_0 6103.448276 # average UpgradeReq miss latency +system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency_0 3103.448276 # average UpgradeReq mshr miss latency +system.cpu.l2cache.UpgradeReq_miss_latency 177000 # number of UpgradeReq miss cycles +system.cpu.l2cache.UpgradeReq_miss_latency_0 177000 # number of UpgradeReq miss cycles system.cpu.l2cache.UpgradeReq_miss_rate_0 1 # miss rate for UpgradeReq accesses -system.cpu.l2cache.UpgradeReq_misses 30 # number of UpgradeReq misses -system.cpu.l2cache.UpgradeReq_misses_0 30 # number of UpgradeReq misses -system.cpu.l2cache.UpgradeReq_mshr_miss_latency 75000 # number of UpgradeReq MSHR miss cycles -system.cpu.l2cache.UpgradeReq_mshr_miss_latency_0 75000 # number of UpgradeReq MSHR miss cycles +system.cpu.l2cache.UpgradeReq_misses 29 # number of UpgradeReq misses +system.cpu.l2cache.UpgradeReq_misses_0 29 # number of UpgradeReq misses +system.cpu.l2cache.UpgradeReq_mshr_miss_latency 90000 # number of UpgradeReq MSHR miss cycles +system.cpu.l2cache.UpgradeReq_mshr_miss_latency_0 90000 # number of UpgradeReq MSHR miss cycles system.cpu.l2cache.UpgradeReq_mshr_miss_rate_0 1 # mshr miss rate for UpgradeReq accesses -system.cpu.l2cache.UpgradeReq_mshr_misses 30 # number of UpgradeReq MSHR misses -system.cpu.l2cache.UpgradeReq_mshr_misses_0 30 # number of UpgradeReq MSHR misses +system.cpu.l2cache.UpgradeReq_mshr_misses 29 # number of UpgradeReq MSHR misses +system.cpu.l2cache.UpgradeReq_mshr_misses_0 29 # number of UpgradeReq MSHR misses system.cpu.l2cache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.l2cache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.l2cache.avg_refs 0.003856 # Average number of references to valid blocks. +system.cpu.l2cache.avg_refs 0.002558 # Average number of references to valid blocks. system.cpu.l2cache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.l2cache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.l2cache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.cache_copies 0 # number of cache copies performed -system.cpu.l2cache.demand_accesses 955 # number of demand (read+write) accesses -system.cpu.l2cache.demand_accesses_0 955 # number of demand (read+write) accesses +system.cpu.l2cache.demand_accesses 958 # number of demand (read+write) accesses +system.cpu.l2cache.demand_accesses_0 958 # number of demand (read+write) accesses system.cpu.l2cache.demand_accesses_1 0 # number of demand (read+write) accesses system.cpu.l2cache.demand_avg_miss_latency # average overall miss latency -system.cpu.l2cache.demand_avg_miss_latency_0 4699.579832 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency_0 6573.744770 # average overall miss latency system.cpu.l2cache.demand_avg_miss_latency_1 # average overall miss latency system.cpu.l2cache.demand_avg_mshr_miss_latency # average overall mshr miss latency -system.cpu.l2cache.demand_avg_mshr_miss_latency_0 2699.579832 # average overall mshr miss latency +system.cpu.l2cache.demand_avg_mshr_miss_latency_0 3573.744770 # average overall mshr miss latency system.cpu.l2cache.demand_avg_mshr_miss_latency_1 # average overall mshr miss latency -system.cpu.l2cache.demand_hits 3 # number of demand (read+write) hits -system.cpu.l2cache.demand_hits_0 3 # number of demand (read+write) hits +system.cpu.l2cache.demand_hits 2 # number of demand (read+write) hits +system.cpu.l2cache.demand_hits_0 2 # number of demand (read+write) hits system.cpu.l2cache.demand_hits_1 0 # number of demand (read+write) hits -system.cpu.l2cache.demand_miss_latency 4474000 # number of demand (read+write) miss cycles -system.cpu.l2cache.demand_miss_latency_0 4474000 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency 6284500 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency_0 6284500 # number of demand (read+write) miss cycles system.cpu.l2cache.demand_miss_latency_1 0 # number of demand (read+write) miss cycles system.cpu.l2cache.demand_miss_rate # miss rate for demand accesses -system.cpu.l2cache.demand_miss_rate_0 0.996859 # miss rate for demand accesses +system.cpu.l2cache.demand_miss_rate_0 0.997912 # miss rate for demand accesses system.cpu.l2cache.demand_miss_rate_1 # miss rate for demand accesses -system.cpu.l2cache.demand_misses 952 # number of demand (read+write) misses -system.cpu.l2cache.demand_misses_0 952 # number of demand (read+write) misses +system.cpu.l2cache.demand_misses 956 # number of demand (read+write) misses +system.cpu.l2cache.demand_misses_0 956 # number of demand (read+write) misses system.cpu.l2cache.demand_misses_1 0 # number of demand (read+write) misses system.cpu.l2cache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits system.cpu.l2cache.demand_mshr_hits_0 0 # number of demand (read+write) MSHR hits system.cpu.l2cache.demand_mshr_hits_1 0 # number of demand (read+write) MSHR hits -system.cpu.l2cache.demand_mshr_miss_latency 2570000 # number of demand (read+write) MSHR miss cycles -system.cpu.l2cache.demand_mshr_miss_latency_0 2570000 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_latency 3416500 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_latency_0 3416500 # number of demand (read+write) MSHR miss cycles system.cpu.l2cache.demand_mshr_miss_latency_1 0 # number of demand (read+write) MSHR miss cycles system.cpu.l2cache.demand_mshr_miss_rate # mshr miss rate for demand accesses -system.cpu.l2cache.demand_mshr_miss_rate_0 0.996859 # mshr miss rate for demand accesses +system.cpu.l2cache.demand_mshr_miss_rate_0 0.997912 # mshr miss rate for demand accesses system.cpu.l2cache.demand_mshr_miss_rate_1 # mshr miss rate for demand accesses -system.cpu.l2cache.demand_mshr_misses 952 # number of demand (read+write) MSHR misses -system.cpu.l2cache.demand_mshr_misses_0 952 # number of demand (read+write) MSHR misses +system.cpu.l2cache.demand_mshr_misses 956 # number of demand (read+write) MSHR misses +system.cpu.l2cache.demand_mshr_misses_0 956 # number of demand (read+write) MSHR misses system.cpu.l2cache.demand_mshr_misses_1 0 # number of demand (read+write) MSHR misses system.cpu.l2cache.fast_writes 0 # number of fast writes performed system.cpu.l2cache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.l2cache.mshr_cap_events_0 0 # number of times MSHR cap was activated system.cpu.l2cache.mshr_cap_events_1 0 # number of times MSHR cap was activated system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.l2cache.overall_accesses 955 # number of overall (read+write) accesses -system.cpu.l2cache.overall_accesses_0 955 # number of overall (read+write) accesses +system.cpu.l2cache.overall_accesses 958 # number of overall (read+write) accesses +system.cpu.l2cache.overall_accesses_0 958 # number of overall (read+write) accesses system.cpu.l2cache.overall_accesses_1 0 # number of overall (read+write) accesses system.cpu.l2cache.overall_avg_miss_latency # average overall miss latency -system.cpu.l2cache.overall_avg_miss_latency_0 4699.579832 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency_0 6573.744770 # average overall miss latency system.cpu.l2cache.overall_avg_miss_latency_1 # average overall miss latency system.cpu.l2cache.overall_avg_mshr_miss_latency # average overall mshr miss latency -system.cpu.l2cache.overall_avg_mshr_miss_latency_0 2699.579832 # average overall mshr miss latency +system.cpu.l2cache.overall_avg_mshr_miss_latency_0 3573.744770 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_miss_latency_1 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency_0 # average overall mshr uncacheable latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency_1 # average overall mshr uncacheable latency -system.cpu.l2cache.overall_hits 3 # number of overall hits -system.cpu.l2cache.overall_hits_0 3 # number of overall hits +system.cpu.l2cache.overall_hits 2 # number of overall hits +system.cpu.l2cache.overall_hits_0 2 # number of overall hits system.cpu.l2cache.overall_hits_1 0 # number of overall hits -system.cpu.l2cache.overall_miss_latency 4474000 # number of overall miss cycles -system.cpu.l2cache.overall_miss_latency_0 4474000 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency 6284500 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency_0 6284500 # number of overall miss cycles system.cpu.l2cache.overall_miss_latency_1 0 # number of overall miss cycles system.cpu.l2cache.overall_miss_rate # miss rate for overall accesses -system.cpu.l2cache.overall_miss_rate_0 0.996859 # miss rate for overall accesses +system.cpu.l2cache.overall_miss_rate_0 0.997912 # miss rate for overall accesses system.cpu.l2cache.overall_miss_rate_1 # miss rate for overall accesses -system.cpu.l2cache.overall_misses 952 # number of overall misses -system.cpu.l2cache.overall_misses_0 952 # number of overall misses +system.cpu.l2cache.overall_misses 956 # number of overall misses +system.cpu.l2cache.overall_misses_0 956 # number of overall misses system.cpu.l2cache.overall_misses_1 0 # number of overall misses system.cpu.l2cache.overall_mshr_hits 0 # number of overall MSHR hits system.cpu.l2cache.overall_mshr_hits_0 0 # number of overall MSHR hits system.cpu.l2cache.overall_mshr_hits_1 0 # number of overall MSHR hits -system.cpu.l2cache.overall_mshr_miss_latency 2570000 # number of overall MSHR miss cycles -system.cpu.l2cache.overall_mshr_miss_latency_0 2570000 # number of overall MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_latency 3416500 # number of overall MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_latency_0 3416500 # number of overall MSHR miss cycles system.cpu.l2cache.overall_mshr_miss_latency_1 0 # number of overall MSHR miss cycles system.cpu.l2cache.overall_mshr_miss_rate # mshr miss rate for overall accesses -system.cpu.l2cache.overall_mshr_miss_rate_0 0.996859 # mshr miss rate for overall accesses +system.cpu.l2cache.overall_mshr_miss_rate_0 0.997912 # mshr miss rate for overall accesses system.cpu.l2cache.overall_mshr_miss_rate_1 # mshr miss rate for overall accesses -system.cpu.l2cache.overall_mshr_misses 952 # number of overall MSHR misses -system.cpu.l2cache.overall_mshr_misses_0 952 # number of overall MSHR misses +system.cpu.l2cache.overall_mshr_misses 956 # number of overall MSHR misses +system.cpu.l2cache.overall_mshr_misses_0 956 # number of overall MSHR misses system.cpu.l2cache.overall_mshr_misses_1 0 # number of overall MSHR misses system.cpu.l2cache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.l2cache.overall_mshr_uncacheable_latency_0 0 # number of overall MSHR uncacheable cycles @@ -719,33 +719,33 @@ system.cpu.l2cache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.l2cache.replacements 0 # number of replacements system.cpu.l2cache.replacements_0 0 # number of replacements system.cpu.l2cache.replacements_1 0 # number of replacements -system.cpu.l2cache.sampled_refs 778 # Sample count of references to valid blocks. +system.cpu.l2cache.sampled_refs 782 # Sample count of references to valid blocks. system.cpu.l2cache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions system.cpu.l2cache.soft_prefetch_mshr_full_0 0 # number of mshr full events for SW prefetching instrutions system.cpu.l2cache.soft_prefetch_mshr_full_1 0 # number of mshr full events for SW prefetching instrutions -system.cpu.l2cache.tagsinuse 424.676856 # Cycle average of tags in use -system.cpu.l2cache.total_refs 3 # Total number of references to valid blocks. +system.cpu.l2cache.tagsinuse 419.781607 # Cycle average of tags in use +system.cpu.l2cache.total_refs 2 # Total number of references to valid blocks. system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.l2cache.writebacks 0 # number of writebacks system.cpu.l2cache.writebacks_0 0 # number of writebacks system.cpu.l2cache.writebacks_1 0 # number of writebacks -system.cpu.numCycles 11455 # number of cpu cycles simulated -system.cpu.rename.RENAME:BlockCycles 641 # Number of cycles rename is blocking +system.cpu.numCycles 12727 # number of cpu cycles simulated +system.cpu.rename.RENAME:BlockCycles 743 # Number of cycles rename is blocking system.cpu.rename.RENAME:CommittedMaps 8102 # Number of HB maps that are committed -system.cpu.rename.RENAME:IdleCycles 15417 # Number of cycles rename is idle -system.cpu.rename.RENAME:LSQFullEvents 776 # Number of times rename has blocked due to LSQ full -system.cpu.rename.RENAME:RenameLookups 27043 # Number of register rename lookups that rename has made -system.cpu.rename.RENAME:RenamedInsts 21312 # Number of instructions processed by rename -system.cpu.rename.RENAME:RenamedOperands 15958 # Number of destination operands rename has renamed -system.cpu.rename.RENAME:RunCycles 3623 # Number of cycles rename is running -system.cpu.rename.RENAME:SquashCycles 1569 # Number of cycles rename is squashing -system.cpu.rename.RENAME:UnblockCycles 844 # Number of cycles rename is unblocking -system.cpu.rename.RENAME:UndoneMaps 7856 # Number of HB maps that are undone due to squashing -system.cpu.rename.RENAME:serializeStallCycles 504 # count of cycles rename stalled for serializing inst +system.cpu.rename.RENAME:IdleCycles 17661 # Number of cycles rename is idle +system.cpu.rename.RENAME:LSQFullEvents 854 # Number of times rename has blocked due to LSQ full +system.cpu.rename.RENAME:RenameLookups 27553 # Number of register rename lookups that rename has made +system.cpu.rename.RENAME:RenamedInsts 21741 # Number of instructions processed by rename +system.cpu.rename.RENAME:RenamedOperands 16306 # Number of destination operands rename has renamed +system.cpu.rename.RENAME:RunCycles 3686 # Number of cycles rename is running +system.cpu.rename.RENAME:SquashCycles 1667 # Number of cycles rename is squashing +system.cpu.rename.RENAME:UnblockCycles 906 # Number of cycles rename is unblocking +system.cpu.rename.RENAME:UndoneMaps 8204 # Number of HB maps that are undone due to squashing +system.cpu.rename.RENAME:serializeStallCycles 509 # count of cycles rename stalled for serializing inst system.cpu.rename.RENAME:serializingInsts 48 # count of serializing insts renamed -system.cpu.rename.RENAME:skidInsts 2318 # count of insts added to the skid buffer +system.cpu.rename.RENAME:skidInsts 2494 # count of insts added to the skid buffer system.cpu.rename.RENAME:tempSerializingInsts 36 # count of temporary serializing insts renamed -system.cpu.timesIdled 4 # Number of times that the entire CPU went into an idle state and unscheduled itself +system.cpu.timesIdled 16 # Number of times that the entire CPU went into an idle state and unscheduled itself system.cpu.workload0.PROG:num_syscalls 17 # Number of system calls system.cpu.workload1.PROG:num_syscalls 17 # Number of system calls diff --git a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stderr b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stderr index 0ce82a0be..d4c363b88 100644 --- a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stderr +++ b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stderr @@ -1,5 +1,5 @@ -0: system.remote_gdb.listener: listening for remote gdb on port 7000 -0: system.remote_gdb.listener: listening for remote gdb on port 7001 +0: system.remote_gdb.listener: listening for remote gdb on port 7007 +0: system.remote_gdb.listener: listening for remote gdb on port 7008 warn: Entering event queue @ 0. Starting simulation... warn: Increasing stack size by one page. warn: Increasing stack size by one page. diff --git a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stdout b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stdout index c18a78d82..2035a5635 100644 --- a/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stdout +++ b/tests/quick/01.hello-2T-smt/ref/alpha/linux/o3-timing/stdout @@ -2,14 +2,14 @@ Hello world! Hello world! M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Jan 15 2008 08:14:31 -M5 started Tue Jan 15 08:14:22 2008 -M5 executing on m45-038.pool +M5 compiled Feb 24 2008 12:58:20 +M5 started Sun Feb 24 12:58:27 2008 +M5 executing on tater command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/01.hello-2T-smt/alpha/linux/o3-timing tests/run.py quick/01.hello-2T-smt/alpha/linux/o3-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 5727000 because target called exit() +Exiting @ tick 6363000 because target called exit() diff --git a/tests/quick/02.insttest/ref/sparc/linux/o3-timing/config.ini b/tests/quick/02.insttest/ref/sparc/linux/o3-timing/config.ini index cecc44478..c6ceaa121 100644 --- a/tests/quick/02.insttest/ref/sparc/linux/o3-timing/config.ini +++ b/tests/quick/02.insttest/ref/sparc/linux/o3-timing/config.ini @@ -354,6 +354,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side @@ -383,6 +384,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.physmem.port[0] system.cpu.l2cache.mem_side diff --git a/tests/quick/02.insttest/ref/sparc/linux/o3-timing/m5stats.txt b/tests/quick/02.insttest/ref/sparc/linux/o3-timing/m5stats.txt index d627d0089..effb5fdd8 100644 --- a/tests/quick/02.insttest/ref/sparc/linux/o3-timing/m5stats.txt +++ b/tests/quick/02.insttest/ref/sparc/linux/o3-timing/m5stats.txt @@ -1,40 +1,40 @@ ---------- Begin Simulation Statistics ---------- global.BPredUnit.BTBCorrect 0 # Number of correct BTB predictions (this stat may not work properly. -global.BPredUnit.BTBHits 2711 # Number of BTB hits -global.BPredUnit.BTBLookups 6964 # Number of BTB lookups +global.BPredUnit.BTBHits 2713 # Number of BTB hits +global.BPredUnit.BTBLookups 6851 # Number of BTB lookups global.BPredUnit.RASInCorrect 0 # Number of incorrect RAS predictions. -global.BPredUnit.condIncorrect 2012 # Number of conditional branches incorrect -global.BPredUnit.condPredicted 7659 # Number of conditional branches predicted -global.BPredUnit.lookups 7659 # Number of BP lookups +global.BPredUnit.condIncorrect 2011 # Number of conditional branches incorrect +global.BPredUnit.condPredicted 7546 # Number of conditional branches predicted +global.BPredUnit.lookups 7546 # Number of BP lookups global.BPredUnit.usedRAS 0 # Number of times the RAS was used to get a target. -host_inst_rate 42769 # Simulator instruction rate (inst/s) -host_mem_usage 153188 # Number of bytes of host memory used -host_seconds 0.24 # Real time elapsed on the host -host_tick_rate 61517406 # Simulator tick rate (ticks/s) +host_inst_rate 35519 # Simulator instruction rate (inst/s) +host_mem_usage 195624 # Number of bytes of host memory used +host_seconds 0.29 # Real time elapsed on the host +host_tick_rate 52488986 # Simulator tick rate (ticks/s) memdepunit.memDep.conflictingLoads 15 # Number of conflicting loads. memdepunit.memDep.conflictingStores 0 # Number of conflicting stores. -memdepunit.memDep.insertedLoads 3077 # Number of loads inserted to the mem dependence unit. -memdepunit.memDep.insertedStores 2956 # Number of stores inserted to the mem dependence unit. +memdepunit.memDep.insertedLoads 3058 # Number of loads inserted to the mem dependence unit. +memdepunit.memDep.insertedStores 2926 # Number of stores inserted to the mem dependence unit. sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 10411 # Number of instructions simulated sim_seconds 0.000015 # Number of seconds simulated -sim_ticks 14990500 # Number of ticks simulated +sim_ticks 15392500 # Number of ticks simulated system.cpu.commit.COM:branches 2152 # Number of branches committed -system.cpu.commit.COM:bw_lim_events 87 # number cycles where commit BW limit reached +system.cpu.commit.COM:bw_lim_events 88 # number cycles where commit BW limit reached system.cpu.commit.COM:bw_limited 0 # number of insts not committed due to BW limits system.cpu.commit.COM:committed_per_cycle.start_dist # Number of insts commited each cycle -system.cpu.commit.COM:committed_per_cycle.samples 26989 +system.cpu.commit.COM:committed_per_cycle.samples 27698 system.cpu.commit.COM:committed_per_cycle.min_value 0 - 0 21416 7935.08% - 1 3114 1153.80% - 2 1160 429.80% - 3 589 218.24% - 4 306 113.38% - 5 84 31.12% - 6 196 72.62% - 7 37 13.71% - 8 87 32.24% + 0 22133 7990.83% + 1 3105 1121.02% + 2 1159 418.44% + 3 591 213.37% + 4 306 110.48% + 5 82 29.61% + 6 196 70.76% + 7 38 13.72% + 8 88 31.77% system.cpu.commit.COM:committed_per_cycle.max_value 8 system.cpu.commit.COM:committed_per_cycle.end_dist @@ -43,71 +43,71 @@ system.cpu.commit.COM:loads 1462 # Nu system.cpu.commit.COM:membars 0 # Number of memory barriers committed system.cpu.commit.COM:refs 2760 # Number of memory references committed system.cpu.commit.COM:swp_count 0 # Number of s/w prefetches committed -system.cpu.commit.branchMispredicts 2012 # The number of times a branch was mispredicted +system.cpu.commit.branchMispredicts 2011 # The number of times a branch was mispredicted system.cpu.commit.commitCommittedInsts 10976 # The number of committed instructions system.cpu.commit.commitNonSpecStalls 329 # The number of times commit has been forced to stall to communicate backwards -system.cpu.commit.commitSquashedInsts 13198 # The number of squashed insts skipped by commit +system.cpu.commit.commitSquashedInsts 13116 # The number of squashed insts skipped by commit system.cpu.committedInsts 10411 # Number of Instructions Simulated system.cpu.committedInsts_total 10411 # Number of Instructions Simulated -system.cpu.cpi 2.879839 # CPI: Cycles Per Instruction -system.cpu.cpi_total 2.879839 # CPI: Total CPI of All Threads -system.cpu.dcache.ReadReq_accesses 2274 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency 9734.848485 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency 5560.606061 # average ReadReq mshr miss latency -system.cpu.dcache.ReadReq_hits 2208 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 642500 # number of ReadReq miss cycles -system.cpu.dcache.ReadReq_miss_rate 0.029024 # miss rate for ReadReq accesses +system.cpu.cpi 2.957065 # CPI: Cycles Per Instruction +system.cpu.cpi_total 2.957065 # CPI: Total CPI of All Threads +system.cpu.dcache.ReadReq_accesses 2271 # number of ReadReq accesses(hits+misses) +system.cpu.dcache.ReadReq_avg_miss_latency 13053.030303 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency 7068.181818 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_hits 2205 # number of ReadReq hits +system.cpu.dcache.ReadReq_miss_latency 861500 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_rate 0.029062 # miss rate for ReadReq accesses system.cpu.dcache.ReadReq_misses 66 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_hits 25 # number of ReadReq MSHR hits -system.cpu.dcache.ReadReq_mshr_miss_latency 367000 # number of ReadReq MSHR miss cycles -system.cpu.dcache.ReadReq_mshr_miss_rate 0.029024 # mshr miss rate for ReadReq accesses +system.cpu.dcache.ReadReq_mshr_hits 26 # number of ReadReq MSHR hits +system.cpu.dcache.ReadReq_mshr_miss_latency 466500 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_rate 0.029062 # mshr miss rate for ReadReq accesses system.cpu.dcache.ReadReq_mshr_misses 66 # number of ReadReq MSHR misses system.cpu.dcache.SwapReq_accesses 6 # number of SwapReq accesses(hits+misses) system.cpu.dcache.SwapReq_hits 6 # number of SwapReq hits -system.cpu.dcache.WriteReq_accesses 1171 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency 16414.285714 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency 5623.809524 # average WriteReq mshr miss latency -system.cpu.dcache.WriteReq_hits 1066 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 1723500 # number of WriteReq miss cycles -system.cpu.dcache.WriteReq_miss_rate 0.089667 # miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_accesses 1167 # number of WriteReq accesses(hits+misses) +system.cpu.dcache.WriteReq_avg_miss_latency 21642.857143 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency 6966.666667 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_hits 1062 # number of WriteReq hits +system.cpu.dcache.WriteReq_miss_latency 2272500 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_rate 0.089974 # miss rate for WriteReq accesses system.cpu.dcache.WriteReq_misses 105 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_hits 121 # number of WriteReq MSHR hits -system.cpu.dcache.WriteReq_mshr_miss_latency 590500 # number of WriteReq MSHR miss cycles -system.cpu.dcache.WriteReq_mshr_miss_rate 0.089667 # mshr miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_mshr_hits 125 # number of WriteReq MSHR hits +system.cpu.dcache.WriteReq_mshr_miss_latency 731500 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_rate 0.089974 # mshr miss rate for WriteReq accesses system.cpu.dcache.WriteReq_mshr_misses 105 # number of WriteReq MSHR misses system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.dcache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.dcache.avg_refs 21.703947 # Average number of references to valid blocks. +system.cpu.dcache.avg_refs 21.657895 # Average number of references to valid blocks. system.cpu.dcache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed -system.cpu.dcache.demand_accesses 3445 # number of demand (read+write) accesses -system.cpu.dcache.demand_avg_miss_latency 13836.257310 # average overall miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency 5599.415205 # average overall mshr miss latency -system.cpu.dcache.demand_hits 3274 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 2366000 # number of demand (read+write) miss cycles -system.cpu.dcache.demand_miss_rate 0.049637 # miss rate for demand accesses +system.cpu.dcache.demand_accesses 3438 # number of demand (read+write) accesses +system.cpu.dcache.demand_avg_miss_latency 18327.485380 # average overall miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency 7005.847953 # average overall mshr miss latency +system.cpu.dcache.demand_hits 3267 # number of demand (read+write) hits +system.cpu.dcache.demand_miss_latency 3134000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_rate 0.049738 # miss rate for demand accesses system.cpu.dcache.demand_misses 171 # number of demand (read+write) misses -system.cpu.dcache.demand_mshr_hits 146 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 957500 # number of demand (read+write) MSHR miss cycles -system.cpu.dcache.demand_mshr_miss_rate 0.049637 # mshr miss rate for demand accesses +system.cpu.dcache.demand_mshr_hits 151 # number of demand (read+write) MSHR hits +system.cpu.dcache.demand_mshr_miss_latency 1198000 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_rate 0.049738 # mshr miss rate for demand accesses system.cpu.dcache.demand_mshr_misses 171 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.dcache.overall_accesses 3445 # number of overall (read+write) accesses -system.cpu.dcache.overall_avg_miss_latency 13836.257310 # average overall miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency 5599.415205 # average overall mshr miss latency +system.cpu.dcache.overall_accesses 3438 # number of overall (read+write) accesses +system.cpu.dcache.overall_avg_miss_latency 18327.485380 # average overall miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency 7005.847953 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency -system.cpu.dcache.overall_hits 3274 # number of overall hits -system.cpu.dcache.overall_miss_latency 2366000 # number of overall miss cycles -system.cpu.dcache.overall_miss_rate 0.049637 # miss rate for overall accesses +system.cpu.dcache.overall_hits 3267 # number of overall hits +system.cpu.dcache.overall_miss_latency 3134000 # number of overall miss cycles +system.cpu.dcache.overall_miss_rate 0.049738 # miss rate for overall accesses system.cpu.dcache.overall_misses 171 # number of overall misses -system.cpu.dcache.overall_mshr_hits 146 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 957500 # number of overall MSHR miss cycles -system.cpu.dcache.overall_mshr_miss_rate 0.049637 # mshr miss rate for overall accesses +system.cpu.dcache.overall_mshr_hits 151 # number of overall MSHR hits +system.cpu.dcache.overall_mshr_miss_latency 1198000 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_rate 0.049738 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_misses 171 # number of overall MSHR misses system.cpu.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.dcache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses @@ -123,85 +123,85 @@ system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.dcache.replacements 0 # number of replacements system.cpu.dcache.sampled_refs 152 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 111.288485 # Cycle average of tags in use -system.cpu.dcache.total_refs 3299 # Total number of references to valid blocks. +system.cpu.dcache.tagsinuse 110.780967 # Cycle average of tags in use +system.cpu.dcache.total_refs 3292 # Total number of references to valid blocks. system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.dcache.writebacks 0 # number of writebacks -system.cpu.decode.DECODE:BlockedCycles 3945 # Number of cycles decode is blocked -system.cpu.decode.DECODE:DecodedInsts 38084 # Number of instructions handled by decode -system.cpu.decode.DECODE:IdleCycles 12820 # Number of cycles decode is idle -system.cpu.decode.DECODE:RunCycles 10159 # Number of cycles decode is running -system.cpu.decode.DECODE:SquashCycles 2909 # Number of cycles decode is squashing +system.cpu.decode.DECODE:BlockedCycles 4065 # Number of cycles decode is blocked +system.cpu.decode.DECODE:DecodedInsts 37568 # Number of instructions handled by decode +system.cpu.decode.DECODE:IdleCycles 13467 # Number of cycles decode is idle +system.cpu.decode.DECODE:RunCycles 10101 # Number of cycles decode is running +system.cpu.decode.DECODE:SquashCycles 2901 # Number of cycles decode is squashing system.cpu.decode.DECODE:UnblockCycles 65 # Number of cycles decode is unblocking -system.cpu.fetch.Branches 7659 # Number of branches that fetch encountered -system.cpu.fetch.CacheLines 4927 # Number of cache lines fetched -system.cpu.fetch.Cycles 16219 # Number of cycles fetch has run and was not squashing or blocked -system.cpu.fetch.IcacheSquashes 589 # Number of outstanding Icache misses that were squashed -system.cpu.fetch.Insts 42202 # Number of instructions fetch has processed -system.cpu.fetch.SquashCycles 2099 # Number of cycles fetch has spent squashing -system.cpu.fetch.branchRate 0.255453 # Number of branch fetches per cycle -system.cpu.fetch.icacheStallCycles 4927 # Number of cycles fetch is stalled on an Icache miss -system.cpu.fetch.predictedBranches 2711 # Number of branches that fetch has predicted taken -system.cpu.fetch.rate 1.407578 # Number of inst fetches per cycle +system.cpu.fetch.Branches 7546 # Number of branches that fetch encountered +system.cpu.fetch.CacheLines 4905 # Number of cache lines fetched +system.cpu.fetch.Cycles 16129 # Number of cycles fetch has run and was not squashing or blocked +system.cpu.fetch.IcacheSquashes 609 # Number of outstanding Icache misses that were squashed +system.cpu.fetch.Insts 41611 # Number of instructions fetch has processed +system.cpu.fetch.SquashCycles 2098 # Number of cycles fetch has spent squashing +system.cpu.fetch.branchRate 0.245111 # Number of branch fetches per cycle +system.cpu.fetch.icacheStallCycles 4905 # Number of cycles fetch is stalled on an Icache miss +system.cpu.fetch.predictedBranches 2713 # Number of branches that fetch has predicted taken +system.cpu.fetch.rate 1.351621 # Number of inst fetches per cycle system.cpu.fetch.rateDist.start_dist # Number of instructions fetched each cycle (Total) -system.cpu.fetch.rateDist.samples 29898 +system.cpu.fetch.rateDist.samples 30599 system.cpu.fetch.rateDist.min_value 0 - 0 18628 6230.52% - 1 4885 1633.89% - 2 619 207.04% - 3 712 238.14% - 4 788 263.56% - 5 640 214.06% - 6 611 204.36% - 7 195 65.22% - 8 2820 943.21% + 0 19398 6339.42% + 1 4890 1598.09% + 2 619 202.29% + 3 711 232.36% + 4 788 257.52% + 5 642 209.81% + 6 612 200.01% + 7 196 64.05% + 8 2743 896.43% system.cpu.fetch.rateDist.max_value 8 system.cpu.fetch.rateDist.end_dist -system.cpu.icache.ReadReq_accesses 4907 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency 7495.945946 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency 5325.675676 # average ReadReq mshr miss latency -system.cpu.icache.ReadReq_hits 4537 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 2773500 # number of ReadReq miss cycles -system.cpu.icache.ReadReq_miss_rate 0.075402 # miss rate for ReadReq accesses +system.cpu.icache.ReadReq_accesses 4860 # number of ReadReq accesses(hits+misses) +system.cpu.icache.ReadReq_avg_miss_latency 9979.729730 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency 6462.162162 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_hits 4490 # number of ReadReq hits +system.cpu.icache.ReadReq_miss_latency 3692500 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_rate 0.076132 # miss rate for ReadReq accesses system.cpu.icache.ReadReq_misses 370 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_hits 20 # number of ReadReq MSHR hits -system.cpu.icache.ReadReq_mshr_miss_latency 1970500 # number of ReadReq MSHR miss cycles -system.cpu.icache.ReadReq_mshr_miss_rate 0.075402 # mshr miss rate for ReadReq accesses +system.cpu.icache.ReadReq_mshr_hits 45 # number of ReadReq MSHR hits +system.cpu.icache.ReadReq_mshr_miss_latency 2391000 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_rate 0.076132 # mshr miss rate for ReadReq accesses system.cpu.icache.ReadReq_mshr_misses 370 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.icache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.icache.avg_refs 12.262162 # Average number of references to valid blocks. +system.cpu.icache.avg_refs 12.135135 # Average number of references to valid blocks. system.cpu.icache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed -system.cpu.icache.demand_accesses 4907 # number of demand (read+write) accesses -system.cpu.icache.demand_avg_miss_latency 7495.945946 # average overall miss latency -system.cpu.icache.demand_avg_mshr_miss_latency 5325.675676 # average overall mshr miss latency -system.cpu.icache.demand_hits 4537 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 2773500 # number of demand (read+write) miss cycles -system.cpu.icache.demand_miss_rate 0.075402 # miss rate for demand accesses +system.cpu.icache.demand_accesses 4860 # number of demand (read+write) accesses +system.cpu.icache.demand_avg_miss_latency 9979.729730 # average overall miss latency +system.cpu.icache.demand_avg_mshr_miss_latency 6462.162162 # average overall mshr miss latency +system.cpu.icache.demand_hits 4490 # number of demand (read+write) hits +system.cpu.icache.demand_miss_latency 3692500 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_rate 0.076132 # miss rate for demand accesses system.cpu.icache.demand_misses 370 # number of demand (read+write) misses -system.cpu.icache.demand_mshr_hits 20 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 1970500 # number of demand (read+write) MSHR miss cycles -system.cpu.icache.demand_mshr_miss_rate 0.075402 # mshr miss rate for demand accesses +system.cpu.icache.demand_mshr_hits 45 # number of demand (read+write) MSHR hits +system.cpu.icache.demand_mshr_miss_latency 2391000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_rate 0.076132 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_misses 370 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.icache.overall_accesses 4907 # number of overall (read+write) accesses -system.cpu.icache.overall_avg_miss_latency 7495.945946 # average overall miss latency -system.cpu.icache.overall_avg_mshr_miss_latency 5325.675676 # average overall mshr miss latency +system.cpu.icache.overall_accesses 4860 # number of overall (read+write) accesses +system.cpu.icache.overall_avg_miss_latency 9979.729730 # average overall miss latency +system.cpu.icache.overall_avg_mshr_miss_latency 6462.162162 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency -system.cpu.icache.overall_hits 4537 # number of overall hits -system.cpu.icache.overall_miss_latency 2773500 # number of overall miss cycles -system.cpu.icache.overall_miss_rate 0.075402 # miss rate for overall accesses +system.cpu.icache.overall_hits 4490 # number of overall hits +system.cpu.icache.overall_miss_latency 3692500 # number of overall miss cycles +system.cpu.icache.overall_miss_rate 0.076132 # miss rate for overall accesses system.cpu.icache.overall_misses 370 # number of overall misses -system.cpu.icache.overall_mshr_hits 20 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 1970500 # number of overall MSHR miss cycles -system.cpu.icache.overall_mshr_miss_rate 0.075402 # mshr miss rate for overall accesses +system.cpu.icache.overall_mshr_hits 45 # number of overall MSHR hits +system.cpu.icache.overall_mshr_miss_latency 2391000 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_rate 0.076132 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_misses 370 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.icache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses @@ -217,59 +217,59 @@ system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.icache.replacements 1 # number of replacements system.cpu.icache.sampled_refs 370 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 233.477311 # Cycle average of tags in use -system.cpu.icache.total_refs 4537 # Total number of references to valid blocks. +system.cpu.icache.tagsinuse 230.770092 # Cycle average of tags in use +system.cpu.icache.total_refs 4490 # Total number of references to valid blocks. system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks -system.cpu.idleCycles 84 # Total number of cycles that the CPU has spent unscheduled due to idling -system.cpu.iew.EXEC:branches 3086 # Number of branches executed +system.cpu.idleCycles 187 # Total number of cycles that the CPU has spent unscheduled due to idling +system.cpu.iew.EXEC:branches 3077 # Number of branches executed system.cpu.iew.EXEC:nop 1794 # number of nop insts executed -system.cpu.iew.EXEC:rate 0.575379 # Inst execution rate -system.cpu.iew.EXEC:refs 4543 # number of memory reference insts executed -system.cpu.iew.EXEC:stores 2116 # Number of stores executed +system.cpu.iew.EXEC:rate 0.558825 # Inst execution rate +system.cpu.iew.EXEC:refs 4529 # number of memory reference insts executed +system.cpu.iew.EXEC:stores 2104 # Number of stores executed system.cpu.iew.EXEC:swp 0 # number of swp insts executed -system.cpu.iew.WB:consumers 9189 # num instructions consuming a value -system.cpu.iew.WB:count 16618 # cumulative count of insts written-back -system.cpu.iew.WB:fanout 0.827620 # average fanout of values written-back +system.cpu.iew.WB:consumers 9158 # num instructions consuming a value +system.cpu.iew.WB:count 16580 # cumulative count of insts written-back +system.cpu.iew.WB:fanout 0.828347 # average fanout of values written-back system.cpu.iew.WB:penalized 0 # number of instrctions required to write to 'other' IQ system.cpu.iew.WB:penalized_rate 0 # fraction of instructions written-back that wrote to 'other' IQ -system.cpu.iew.WB:producers 7605 # num instructions producing a value -system.cpu.iew.WB:rate 0.554266 # insts written-back per cycle -system.cpu.iew.WB:sent 16830 # cumulative count of insts sent to commit -system.cpu.iew.branchMispredicts 2216 # Number of branch mispredicts detected at execute +system.cpu.iew.WB:producers 7586 # num instructions producing a value +system.cpu.iew.WB:rate 0.538556 # insts written-back per cycle +system.cpu.iew.WB:sent 16781 # cumulative count of insts sent to commit +system.cpu.iew.branchMispredicts 2212 # Number of branch mispredicts detected at execute system.cpu.iew.iewBlockCycles 0 # Number of cycles IEW is blocking -system.cpu.iew.iewDispLoadInsts 3077 # Number of dispatched load instructions +system.cpu.iew.iewDispLoadInsts 3058 # Number of dispatched load instructions system.cpu.iew.iewDispNonSpecInsts 612 # Number of dispatched non-speculative instructions -system.cpu.iew.iewDispSquashedInsts 2973 # Number of squashed instructions skipped by dispatch -system.cpu.iew.iewDispStoreInsts 2956 # Number of dispatched store instructions -system.cpu.iew.iewDispatchedInsts 24330 # Number of instructions dispatched to IQ -system.cpu.iew.iewExecLoadInsts 2427 # Number of load instructions executed -system.cpu.iew.iewExecSquashedInsts 2838 # Number of squashed instructions skipped in execute -system.cpu.iew.iewExecutedInsts 17251 # Number of executed instructions +system.cpu.iew.iewDispSquashedInsts 2936 # Number of squashed instructions skipped by dispatch +system.cpu.iew.iewDispStoreInsts 2926 # Number of dispatched store instructions +system.cpu.iew.iewDispatchedInsts 24197 # Number of instructions dispatched to IQ +system.cpu.iew.iewExecLoadInsts 2425 # Number of load instructions executed +system.cpu.iew.iewExecSquashedInsts 2802 # Number of squashed instructions skipped in execute +system.cpu.iew.iewExecutedInsts 17204 # Number of executed instructions system.cpu.iew.iewIQFullEvents 0 # Number of times the IQ has become full, causing a stall system.cpu.iew.iewIdleCycles 0 # Number of cycles IEW is idle system.cpu.iew.iewLSQFullEvents 0 # Number of times the LSQ has become full, causing a stall -system.cpu.iew.iewSquashCycles 2909 # Number of cycles IEW is squashing +system.cpu.iew.iewSquashCycles 2901 # Number of cycles IEW is squashing system.cpu.iew.iewUnblockCycles 0 # Number of cycles IEW is unblocking system.cpu.iew.lsq.thread.0.blockedLoads 0 # Number of blocked loads due to partial load-store forwarding system.cpu.iew.lsq.thread.0.cacheBlocked 0 # Number of times an access to memory failed due to the cache being blocked -system.cpu.iew.lsq.thread.0.forwLoads 46 # Number of loads that had data forwarded from stores -system.cpu.iew.lsq.thread.0.ignoredResponses 7 # Number of memory responses ignored because the instruction is squashed +system.cpu.iew.lsq.thread.0.forwLoads 47 # Number of loads that had data forwarded from stores +system.cpu.iew.lsq.thread.0.ignoredResponses 8 # Number of memory responses ignored because the instruction is squashed system.cpu.iew.lsq.thread.0.invAddrLoads 0 # Number of loads ignored due to an invalid address system.cpu.iew.lsq.thread.0.invAddrSwpfs 0 # Number of software prefetches ignored due to an invalid address system.cpu.iew.lsq.thread.0.memOrderViolation 57 # Number of memory ordering violations system.cpu.iew.lsq.thread.0.rescheduledLoads 1 # Number of loads that were rescheduled -system.cpu.iew.lsq.thread.0.squashedLoads 1615 # Number of loads squashed -system.cpu.iew.lsq.thread.0.squashedStores 1658 # Number of stores squashed +system.cpu.iew.lsq.thread.0.squashedLoads 1596 # Number of loads squashed +system.cpu.iew.lsq.thread.0.squashedStores 1628 # Number of stores squashed system.cpu.iew.memOrderViolationEvents 57 # Number of memory order violations -system.cpu.iew.predictedNotTakenIncorrect 695 # Number of branches that were predicted not taken incorrectly -system.cpu.iew.predictedTakenIncorrect 1521 # Number of branches that were predicted taken incorrectly -system.cpu.ipc 0.347242 # IPC: Instructions Per Cycle -system.cpu.ipc_total 0.347242 # IPC: Total IPC of All Threads -system.cpu.iq.ISSUE:FU_type_0 20089 # Type of FU issued +system.cpu.iew.predictedNotTakenIncorrect 689 # Number of branches that were predicted not taken incorrectly +system.cpu.iew.predictedTakenIncorrect 1523 # Number of branches that were predicted taken incorrectly +system.cpu.ipc 0.338173 # IPC: Instructions Per Cycle +system.cpu.ipc_total 0.338173 # IPC: Total IPC of All Threads +system.cpu.iq.ISSUE:FU_type_0 20006 # Type of FU issued system.cpu.iq.ISSUE:FU_type_0.start_dist No_OpClass 0 0.00% # Type of FU issued - IntAlu 14535 72.35% # Type of FU issued + IntAlu 14491 72.43% # Type of FU issued IntMult 0 0.00% # Type of FU issued IntDiv 0 0.00% # Type of FU issued FloatAdd 0 0.00% # Type of FU issued @@ -278,16 +278,16 @@ system.cpu.iq.ISSUE:FU_type_0.start_dist FloatMult 0 0.00% # Type of FU issued FloatDiv 0 0.00% # Type of FU issued FloatSqrt 0 0.00% # Type of FU issued - MemRead 2907 14.47% # Type of FU issued - MemWrite 2647 13.18% # Type of FU issued + MemRead 2890 14.45% # Type of FU issued + MemWrite 2625 13.12% # Type of FU issued IprAccess 0 0.00% # Type of FU issued InstPrefetch 0 0.00% # Type of FU issued system.cpu.iq.ISSUE:FU_type_0.end_dist -system.cpu.iq.ISSUE:fu_busy_cnt 188 # FU busy when requested -system.cpu.iq.ISSUE:fu_busy_rate 0.009358 # FU busy rate (busy events/executed inst) +system.cpu.iq.ISSUE:fu_busy_cnt 187 # FU busy when requested +system.cpu.iq.ISSUE:fu_busy_rate 0.009347 # FU busy rate (busy events/executed inst) system.cpu.iq.ISSUE:fu_full.start_dist No_OpClass 0 0.00% # attempts to use FU when none available - IntAlu 50 26.60% # attempts to use FU when none available + IntAlu 51 27.27% # attempts to use FU when none available IntMult 0 0.00% # attempts to use FU when none available IntDiv 0 0.00% # attempts to use FU when none available FloatAdd 0 0.00% # attempts to use FU when none available @@ -296,60 +296,60 @@ system.cpu.iq.ISSUE:fu_full.start_dist FloatMult 0 0.00% # attempts to use FU when none available FloatDiv 0 0.00% # attempts to use FU when none available FloatSqrt 0 0.00% # attempts to use FU when none available - MemRead 23 12.23% # attempts to use FU when none available - MemWrite 115 61.17% # attempts to use FU when none available + MemRead 24 12.83% # attempts to use FU when none available + MemWrite 112 59.89% # attempts to use FU when none available IprAccess 0 0.00% # attempts to use FU when none available InstPrefetch 0 0.00% # attempts to use FU when none available system.cpu.iq.ISSUE:fu_full.end_dist system.cpu.iq.ISSUE:issued_per_cycle.start_dist # Number of insts issued each cycle -system.cpu.iq.ISSUE:issued_per_cycle.samples 29898 +system.cpu.iq.ISSUE:issued_per_cycle.samples 30599 system.cpu.iq.ISSUE:issued_per_cycle.min_value 0 - 0 21040 7037.26% - 1 3621 1211.12% - 2 2127 711.42% - 3 1561 522.11% - 4 748 250.18% - 5 407 136.13% - 6 293 98.00% - 7 62 20.74% - 8 39 13.04% + 0 21747 7107.10% + 1 3624 1184.35% + 2 2137 698.39% + 3 1557 508.84% + 4 751 245.43% + 5 397 129.74% + 6 290 94.77% + 7 60 19.61% + 8 36 11.77% system.cpu.iq.ISSUE:issued_per_cycle.max_value 8 system.cpu.iq.ISSUE:issued_per_cycle.end_dist -system.cpu.iq.ISSUE:rate 0.670035 # Inst issue rate -system.cpu.iq.iqInstsAdded 21924 # Number of instructions added to the IQ (excludes non-spec) -system.cpu.iq.iqInstsIssued 20089 # Number of instructions issued +system.cpu.iq.ISSUE:rate 0.649841 # Inst issue rate +system.cpu.iq.iqInstsAdded 21791 # Number of instructions added to the IQ (excludes non-spec) +system.cpu.iq.iqInstsIssued 20006 # Number of instructions issued system.cpu.iq.iqNonSpecInstsAdded 612 # Number of non-speculative instructions added to the IQ -system.cpu.iq.iqSquashedInstsExamined 10307 # Number of squashed instructions iterated over during squash; mainly for profiling -system.cpu.iq.iqSquashedInstsIssued 110 # Number of squashed instructions issued +system.cpu.iq.iqSquashedInstsExamined 10183 # Number of squashed instructions iterated over during squash; mainly for profiling +system.cpu.iq.iqSquashedInstsIssued 106 # Number of squashed instructions issued system.cpu.iq.iqSquashedNonSpecRemoved 283 # Number of squashed non-spec instructions that were removed -system.cpu.iq.iqSquashedOperandsExamined 8241 # Number of squashed operands that are examined and possibly removed from graph +system.cpu.iq.iqSquashedOperandsExamined 8044 # Number of squashed operands that are examined and possibly removed from graph system.cpu.l2cache.ReadExReq_accesses 86 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_avg_miss_latency 4424.418605 # average ReadExReq miss latency -system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 2424.418605 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_miss_latency 380500 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_avg_miss_latency 5755.813953 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 2755.813953 # average ReadExReq mshr miss latency +system.cpu.l2cache.ReadExReq_miss_latency 495000 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_misses 86 # number of ReadExReq misses -system.cpu.l2cache.ReadExReq_mshr_miss_latency 208500 # number of ReadExReq MSHR miss cycles +system.cpu.l2cache.ReadExReq_mshr_miss_latency 237000 # number of ReadExReq MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_mshr_misses 86 # number of ReadExReq MSHR misses system.cpu.l2cache.ReadReq_accesses 436 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_avg_miss_latency 4287.037037 # average ReadReq miss latency -system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 2287.037037 # average ReadReq mshr miss latency +system.cpu.l2cache.ReadReq_avg_miss_latency 5417.824074 # average ReadReq miss latency +system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 2417.824074 # average ReadReq mshr miss latency system.cpu.l2cache.ReadReq_hits 4 # number of ReadReq hits -system.cpu.l2cache.ReadReq_miss_latency 1852000 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_miss_latency 2340500 # number of ReadReq miss cycles system.cpu.l2cache.ReadReq_miss_rate 0.990826 # miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_misses 432 # number of ReadReq misses -system.cpu.l2cache.ReadReq_mshr_miss_latency 988000 # number of ReadReq MSHR miss cycles +system.cpu.l2cache.ReadReq_mshr_miss_latency 1044500 # number of ReadReq MSHR miss cycles system.cpu.l2cache.ReadReq_mshr_miss_rate 0.990826 # mshr miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_mshr_misses 432 # number of ReadReq MSHR misses system.cpu.l2cache.UpgradeReq_accesses 19 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_avg_miss_latency 4421.052632 # average UpgradeReq miss latency -system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 2421.052632 # average UpgradeReq mshr miss latency -system.cpu.l2cache.UpgradeReq_miss_latency 84000 # number of UpgradeReq miss cycles +system.cpu.l2cache.UpgradeReq_avg_miss_latency 5631.578947 # average UpgradeReq miss latency +system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 2631.578947 # average UpgradeReq mshr miss latency +system.cpu.l2cache.UpgradeReq_miss_latency 107000 # number of UpgradeReq miss cycles system.cpu.l2cache.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_misses 19 # number of UpgradeReq misses -system.cpu.l2cache.UpgradeReq_mshr_miss_latency 46000 # number of UpgradeReq MSHR miss cycles +system.cpu.l2cache.UpgradeReq_mshr_miss_latency 50000 # number of UpgradeReq MSHR miss cycles system.cpu.l2cache.UpgradeReq_mshr_miss_rate 1 # mshr miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_mshr_misses 19 # number of UpgradeReq MSHR misses system.cpu.l2cache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -361,29 +361,29 @@ system.cpu.l2cache.blocked_cycles_no_mshrs 0 # system.cpu.l2cache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.cache_copies 0 # number of cache copies performed system.cpu.l2cache.demand_accesses 522 # number of demand (read+write) accesses -system.cpu.l2cache.demand_avg_miss_latency 4309.845560 # average overall miss latency -system.cpu.l2cache.demand_avg_mshr_miss_latency 2309.845560 # average overall mshr miss latency +system.cpu.l2cache.demand_avg_miss_latency 5473.938224 # average overall miss latency +system.cpu.l2cache.demand_avg_mshr_miss_latency 2473.938224 # average overall mshr miss latency system.cpu.l2cache.demand_hits 4 # number of demand (read+write) hits -system.cpu.l2cache.demand_miss_latency 2232500 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency 2835500 # number of demand (read+write) miss cycles system.cpu.l2cache.demand_miss_rate 0.992337 # miss rate for demand accesses system.cpu.l2cache.demand_misses 518 # number of demand (read+write) misses system.cpu.l2cache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.l2cache.demand_mshr_miss_latency 1196500 # number of demand (read+write) MSHR miss cycles +system.cpu.l2cache.demand_mshr_miss_latency 1281500 # number of demand (read+write) MSHR miss cycles system.cpu.l2cache.demand_mshr_miss_rate 0.992337 # mshr miss rate for demand accesses system.cpu.l2cache.demand_mshr_misses 518 # number of demand (read+write) MSHR misses system.cpu.l2cache.fast_writes 0 # number of fast writes performed system.cpu.l2cache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.l2cache.overall_accesses 522 # number of overall (read+write) accesses -system.cpu.l2cache.overall_avg_miss_latency 4309.845560 # average overall miss latency -system.cpu.l2cache.overall_avg_mshr_miss_latency 2309.845560 # average overall mshr miss latency +system.cpu.l2cache.overall_avg_miss_latency 5473.938224 # average overall miss latency +system.cpu.l2cache.overall_avg_mshr_miss_latency 2473.938224 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.l2cache.overall_hits 4 # number of overall hits -system.cpu.l2cache.overall_miss_latency 2232500 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency 2835500 # number of overall miss cycles system.cpu.l2cache.overall_miss_rate 0.992337 # miss rate for overall accesses system.cpu.l2cache.overall_misses 518 # number of overall misses system.cpu.l2cache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.l2cache.overall_mshr_miss_latency 1196500 # number of overall MSHR miss cycles +system.cpu.l2cache.overall_mshr_miss_latency 1281500 # number of overall MSHR miss cycles system.cpu.l2cache.overall_mshr_miss_rate 0.992337 # mshr miss rate for overall accesses system.cpu.l2cache.overall_mshr_misses 518 # number of overall MSHR misses system.cpu.l2cache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -400,25 +400,25 @@ system.cpu.l2cache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.l2cache.replacements 0 # number of replacements system.cpu.l2cache.sampled_refs 413 # Sample count of references to valid blocks. system.cpu.l2cache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.l2cache.tagsinuse 259.708792 # Cycle average of tags in use +system.cpu.l2cache.tagsinuse 257.005987 # Cycle average of tags in use system.cpu.l2cache.total_refs 4 # Total number of references to valid blocks. system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.l2cache.writebacks 0 # number of writebacks -system.cpu.numCycles 29982 # number of cpu cycles simulated +system.cpu.numCycles 30786 # number of cpu cycles simulated system.cpu.rename.RENAME:CommittedMaps 9868 # Number of HB maps that are committed -system.cpu.rename.RENAME:IdleCycles 14192 # Number of cycles rename is idle -system.cpu.rename.RENAME:RenameLookups 51924 # Number of register rename lookups that rename has made -system.cpu.rename.RENAME:RenamedInsts 30001 # Number of instructions processed by rename -system.cpu.rename.RENAME:RenamedOperands 24487 # Number of destination operands rename has renamed -system.cpu.rename.RENAME:RunCycles 8874 # Number of cycles rename is running -system.cpu.rename.RENAME:SquashCycles 2909 # Number of cycles rename is squashing +system.cpu.rename.RENAME:IdleCycles 14813 # Number of cycles rename is idle +system.cpu.rename.RENAME:RenameLookups 51330 # Number of register rename lookups that rename has made +system.cpu.rename.RENAME:RenamedInsts 29671 # Number of instructions processed by rename +system.cpu.rename.RENAME:RenamedOperands 24234 # Number of destination operands rename has renamed +system.cpu.rename.RENAME:RunCycles 8843 # Number of cycles rename is running +system.cpu.rename.RENAME:SquashCycles 2901 # Number of cycles rename is squashing system.cpu.rename.RENAME:UnblockCycles 230 # Number of cycles rename is unblocking -system.cpu.rename.RENAME:UndoneMaps 14619 # Number of HB maps that are undone due to squashing -system.cpu.rename.RENAME:serializeStallCycles 3693 # count of cycles rename stalled for serializing inst -system.cpu.rename.RENAME:serializingInsts 648 # count of serializing insts renamed -system.cpu.rename.RENAME:skidInsts 4472 # count of insts added to the skid buffer -system.cpu.rename.RENAME:tempSerializingInsts 685 # count of temporary serializing insts renamed -system.cpu.timesIdled 20 # Number of times that the entire CPU went into an idle state and unscheduled itself +system.cpu.rename.RENAME:UndoneMaps 14366 # Number of HB maps that are undone due to squashing +system.cpu.rename.RENAME:serializeStallCycles 3812 # count of cycles rename stalled for serializing inst +system.cpu.rename.RENAME:serializingInsts 646 # count of serializing insts renamed +system.cpu.rename.RENAME:skidInsts 4446 # count of insts added to the skid buffer +system.cpu.rename.RENAME:tempSerializingInsts 683 # count of temporary serializing insts renamed +system.cpu.timesIdled 58 # Number of times that the entire CPU went into an idle state and unscheduled itself system.cpu.workload.PROG:num_syscalls 8 # Number of system calls ---------- End Simulation Statistics ---------- diff --git a/tests/quick/02.insttest/ref/sparc/linux/o3-timing/stdout b/tests/quick/02.insttest/ref/sparc/linux/o3-timing/stdout index 38908c941..b6c7cd528 100644 --- a/tests/quick/02.insttest/ref/sparc/linux/o3-timing/stdout +++ b/tests/quick/02.insttest/ref/sparc/linux/o3-timing/stdout @@ -11,14 +11,14 @@ STTW: Passed Done M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Jan 16 2008 04:32:20 -M5 started Wed Jan 16 04:31:23 2008 -M5 executing on m45-027.pool +M5 compiled Feb 24 2008 13:27:50 +M5 started Mon Feb 25 12:17:27 2008 +M5 executing on tater command line: build/SPARC_SE/m5.fast -d build/SPARC_SE/tests/fast/quick/02.insttest/sparc/linux/o3-timing tests/run.py quick/02.insttest/sparc/linux/o3-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 14990500 because target called exit() +Exiting @ tick 15392500 because target called exit() diff --git a/tests/quick/02.insttest/ref/sparc/linux/simple-timing/config.ini b/tests/quick/02.insttest/ref/sparc/linux/simple-timing/config.ini index d4b497ad3..f4a82a8e3 100644 --- a/tests/quick/02.insttest/ref/sparc/linux/simple-timing/config.ini +++ b/tests/quick/02.insttest/ref/sparc/linux/simple-timing/config.ini @@ -152,6 +152,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side @@ -181,6 +182,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.physmem.port[0] system.cpu.l2cache.mem_side diff --git a/tests/quick/02.insttest/ref/sparc/linux/simple-timing/m5stats.txt b/tests/quick/02.insttest/ref/sparc/linux/simple-timing/m5stats.txt index afe24cee8..882e0c177 100644 --- a/tests/quick/02.insttest/ref/sparc/linux/simple-timing/m5stats.txt +++ b/tests/quick/02.insttest/ref/sparc/linux/simple-timing/m5stats.txt @@ -1,33 +1,33 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 2763 # Simulator instruction rate (inst/s) -host_mem_usage 180992 # Number of bytes of host memory used -host_seconds 3.97 # Real time elapsed on the host -host_tick_rate 6131000 # Simulator tick rate (ticks/s) +host_inst_rate 23807 # Simulator instruction rate (inst/s) +host_mem_usage 194964 # Number of bytes of host memory used +host_seconds 0.46 # Real time elapsed on the host +host_tick_rate 54716973 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 10976 # Number of instructions simulated -sim_seconds 0.000024 # Number of seconds simulated -sim_ticks 24355000 # Number of ticks simulated +sim_seconds 0.000025 # Number of seconds simulated +sim_ticks 25237000 # Number of ticks simulated system.cpu.dcache.ReadReq_accesses 1462 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency 25000 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency 23000 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_avg_miss_latency 27000 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency 24000 # average ReadReq mshr miss latency system.cpu.dcache.ReadReq_hits 1408 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 1350000 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_latency 1458000 # number of ReadReq miss cycles system.cpu.dcache.ReadReq_miss_rate 0.036936 # miss rate for ReadReq accesses system.cpu.dcache.ReadReq_misses 54 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_miss_latency 1242000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_latency 1296000 # number of ReadReq MSHR miss cycles system.cpu.dcache.ReadReq_mshr_miss_rate 0.036936 # mshr miss rate for ReadReq accesses system.cpu.dcache.ReadReq_mshr_misses 54 # number of ReadReq MSHR misses system.cpu.dcache.SwapReq_accesses 6 # number of SwapReq accesses(hits+misses) system.cpu.dcache.SwapReq_hits 6 # number of SwapReq hits system.cpu.dcache.WriteReq_accesses 1292 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency 25000 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency 23000 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_avg_miss_latency 27000 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency 24000 # average WriteReq mshr miss latency system.cpu.dcache.WriteReq_hits 1187 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 2625000 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_latency 2835000 # number of WriteReq miss cycles system.cpu.dcache.WriteReq_miss_rate 0.081269 # miss rate for WriteReq accesses system.cpu.dcache.WriteReq_misses 105 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_miss_latency 2415000 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency 2520000 # number of WriteReq MSHR miss cycles system.cpu.dcache.WriteReq_mshr_miss_rate 0.081269 # mshr miss rate for WriteReq accesses system.cpu.dcache.WriteReq_mshr_misses 105 # number of WriteReq MSHR misses system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -39,29 +39,29 @@ system.cpu.dcache.blocked_cycles_no_mshrs 0 # n system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed system.cpu.dcache.demand_accesses 2754 # number of demand (read+write) accesses -system.cpu.dcache.demand_avg_miss_latency 25000 # average overall miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.dcache.demand_avg_miss_latency 27000 # average overall miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.dcache.demand_hits 2595 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 3975000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_latency 4293000 # number of demand (read+write) miss cycles system.cpu.dcache.demand_miss_rate 0.057734 # miss rate for demand accesses system.cpu.dcache.demand_misses 159 # number of demand (read+write) misses system.cpu.dcache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 3657000 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency 3816000 # number of demand (read+write) MSHR miss cycles system.cpu.dcache.demand_mshr_miss_rate 0.057734 # mshr miss rate for demand accesses system.cpu.dcache.demand_mshr_misses 159 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.dcache.overall_accesses 2754 # number of overall (read+write) accesses -system.cpu.dcache.overall_avg_miss_latency 25000 # average overall miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.dcache.overall_avg_miss_latency 27000 # average overall miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.dcache.overall_hits 2595 # number of overall hits -system.cpu.dcache.overall_miss_latency 3975000 # number of overall miss cycles +system.cpu.dcache.overall_miss_latency 4293000 # number of overall miss cycles system.cpu.dcache.overall_miss_rate 0.057734 # miss rate for overall accesses system.cpu.dcache.overall_misses 159 # number of overall misses system.cpu.dcache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 3657000 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency 3816000 # number of overall MSHR miss cycles system.cpu.dcache.overall_mshr_miss_rate 0.057734 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_misses 159 # number of overall MSHR misses system.cpu.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -78,18 +78,18 @@ system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.dcache.replacements 0 # number of replacements system.cpu.dcache.sampled_refs 142 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 100.373888 # Cycle average of tags in use +system.cpu.dcache.tagsinuse 99.913779 # Cycle average of tags in use system.cpu.dcache.total_refs 2618 # Total number of references to valid blocks. system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.dcache.writebacks 0 # number of writebacks system.cpu.icache.ReadReq_accesses 11012 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency 24915.194346 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency 22915.194346 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_avg_miss_latency 26908.127208 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency 23908.127208 # average ReadReq mshr miss latency system.cpu.icache.ReadReq_hits 10729 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 7051000 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_latency 7615000 # number of ReadReq miss cycles system.cpu.icache.ReadReq_miss_rate 0.025699 # miss rate for ReadReq accesses system.cpu.icache.ReadReq_misses 283 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_miss_latency 6485000 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency 6766000 # number of ReadReq MSHR miss cycles system.cpu.icache.ReadReq_mshr_miss_rate 0.025699 # mshr miss rate for ReadReq accesses system.cpu.icache.ReadReq_mshr_misses 283 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -101,29 +101,29 @@ system.cpu.icache.blocked_cycles_no_mshrs 0 # n system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed system.cpu.icache.demand_accesses 11012 # number of demand (read+write) accesses -system.cpu.icache.demand_avg_miss_latency 24915.194346 # average overall miss latency -system.cpu.icache.demand_avg_mshr_miss_latency 22915.194346 # average overall mshr miss latency +system.cpu.icache.demand_avg_miss_latency 26908.127208 # average overall miss latency +system.cpu.icache.demand_avg_mshr_miss_latency 23908.127208 # average overall mshr miss latency system.cpu.icache.demand_hits 10729 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 7051000 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_latency 7615000 # number of demand (read+write) miss cycles system.cpu.icache.demand_miss_rate 0.025699 # miss rate for demand accesses system.cpu.icache.demand_misses 283 # number of demand (read+write) misses system.cpu.icache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 6485000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency 6766000 # number of demand (read+write) MSHR miss cycles system.cpu.icache.demand_mshr_miss_rate 0.025699 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_misses 283 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.icache.overall_accesses 11012 # number of overall (read+write) accesses -system.cpu.icache.overall_avg_miss_latency 24915.194346 # average overall miss latency -system.cpu.icache.overall_avg_mshr_miss_latency 22915.194346 # average overall mshr miss latency +system.cpu.icache.overall_avg_miss_latency 26908.127208 # average overall miss latency +system.cpu.icache.overall_avg_mshr_miss_latency 23908.127208 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.icache.overall_hits 10729 # number of overall hits -system.cpu.icache.overall_miss_latency 7051000 # number of overall miss cycles +system.cpu.icache.overall_miss_latency 7615000 # number of overall miss cycles system.cpu.icache.overall_miss_rate 0.025699 # miss rate for overall accesses system.cpu.icache.overall_misses 283 # number of overall misses system.cpu.icache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 6485000 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency 6766000 # number of overall MSHR miss cycles system.cpu.icache.overall_mshr_miss_rate 0.025699 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_misses 283 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -140,34 +140,34 @@ system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.icache.replacements 0 # number of replacements system.cpu.icache.sampled_refs 283 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 155.977710 # Cycle average of tags in use +system.cpu.icache.tagsinuse 154.924957 # Cycle average of tags in use system.cpu.icache.total_refs 10729 # Total number of references to valid blocks. system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks system.cpu.idle_fraction 0 # Percentage of idle cycles system.cpu.l2cache.ReadExReq_accesses 88 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_avg_miss_latency 22000 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_miss_latency 23000 # average ReadExReq miss latency system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 11000 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_miss_latency 1936000 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_miss_latency 2024000 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_misses 88 # number of ReadExReq misses system.cpu.l2cache.ReadExReq_mshr_miss_latency 968000 # number of ReadExReq MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_mshr_misses 88 # number of ReadExReq MSHR misses system.cpu.l2cache.ReadReq_accesses 337 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_avg_miss_latency 22000 # average ReadReq miss latency +system.cpu.l2cache.ReadReq_avg_miss_latency 23000 # average ReadReq miss latency system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 11000 # average ReadReq mshr miss latency system.cpu.l2cache.ReadReq_hits 2 # number of ReadReq hits -system.cpu.l2cache.ReadReq_miss_latency 7370000 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_miss_latency 7705000 # number of ReadReq miss cycles system.cpu.l2cache.ReadReq_miss_rate 0.994065 # miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_misses 335 # number of ReadReq misses system.cpu.l2cache.ReadReq_mshr_miss_latency 3685000 # number of ReadReq MSHR miss cycles system.cpu.l2cache.ReadReq_mshr_miss_rate 0.994065 # mshr miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_mshr_misses 335 # number of ReadReq MSHR misses system.cpu.l2cache.UpgradeReq_accesses 17 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_avg_miss_latency 22000 # average UpgradeReq miss latency +system.cpu.l2cache.UpgradeReq_avg_miss_latency 23000 # average UpgradeReq miss latency system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 11000 # average UpgradeReq mshr miss latency -system.cpu.l2cache.UpgradeReq_miss_latency 374000 # number of UpgradeReq miss cycles +system.cpu.l2cache.UpgradeReq_miss_latency 391000 # number of UpgradeReq miss cycles system.cpu.l2cache.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_misses 17 # number of UpgradeReq misses system.cpu.l2cache.UpgradeReq_mshr_miss_latency 187000 # number of UpgradeReq MSHR miss cycles @@ -182,10 +182,10 @@ system.cpu.l2cache.blocked_cycles_no_mshrs 0 # system.cpu.l2cache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.cache_copies 0 # number of cache copies performed system.cpu.l2cache.demand_accesses 425 # number of demand (read+write) accesses -system.cpu.l2cache.demand_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.demand_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.demand_hits 2 # number of demand (read+write) hits -system.cpu.l2cache.demand_miss_latency 9306000 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency 9729000 # number of demand (read+write) miss cycles system.cpu.l2cache.demand_miss_rate 0.995294 # miss rate for demand accesses system.cpu.l2cache.demand_misses 423 # number of demand (read+write) misses system.cpu.l2cache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits @@ -196,11 +196,11 @@ system.cpu.l2cache.fast_writes 0 # nu system.cpu.l2cache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.l2cache.overall_accesses 425 # number of overall (read+write) accesses -system.cpu.l2cache.overall_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.overall_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.l2cache.overall_hits 2 # number of overall hits -system.cpu.l2cache.overall_miss_latency 9306000 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency 9729000 # number of overall miss cycles system.cpu.l2cache.overall_miss_rate 0.995294 # miss rate for overall accesses system.cpu.l2cache.overall_misses 423 # number of overall misses system.cpu.l2cache.overall_mshr_hits 0 # number of overall MSHR hits @@ -221,12 +221,12 @@ system.cpu.l2cache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.l2cache.replacements 0 # number of replacements system.cpu.l2cache.sampled_refs 318 # Sample count of references to valid blocks. system.cpu.l2cache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.l2cache.tagsinuse 178.108320 # Cycle average of tags in use +system.cpu.l2cache.tagsinuse 176.975795 # Cycle average of tags in use system.cpu.l2cache.total_refs 2 # Total number of references to valid blocks. system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.l2cache.writebacks 0 # number of writebacks system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles -system.cpu.numCycles 48710 # number of cpu cycles simulated +system.cpu.numCycles 50474 # number of cpu cycles simulated system.cpu.num_insts 10976 # Number of instructions executed system.cpu.num_refs 2770 # Number of memory references system.cpu.workload.PROG:num_syscalls 8 # Number of system calls diff --git a/tests/quick/02.insttest/ref/sparc/linux/simple-timing/stderr b/tests/quick/02.insttest/ref/sparc/linux/simple-timing/stderr index c21a56266..eb1796ead 100644 --- a/tests/quick/02.insttest/ref/sparc/linux/simple-timing/stderr +++ b/tests/quick/02.insttest/ref/sparc/linux/simple-timing/stderr @@ -1,2 +1,2 @@ -0: system.remote_gdb.listener: listening for remote gdb on port 7011 +0: system.remote_gdb.listener: listening for remote gdb on port 7000 warn: Entering event queue @ 0. Starting simulation... diff --git a/tests/quick/02.insttest/ref/sparc/linux/simple-timing/stdout b/tests/quick/02.insttest/ref/sparc/linux/simple-timing/stdout index cefcb2771..a0c51dd80 100644 --- a/tests/quick/02.insttest/ref/sparc/linux/simple-timing/stdout +++ b/tests/quick/02.insttest/ref/sparc/linux/simple-timing/stdout @@ -11,14 +11,14 @@ STTW: Passed Done M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Nov 28 2007 18:29:37 -M5 started Wed Nov 28 18:29:38 2007 -M5 executing on nacho +M5 compiled Feb 24 2008 13:27:50 +M5 started Mon Feb 25 12:26:21 2008 +M5 executing on tater command line: build/SPARC_SE/m5.fast -d build/SPARC_SE/tests/fast/quick/02.insttest/sparc/linux/simple-timing tests/run.py quick/02.insttest/sparc/linux/simple-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 24355000 because target called exit() +Exiting @ tick 25237000 because target called exit() diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/config.ini b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/config.ini index 4dde5bc10..1181dac96 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/config.ini +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/config.ini @@ -296,6 +296,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=true width=64 default=system.tsunami.pciconfig.pio @@ -379,6 +380,7 @@ children=responder block_size=64 bus_id=1 clock=1000 +header_cycles=1 responder_set=false width=64 default=system.membus.responder.pio @@ -433,6 +435,7 @@ children=responder block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 default=system.toL2Bus.responder.pio diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/m5stats.txt b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/m5stats.txt index c18975d3b..9172a68f7 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/m5stats.txt +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/m5stats.txt @@ -1,92 +1,92 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 648626 # Simulator instruction rate (inst/s) -host_mem_usage 258032 # Number of bytes of host memory used -host_seconds 99.90 # Real time elapsed on the host -host_tick_rate 19695199685 # Simulator tick rate (ticks/s) +host_inst_rate 737386 # Simulator instruction rate (inst/s) +host_mem_usage 319080 # Number of bytes of host memory used +host_seconds 85.79 # Real time elapsed on the host +host_tick_rate 22995378041 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 64798015 # Number of instructions simulated -sim_seconds 1.967565 # Number of seconds simulated -sim_ticks 1967564570000 # Number of ticks simulated -system.cpu0.dcache.LoadLockedReq_accesses 152955 # number of LoadLockedReq accesses(hits+misses) -system.cpu0.dcache.LoadLockedReq_avg_miss_latency 10704.654422 # average LoadLockedReq miss latency -system.cpu0.dcache.LoadLockedReq_avg_mshr_miss_latency 8704.654422 # average LoadLockedReq mshr miss latency -system.cpu0.dcache.LoadLockedReq_hits 139398 # number of LoadLockedReq hits -system.cpu0.dcache.LoadLockedReq_miss_latency 145123000 # number of LoadLockedReq miss cycles -system.cpu0.dcache.LoadLockedReq_miss_rate 0.088634 # miss rate for LoadLockedReq accesses -system.cpu0.dcache.LoadLockedReq_misses 13557 # number of LoadLockedReq misses -system.cpu0.dcache.LoadLockedReq_mshr_miss_latency 118009000 # number of LoadLockedReq MSHR miss cycles -system.cpu0.dcache.LoadLockedReq_mshr_miss_rate 0.088634 # mshr miss rate for LoadLockedReq accesses -system.cpu0.dcache.LoadLockedReq_mshr_misses 13557 # number of LoadLockedReq MSHR misses -system.cpu0.dcache.ReadReq_accesses 7963598 # number of ReadReq accesses(hits+misses) -system.cpu0.dcache.ReadReq_avg_miss_latency 20070.335067 # average ReadReq miss latency -system.cpu0.dcache.ReadReq_avg_mshr_miss_latency 18070.307129 # average ReadReq mshr miss latency +sim_insts 63257216 # Number of instructions simulated +sim_seconds 1.972680 # Number of seconds simulated +sim_ticks 1972679592000 # Number of ticks simulated +system.cpu0.dcache.LoadLockedReq_accesses 192278 # number of LoadLockedReq accesses(hits+misses) +system.cpu0.dcache.LoadLockedReq_avg_miss_latency 13965.504894 # average LoadLockedReq miss latency +system.cpu0.dcache.LoadLockedReq_avg_mshr_miss_latency 10965.504894 # average LoadLockedReq mshr miss latency +system.cpu0.dcache.LoadLockedReq_hits 175522 # number of LoadLockedReq hits +system.cpu0.dcache.LoadLockedReq_miss_latency 234006000 # number of LoadLockedReq miss cycles +system.cpu0.dcache.LoadLockedReq_miss_rate 0.087145 # miss rate for LoadLockedReq accesses +system.cpu0.dcache.LoadLockedReq_misses 16756 # number of LoadLockedReq misses +system.cpu0.dcache.LoadLockedReq_mshr_miss_latency 183738000 # number of LoadLockedReq MSHR miss cycles +system.cpu0.dcache.LoadLockedReq_mshr_miss_rate 0.087145 # mshr miss rate for LoadLockedReq accesses +system.cpu0.dcache.LoadLockedReq_mshr_misses 16756 # number of LoadLockedReq MSHR misses +system.cpu0.dcache.ReadReq_accesses 9119152 # number of ReadReq accesses(hits+misses) +system.cpu0.dcache.ReadReq_avg_miss_latency 21251.410270 # average ReadReq miss latency +system.cpu0.dcache.ReadReq_avg_mshr_miss_latency 18251.386941 # average ReadReq mshr miss latency system.cpu0.dcache.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu0.dcache.ReadReq_hits 6370751 # number of ReadReq hits -system.cpu0.dcache.ReadReq_miss_latency 31968973000 # number of ReadReq miss cycles -system.cpu0.dcache.ReadReq_miss_rate 0.200016 # miss rate for ReadReq accesses -system.cpu0.dcache.ReadReq_misses 1592847 # number of ReadReq misses -system.cpu0.dcache.ReadReq_mshr_miss_latency 28783234500 # number of ReadReq MSHR miss cycles -system.cpu0.dcache.ReadReq_mshr_miss_rate 0.200016 # mshr miss rate for ReadReq accesses -system.cpu0.dcache.ReadReq_mshr_misses 1592847 # number of ReadReq MSHR misses -system.cpu0.dcache.ReadReq_mshr_uncacheable_latency 851983000 # number of ReadReq MSHR uncacheable cycles -system.cpu0.dcache.StoreCondReq_accesses 152411 # number of StoreCondReq accesses(hits+misses) -system.cpu0.dcache.StoreCondReq_avg_miss_latency 21138.488499 # average StoreCondReq miss latency -system.cpu0.dcache.StoreCondReq_avg_mshr_miss_latency 19138.488499 # average StoreCondReq mshr miss latency -system.cpu0.dcache.StoreCondReq_hits 129586 # number of StoreCondReq hits -system.cpu0.dcache.StoreCondReq_miss_latency 482486000 # number of StoreCondReq miss cycles -system.cpu0.dcache.StoreCondReq_miss_rate 0.149760 # miss rate for StoreCondReq accesses -system.cpu0.dcache.StoreCondReq_misses 22825 # number of StoreCondReq misses -system.cpu0.dcache.StoreCondReq_mshr_miss_latency 436836000 # number of StoreCondReq MSHR miss cycles -system.cpu0.dcache.StoreCondReq_mshr_miss_rate 0.149760 # mshr miss rate for StoreCondReq accesses -system.cpu0.dcache.StoreCondReq_mshr_misses 22825 # number of StoreCondReq MSHR misses -system.cpu0.dcache.WriteReq_accesses 4879916 # number of WriteReq accesses(hits+misses) -system.cpu0.dcache.WriteReq_avg_miss_latency 24612.653120 # average WriteReq miss latency -system.cpu0.dcache.WriteReq_avg_mshr_miss_latency 22612.653120 # average WriteReq mshr miss latency +system.cpu0.dcache.ReadReq_hits 7426037 # number of ReadReq hits +system.cpu0.dcache.ReadReq_miss_latency 35981081500 # number of ReadReq miss cycles +system.cpu0.dcache.ReadReq_miss_rate 0.185666 # miss rate for ReadReq accesses +system.cpu0.dcache.ReadReq_misses 1693115 # number of ReadReq misses +system.cpu0.dcache.ReadReq_mshr_miss_latency 30901697000 # number of ReadReq MSHR miss cycles +system.cpu0.dcache.ReadReq_mshr_miss_rate 0.185666 # mshr miss rate for ReadReq accesses +system.cpu0.dcache.ReadReq_mshr_misses 1693115 # number of ReadReq MSHR misses +system.cpu0.dcache.ReadReq_mshr_uncacheable_latency 857399000 # number of ReadReq MSHR uncacheable cycles +system.cpu0.dcache.StoreCondReq_accesses 191314 # number of StoreCondReq accesses(hits+misses) +system.cpu0.dcache.StoreCondReq_avg_miss_latency 26686.254525 # average StoreCondReq miss latency +system.cpu0.dcache.StoreCondReq_avg_mshr_miss_latency 23686.254525 # average StoreCondReq mshr miss latency +system.cpu0.dcache.StoreCondReq_hits 162861 # number of StoreCondReq hits +system.cpu0.dcache.StoreCondReq_miss_latency 759304000 # number of StoreCondReq miss cycles +system.cpu0.dcache.StoreCondReq_miss_rate 0.148724 # miss rate for StoreCondReq accesses +system.cpu0.dcache.StoreCondReq_misses 28453 # number of StoreCondReq misses +system.cpu0.dcache.StoreCondReq_mshr_miss_latency 673945000 # number of StoreCondReq MSHR miss cycles +system.cpu0.dcache.StoreCondReq_mshr_miss_rate 0.148724 # mshr miss rate for StoreCondReq accesses +system.cpu0.dcache.StoreCondReq_mshr_misses 28453 # number of StoreCondReq MSHR misses +system.cpu0.dcache.WriteReq_accesses 5834436 # number of WriteReq accesses(hits+misses) +system.cpu0.dcache.WriteReq_avg_miss_latency 26949.612638 # average WriteReq miss latency +system.cpu0.dcache.WriteReq_avg_mshr_miss_latency 23949.612638 # average WriteReq mshr miss latency system.cpu0.dcache.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu0.dcache.WriteReq_hits 4559987 # number of WriteReq hits -system.cpu0.dcache.WriteReq_miss_latency 7874301500 # number of WriteReq miss cycles -system.cpu0.dcache.WriteReq_miss_rate 0.065560 # miss rate for WriteReq accesses -system.cpu0.dcache.WriteReq_misses 319929 # number of WriteReq misses -system.cpu0.dcache.WriteReq_mshr_miss_latency 7234443500 # number of WriteReq MSHR miss cycles -system.cpu0.dcache.WriteReq_mshr_miss_rate 0.065560 # mshr miss rate for WriteReq accesses -system.cpu0.dcache.WriteReq_mshr_misses 319929 # number of WriteReq MSHR misses -system.cpu0.dcache.WriteReq_mshr_uncacheable_latency 1309796000 # number of WriteReq MSHR uncacheable cycles +system.cpu0.dcache.WriteReq_hits 5455075 # number of WriteReq hits +system.cpu0.dcache.WriteReq_miss_latency 10223632000 # number of WriteReq miss cycles +system.cpu0.dcache.WriteReq_miss_rate 0.065021 # miss rate for WriteReq accesses +system.cpu0.dcache.WriteReq_misses 379361 # number of WriteReq misses +system.cpu0.dcache.WriteReq_mshr_miss_latency 9085549000 # number of WriteReq MSHR miss cycles +system.cpu0.dcache.WriteReq_mshr_miss_rate 0.065021 # mshr miss rate for WriteReq accesses +system.cpu0.dcache.WriteReq_mshr_misses 379361 # number of WriteReq MSHR misses +system.cpu0.dcache.WriteReq_mshr_uncacheable_latency 1211657000 # number of WriteReq MSHR uncacheable cycles system.cpu0.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu0.dcache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu0.dcache.avg_refs 6.157894 # Average number of references to valid blocks. +system.cpu0.dcache.avg_refs 6.692591 # Average number of references to valid blocks. system.cpu0.dcache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu0.dcache.blocked_no_targets 0 # number of cycles access was blocked system.cpu0.dcache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu0.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu0.dcache.cache_copies 0 # number of cache copies performed -system.cpu0.dcache.demand_accesses 12843514 # number of demand (read+write) accesses -system.cpu0.dcache.demand_avg_miss_latency 20830.078640 # average overall miss latency -system.cpu0.dcache.demand_avg_mshr_miss_latency 18830.055375 # average overall mshr miss latency -system.cpu0.dcache.demand_hits 10930738 # number of demand (read+write) hits -system.cpu0.dcache.demand_miss_latency 39843274500 # number of demand (read+write) miss cycles -system.cpu0.dcache.demand_miss_rate 0.148929 # miss rate for demand accesses -system.cpu0.dcache.demand_misses 1912776 # number of demand (read+write) misses +system.cpu0.dcache.demand_accesses 14953588 # number of demand (read+write) accesses +system.cpu0.dcache.demand_avg_miss_latency 22294.450454 # average overall miss latency +system.cpu0.dcache.demand_avg_mshr_miss_latency 19294.431395 # average overall mshr miss latency +system.cpu0.dcache.demand_hits 12881112 # number of demand (read+write) hits +system.cpu0.dcache.demand_miss_latency 46204713500 # number of demand (read+write) miss cycles +system.cpu0.dcache.demand_miss_rate 0.138594 # miss rate for demand accesses +system.cpu0.dcache.demand_misses 2072476 # number of demand (read+write) misses system.cpu0.dcache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu0.dcache.demand_mshr_miss_latency 36017678000 # number of demand (read+write) MSHR miss cycles -system.cpu0.dcache.demand_mshr_miss_rate 0.148929 # mshr miss rate for demand accesses -system.cpu0.dcache.demand_mshr_misses 1912776 # number of demand (read+write) MSHR misses +system.cpu0.dcache.demand_mshr_miss_latency 39987246000 # number of demand (read+write) MSHR miss cycles +system.cpu0.dcache.demand_mshr_miss_rate 0.138594 # mshr miss rate for demand accesses +system.cpu0.dcache.demand_mshr_misses 2072476 # number of demand (read+write) MSHR misses system.cpu0.dcache.fast_writes 0 # number of fast writes performed system.cpu0.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu0.dcache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu0.dcache.overall_accesses 12843514 # number of overall (read+write) accesses -system.cpu0.dcache.overall_avg_miss_latency 20830.078640 # average overall miss latency -system.cpu0.dcache.overall_avg_mshr_miss_latency 18830.055375 # average overall mshr miss latency +system.cpu0.dcache.overall_accesses 14953588 # number of overall (read+write) accesses +system.cpu0.dcache.overall_avg_miss_latency 22294.450454 # average overall miss latency +system.cpu0.dcache.overall_avg_mshr_miss_latency 19294.431395 # average overall mshr miss latency system.cpu0.dcache.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu0.dcache.overall_hits 10930738 # number of overall hits -system.cpu0.dcache.overall_miss_latency 39843274500 # number of overall miss cycles -system.cpu0.dcache.overall_miss_rate 0.148929 # miss rate for overall accesses -system.cpu0.dcache.overall_misses 1912776 # number of overall misses +system.cpu0.dcache.overall_hits 12881112 # number of overall hits +system.cpu0.dcache.overall_miss_latency 46204713500 # number of overall miss cycles +system.cpu0.dcache.overall_miss_rate 0.138594 # miss rate for overall accesses +system.cpu0.dcache.overall_misses 2072476 # number of overall misses system.cpu0.dcache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu0.dcache.overall_mshr_miss_latency 36017678000 # number of overall MSHR miss cycles -system.cpu0.dcache.overall_mshr_miss_rate 0.148929 # mshr miss rate for overall accesses -system.cpu0.dcache.overall_mshr_misses 1912776 # number of overall MSHR misses -system.cpu0.dcache.overall_mshr_uncacheable_latency 2161779000 # number of overall MSHR uncacheable cycles +system.cpu0.dcache.overall_mshr_miss_latency 39987246000 # number of overall MSHR miss cycles +system.cpu0.dcache.overall_mshr_miss_rate 0.138594 # mshr miss rate for overall accesses +system.cpu0.dcache.overall_mshr_misses 2072476 # number of overall MSHR misses +system.cpu0.dcache.overall_mshr_uncacheable_latency 2069056000 # number of overall MSHR uncacheable cycles system.cpu0.dcache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu0.dcache.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu0.dcache.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -97,69 +97,69 @@ system.cpu0.dcache.prefetcher.num_hwpf_issued 0 system.cpu0.dcache.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu0.dcache.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu0.dcache.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu0.dcache.replacements 1833934 # number of replacements -system.cpu0.dcache.sampled_refs 1834336 # Sample count of references to valid blocks. +system.cpu0.dcache.replacements 1992967 # number of replacements +system.cpu0.dcache.sampled_refs 1993479 # Sample count of references to valid blocks. system.cpu0.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu0.dcache.tagsinuse 497.817837 # Cycle average of tags in use -system.cpu0.dcache.total_refs 11295646 # Total number of references to valid blocks. -system.cpu0.dcache.warmup_cycle 64994000 # Cycle when the warmup percentage was hit. -system.cpu0.dcache.writebacks 327909 # number of writebacks -system.cpu0.dtb.accesses 678125 # DTB accesses -system.cpu0.dtb.acv 344 # DTB access violations -system.cpu0.dtb.hits 13139275 # DTB hits -system.cpu0.dtb.misses 8256 # DTB misses -system.cpu0.dtb.read_accesses 490673 # DTB read accesses -system.cpu0.dtb.read_acv 210 # DTB read access violations -system.cpu0.dtb.read_hits 8104054 # DTB read hits -system.cpu0.dtb.read_misses 7443 # DTB read misses -system.cpu0.dtb.write_accesses 187452 # DTB write accesses -system.cpu0.dtb.write_acv 134 # DTB write access violations -system.cpu0.dtb.write_hits 5035221 # DTB write hits -system.cpu0.dtb.write_misses 813 # DTB write misses -system.cpu0.icache.ReadReq_accesses 51427836 # number of ReadReq accesses(hits+misses) -system.cpu0.icache.ReadReq_avg_miss_latency 13266.248960 # average ReadReq miss latency -system.cpu0.icache.ReadReq_avg_mshr_miss_latency 11264.967295 # average ReadReq mshr miss latency -system.cpu0.icache.ReadReq_hits 50734207 # number of ReadReq hits -system.cpu0.icache.ReadReq_miss_latency 9201855000 # number of ReadReq miss cycles -system.cpu0.icache.ReadReq_miss_rate 0.013487 # miss rate for ReadReq accesses -system.cpu0.icache.ReadReq_misses 693629 # number of ReadReq misses -system.cpu0.icache.ReadReq_mshr_miss_latency 7813708000 # number of ReadReq MSHR miss cycles -system.cpu0.icache.ReadReq_mshr_miss_rate 0.013487 # mshr miss rate for ReadReq accesses -system.cpu0.icache.ReadReq_mshr_misses 693629 # number of ReadReq MSHR misses +system.cpu0.dcache.tagsinuse 503.888732 # Cycle average of tags in use +system.cpu0.dcache.total_refs 13341539 # Total number of references to valid blocks. +system.cpu0.dcache.warmup_cycle 66395000 # Cycle when the warmup percentage was hit. +system.cpu0.dcache.writebacks 403713 # number of writebacks +system.cpu0.dtb.accesses 719861 # DTB accesses +system.cpu0.dtb.acv 289 # DTB access violations +system.cpu0.dtb.hits 15321442 # DTB hits +system.cpu0.dtb.misses 8487 # DTB misses +system.cpu0.dtb.read_accesses 524202 # DTB read accesses +system.cpu0.dtb.read_acv 174 # DTB read access violations +system.cpu0.dtb.read_hits 9294921 # DTB read hits +system.cpu0.dtb.read_misses 7689 # DTB read misses +system.cpu0.dtb.write_accesses 195659 # DTB write accesses +system.cpu0.dtb.write_acv 115 # DTB write access violations +system.cpu0.dtb.write_hits 6026521 # DTB write hits +system.cpu0.dtb.write_misses 798 # DTB write misses +system.cpu0.icache.ReadReq_accesses 57943269 # number of ReadReq accesses(hits+misses) +system.cpu0.icache.ReadReq_avg_miss_latency 14213.482115 # average ReadReq miss latency +system.cpu0.icache.ReadReq_avg_mshr_miss_latency 11212.730813 # average ReadReq mshr miss latency +system.cpu0.icache.ReadReq_hits 57028190 # number of ReadReq hits +system.cpu0.icache.ReadReq_miss_latency 13006459000 # number of ReadReq miss cycles +system.cpu0.icache.ReadReq_miss_rate 0.015793 # miss rate for ReadReq accesses +system.cpu0.icache.ReadReq_misses 915079 # number of ReadReq misses +system.cpu0.icache.ReadReq_mshr_miss_latency 10260534500 # number of ReadReq MSHR miss cycles +system.cpu0.icache.ReadReq_mshr_miss_rate 0.015793 # mshr miss rate for ReadReq accesses +system.cpu0.icache.ReadReq_mshr_misses 915079 # number of ReadReq MSHR misses system.cpu0.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu0.icache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu0.icache.avg_refs 73.155696 # Average number of references to valid blocks. +system.cpu0.icache.avg_refs 62.327526 # Average number of references to valid blocks. system.cpu0.icache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu0.icache.blocked_no_targets 0 # number of cycles access was blocked system.cpu0.icache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu0.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu0.icache.cache_copies 0 # number of cache copies performed -system.cpu0.icache.demand_accesses 51427836 # number of demand (read+write) accesses -system.cpu0.icache.demand_avg_miss_latency 13266.248960 # average overall miss latency -system.cpu0.icache.demand_avg_mshr_miss_latency 11264.967295 # average overall mshr miss latency -system.cpu0.icache.demand_hits 50734207 # number of demand (read+write) hits -system.cpu0.icache.demand_miss_latency 9201855000 # number of demand (read+write) miss cycles -system.cpu0.icache.demand_miss_rate 0.013487 # miss rate for demand accesses -system.cpu0.icache.demand_misses 693629 # number of demand (read+write) misses +system.cpu0.icache.demand_accesses 57943269 # number of demand (read+write) accesses +system.cpu0.icache.demand_avg_miss_latency 14213.482115 # average overall miss latency +system.cpu0.icache.demand_avg_mshr_miss_latency 11212.730813 # average overall mshr miss latency +system.cpu0.icache.demand_hits 57028190 # number of demand (read+write) hits +system.cpu0.icache.demand_miss_latency 13006459000 # number of demand (read+write) miss cycles +system.cpu0.icache.demand_miss_rate 0.015793 # miss rate for demand accesses +system.cpu0.icache.demand_misses 915079 # number of demand (read+write) misses system.cpu0.icache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu0.icache.demand_mshr_miss_latency 7813708000 # number of demand (read+write) MSHR miss cycles -system.cpu0.icache.demand_mshr_miss_rate 0.013487 # mshr miss rate for demand accesses -system.cpu0.icache.demand_mshr_misses 693629 # number of demand (read+write) MSHR misses +system.cpu0.icache.demand_mshr_miss_latency 10260534500 # number of demand (read+write) MSHR miss cycles +system.cpu0.icache.demand_mshr_miss_rate 0.015793 # mshr miss rate for demand accesses +system.cpu0.icache.demand_mshr_misses 915079 # number of demand (read+write) MSHR misses system.cpu0.icache.fast_writes 0 # number of fast writes performed system.cpu0.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu0.icache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu0.icache.overall_accesses 51427836 # number of overall (read+write) accesses -system.cpu0.icache.overall_avg_miss_latency 13266.248960 # average overall miss latency -system.cpu0.icache.overall_avg_mshr_miss_latency 11264.967295 # average overall mshr miss latency +system.cpu0.icache.overall_accesses 57943269 # number of overall (read+write) accesses +system.cpu0.icache.overall_avg_miss_latency 14213.482115 # average overall miss latency +system.cpu0.icache.overall_avg_mshr_miss_latency 11212.730813 # average overall mshr miss latency system.cpu0.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency -system.cpu0.icache.overall_hits 50734207 # number of overall hits -system.cpu0.icache.overall_miss_latency 9201855000 # number of overall miss cycles -system.cpu0.icache.overall_miss_rate 0.013487 # miss rate for overall accesses -system.cpu0.icache.overall_misses 693629 # number of overall misses +system.cpu0.icache.overall_hits 57028190 # number of overall hits +system.cpu0.icache.overall_miss_latency 13006459000 # number of overall miss cycles +system.cpu0.icache.overall_miss_rate 0.015793 # miss rate for overall accesses +system.cpu0.icache.overall_misses 915079 # number of overall misses system.cpu0.icache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu0.icache.overall_mshr_miss_latency 7813708000 # number of overall MSHR miss cycles -system.cpu0.icache.overall_mshr_miss_rate 0.013487 # mshr miss rate for overall accesses -system.cpu0.icache.overall_mshr_misses 693629 # number of overall MSHR misses +system.cpu0.icache.overall_mshr_miss_latency 10260534500 # number of overall MSHR miss cycles +system.cpu0.icache.overall_mshr_miss_rate 0.015793 # mshr miss rate for overall accesses +system.cpu0.icache.overall_mshr_misses 915079 # number of overall MSHR misses system.cpu0.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu0.icache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu0.icache.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache @@ -171,189 +171,190 @@ system.cpu0.icache.prefetcher.num_hwpf_issued 0 system.cpu0.icache.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu0.icache.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu0.icache.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu0.icache.replacements 692998 # number of replacements -system.cpu0.icache.sampled_refs 693510 # Sample count of references to valid blocks. +system.cpu0.icache.replacements 914464 # number of replacements +system.cpu0.icache.sampled_refs 914976 # Sample count of references to valid blocks. system.cpu0.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu0.icache.tagsinuse 507.634004 # Cycle average of tags in use -system.cpu0.icache.total_refs 50734207 # Total number of references to valid blocks. -system.cpu0.icache.warmup_cycle 46911365000 # Cycle when the warmup percentage was hit. +system.cpu0.icache.tagsinuse 507.411447 # Cycle average of tags in use +system.cpu0.icache.total_refs 57028190 # Total number of references to valid blocks. +system.cpu0.icache.warmup_cycle 49269353000 # Cycle when the warmup percentage was hit. system.cpu0.icache.writebacks 0 # number of writebacks -system.cpu0.idle_fraction 0.942159 # Percentage of idle cycles -system.cpu0.itb.accesses 3496262 # ITB accesses -system.cpu0.itb.acv 184 # ITB acv -system.cpu0.itb.hits 3492391 # ITB hits -system.cpu0.itb.misses 3871 # ITB misses -system.cpu0.kern.callpal 148751 # number of callpals executed +system.cpu0.idle_fraction 0.932800 # Percentage of idle cycles +system.cpu0.itb.accesses 3949472 # ITB accesses +system.cpu0.itb.acv 143 # ITB acv +system.cpu0.itb.hits 3945631 # ITB hits +system.cpu0.itb.misses 3841 # ITB misses +system.cpu0.kern.callpal 187580 # number of callpals executed system.cpu0.kern.callpal_cserve 1 0.00% 0.00% # number of callpals executed -system.cpu0.kern.callpal_wripir 513 0.34% 0.35% # number of callpals executed -system.cpu0.kern.callpal_wrmces 1 0.00% 0.35% # number of callpals executed -system.cpu0.kern.callpal_wrfen 1 0.00% 0.35% # number of callpals executed -system.cpu0.kern.callpal_wrvptptr 1 0.00% 0.35% # number of callpals executed -system.cpu0.kern.callpal_swpctx 3046 2.05% 2.40% # number of callpals executed -system.cpu0.kern.callpal_tbi 51 0.03% 2.43% # number of callpals executed -system.cpu0.kern.callpal_wrent 7 0.00% 2.43% # number of callpals executed -system.cpu0.kern.callpal_swpipl 133601 89.82% 92.25% # number of callpals executed -system.cpu0.kern.callpal_rdps 6671 4.48% 96.73% # number of callpals executed -system.cpu0.kern.callpal_wrkgp 1 0.00% 96.73% # number of callpals executed -system.cpu0.kern.callpal_wrusp 3 0.00% 96.74% # number of callpals executed -system.cpu0.kern.callpal_rdusp 9 0.01% 96.74% # number of callpals executed -system.cpu0.kern.callpal_whami 2 0.00% 96.74% # number of callpals executed -system.cpu0.kern.callpal_rti 4326 2.91% 99.65% # number of callpals executed -system.cpu0.kern.callpal_callsys 381 0.26% 99.91% # number of callpals executed -system.cpu0.kern.callpal_imb 136 0.09% 100.00% # number of callpals executed +system.cpu0.kern.callpal_wripir 94 0.05% 0.05% # number of callpals executed +system.cpu0.kern.callpal_wrmces 1 0.00% 0.05% # number of callpals executed +system.cpu0.kern.callpal_wrfen 1 0.00% 0.05% # number of callpals executed +system.cpu0.kern.callpal_wrvptptr 1 0.00% 0.05% # number of callpals executed +system.cpu0.kern.callpal_swpctx 3867 2.06% 2.11% # number of callpals executed +system.cpu0.kern.callpal_tbi 44 0.02% 2.14% # number of callpals executed +system.cpu0.kern.callpal_wrent 7 0.00% 2.14% # number of callpals executed +system.cpu0.kern.callpal_swpipl 171680 91.52% 93.66% # number of callpals executed +system.cpu0.kern.callpal_rdps 6661 3.55% 97.22% # number of callpals executed +system.cpu0.kern.callpal_wrkgp 1 0.00% 97.22% # number of callpals executed +system.cpu0.kern.callpal_wrusp 4 0.00% 97.22% # number of callpals executed +system.cpu0.kern.callpal_rdusp 7 0.00% 97.22% # number of callpals executed +system.cpu0.kern.callpal_whami 2 0.00% 97.22% # number of callpals executed +system.cpu0.kern.callpal_rti 4704 2.51% 99.73% # number of callpals executed +system.cpu0.kern.callpal_callsys 356 0.19% 99.92% # number of callpals executed +system.cpu0.kern.callpal_imb 149 0.08% 100.00% # number of callpals executed system.cpu0.kern.inst.arm 0 # number of arm instructions executed -system.cpu0.kern.inst.hwrei 163942 # number of hwrei instructions executed -system.cpu0.kern.inst.quiesce 6592 # number of quiesce instructions executed -system.cpu0.kern.ipl_count 140462 # number of times we switched to this ipl -system.cpu0.kern.ipl_count_0 56424 40.17% 40.17% # number of times we switched to this ipl -system.cpu0.kern.ipl_count_21 131 0.09% 40.26% # number of times we switched to this ipl -system.cpu0.kern.ipl_count_22 1973 1.40% 41.67% # number of times we switched to this ipl -system.cpu0.kern.ipl_count_30 430 0.31% 41.97% # number of times we switched to this ipl -system.cpu0.kern.ipl_count_31 81504 58.03% 100.00% # number of times we switched to this ipl -system.cpu0.kern.ipl_good 113912 # number of times we switched to this ipl from a different ipl -system.cpu0.kern.ipl_good_0 55904 49.08% 49.08% # number of times we switched to this ipl from a different ipl -system.cpu0.kern.ipl_good_21 131 0.12% 49.19% # number of times we switched to this ipl from a different ipl -system.cpu0.kern.ipl_good_22 1973 1.73% 50.92% # number of times we switched to this ipl from a different ipl -system.cpu0.kern.ipl_good_30 430 0.38% 51.30% # number of times we switched to this ipl from a different ipl -system.cpu0.kern.ipl_good_31 55474 48.70% 100.00% # number of times we switched to this ipl from a different ipl -system.cpu0.kern.ipl_ticks 1966802467000 # number of cycles we spent at this ipl -system.cpu0.kern.ipl_ticks_0 1901463113000 96.68% 96.68% # number of cycles we spent at this ipl -system.cpu0.kern.ipl_ticks_21 84103500 0.00% 96.68% # number of cycles we spent at this ipl -system.cpu0.kern.ipl_ticks_22 556720500 0.03% 96.71% # number of cycles we spent at this ipl -system.cpu0.kern.ipl_ticks_30 288292000 0.01% 96.73% # number of cycles we spent at this ipl -system.cpu0.kern.ipl_ticks_31 64410238000 3.27% 100.00% # number of cycles we spent at this ipl -system.cpu0.kern.ipl_used_0 0.990784 # fraction of swpipl calls that actually changed the ipl +system.cpu0.kern.inst.hwrei 202457 # number of hwrei instructions executed +system.cpu0.kern.inst.quiesce 6163 # number of quiesce instructions executed +system.cpu0.kern.ipl_count 178500 # number of times we switched to this ipl +system.cpu0.kern.ipl_count_0 72488 40.61% 40.61% # number of times we switched to this ipl +system.cpu0.kern.ipl_count_21 131 0.07% 40.68% # number of times we switched to this ipl +system.cpu0.kern.ipl_count_22 1977 1.11% 41.79% # number of times we switched to this ipl +system.cpu0.kern.ipl_count_30 7 0.00% 41.79% # number of times we switched to this ipl +system.cpu0.kern.ipl_count_31 103897 58.21% 100.00% # number of times we switched to this ipl +system.cpu0.kern.ipl_good 144346 # number of times we switched to this ipl from a different ipl +system.cpu0.kern.ipl_good_0 71119 49.27% 49.27% # number of times we switched to this ipl from a different ipl +system.cpu0.kern.ipl_good_21 131 0.09% 49.36% # number of times we switched to this ipl from a different ipl +system.cpu0.kern.ipl_good_22 1977 1.37% 50.73% # number of times we switched to this ipl from a different ipl +system.cpu0.kern.ipl_good_30 7 0.00% 50.74% # number of times we switched to this ipl from a different ipl +system.cpu0.kern.ipl_good_31 71112 49.26% 100.00% # number of times we switched to this ipl from a different ipl +system.cpu0.kern.ipl_ticks 1972678821000 # number of cycles we spent at this ipl +system.cpu0.kern.ipl_ticks_0 1900126420500 96.32% 96.32% # number of cycles we spent at this ipl +system.cpu0.kern.ipl_ticks_21 86973000 0.00% 96.33% # number of cycles we spent at this ipl +system.cpu0.kern.ipl_ticks_22 568583000 0.03% 96.36% # number of cycles we spent at this ipl +system.cpu0.kern.ipl_ticks_30 5546500 0.00% 96.36% # number of cycles we spent at this ipl +system.cpu0.kern.ipl_ticks_31 71891298000 3.64% 100.00% # number of cycles we spent at this ipl +system.cpu0.kern.ipl_used_0 0.981114 # fraction of swpipl calls that actually changed the ipl system.cpu0.kern.ipl_used_21 1 # fraction of swpipl calls that actually changed the ipl system.cpu0.kern.ipl_used_22 1 # fraction of swpipl calls that actually changed the ipl system.cpu0.kern.ipl_used_30 1 # fraction of swpipl calls that actually changed the ipl -system.cpu0.kern.ipl_used_31 0.680629 # fraction of swpipl calls that actually changed the ipl -system.cpu0.kern.mode_good_kernel 1282 -system.cpu0.kern.mode_good_user 1282 +system.cpu0.kern.ipl_used_31 0.684447 # fraction of swpipl calls that actually changed the ipl +system.cpu0.kern.mode_good_kernel 1228 +system.cpu0.kern.mode_good_user 1229 system.cpu0.kern.mode_good_idle 0 -system.cpu0.kern.mode_switch_kernel 6876 # number of protection mode switches -system.cpu0.kern.mode_switch_user 1282 # number of protection mode switches +system.cpu0.kern.mode_switch_kernel 7227 # number of protection mode switches +system.cpu0.kern.mode_switch_user 1229 # number of protection mode switches system.cpu0.kern.mode_switch_idle 0 # number of protection mode switches system.cpu0.kern.mode_switch_good # fraction of useful protection mode switches -system.cpu0.kern.mode_switch_good_kernel 0.186446 # fraction of useful protection mode switches +system.cpu0.kern.mode_switch_good_kernel 0.169918 # fraction of useful protection mode switches system.cpu0.kern.mode_switch_good_user 1 # fraction of useful protection mode switches system.cpu0.kern.mode_switch_good_idle # fraction of useful protection mode switches -system.cpu0.kern.mode_ticks_kernel 1963425353000 99.84% 99.84% # number of ticks spent at the given mode -system.cpu0.kern.mode_ticks_user 3220853000 0.16% 100.00% # number of ticks spent at the given mode +system.cpu0.kern.mode_ticks_kernel 1969223377000 99.82% 99.82% # number of ticks spent at the given mode +system.cpu0.kern.mode_ticks_user 3455442000 0.18% 100.00% # number of ticks spent at the given mode system.cpu0.kern.mode_ticks_idle 0 0.00% 100.00% # number of ticks spent at the given mode -system.cpu0.kern.swap_context 3047 # number of times the context was actually changed -system.cpu0.kern.syscall 222 # number of syscalls executed -system.cpu0.kern.syscall_2 8 3.60% 3.60% # number of syscalls executed -system.cpu0.kern.syscall_3 19 8.56% 12.16% # number of syscalls executed -system.cpu0.kern.syscall_4 4 1.80% 13.96% # number of syscalls executed -system.cpu0.kern.syscall_6 32 14.41% 28.38% # number of syscalls executed -system.cpu0.kern.syscall_12 1 0.45% 28.83% # number of syscalls executed -system.cpu0.kern.syscall_17 9 4.05% 32.88% # number of syscalls executed -system.cpu0.kern.syscall_19 10 4.50% 37.39% # number of syscalls executed -system.cpu0.kern.syscall_20 6 2.70% 40.09% # number of syscalls executed -system.cpu0.kern.syscall_23 1 0.45% 40.54% # number of syscalls executed -system.cpu0.kern.syscall_24 3 1.35% 41.89% # number of syscalls executed -system.cpu0.kern.syscall_33 7 3.15% 45.05% # number of syscalls executed -system.cpu0.kern.syscall_41 2 0.90% 45.95% # number of syscalls executed -system.cpu0.kern.syscall_45 36 16.22% 62.16% # number of syscalls executed -system.cpu0.kern.syscall_47 3 1.35% 63.51% # number of syscalls executed -system.cpu0.kern.syscall_48 10 4.50% 68.02% # number of syscalls executed -system.cpu0.kern.syscall_54 10 4.50% 72.52% # number of syscalls executed -system.cpu0.kern.syscall_58 1 0.45% 72.97% # number of syscalls executed -system.cpu0.kern.syscall_59 6 2.70% 75.68% # number of syscalls executed -system.cpu0.kern.syscall_71 23 10.36% 86.04% # number of syscalls executed -system.cpu0.kern.syscall_73 3 1.35% 87.39% # number of syscalls executed -system.cpu0.kern.syscall_74 6 2.70% 90.09% # number of syscalls executed -system.cpu0.kern.syscall_87 1 0.45% 90.54% # number of syscalls executed -system.cpu0.kern.syscall_90 3 1.35% 91.89% # number of syscalls executed -system.cpu0.kern.syscall_92 9 4.05% 95.95% # number of syscalls executed -system.cpu0.kern.syscall_97 2 0.90% 96.85% # number of syscalls executed -system.cpu0.kern.syscall_98 2 0.90% 97.75% # number of syscalls executed -system.cpu0.kern.syscall_132 1 0.45% 98.20% # number of syscalls executed -system.cpu0.kern.syscall_144 2 0.90% 99.10% # number of syscalls executed -system.cpu0.kern.syscall_147 2 0.90% 100.00% # number of syscalls executed -system.cpu0.not_idle_fraction 0.057841 # Percentage of non-idle cycles -system.cpu0.numCycles 3933604994 # number of cpu cycles simulated -system.cpu0.num_insts 51419236 # Number of instructions executed -system.cpu0.num_refs 13372686 # Number of memory references -system.cpu1.dcache.LoadLockedReq_accesses 58218 # number of LoadLockedReq accesses(hits+misses) -system.cpu1.dcache.LoadLockedReq_avg_miss_latency 9171.136514 # average LoadLockedReq miss latency -system.cpu1.dcache.LoadLockedReq_avg_mshr_miss_latency 7171.136514 # average LoadLockedReq mshr miss latency -system.cpu1.dcache.LoadLockedReq_hits 49120 # number of LoadLockedReq hits -system.cpu1.dcache.LoadLockedReq_miss_latency 83439000 # number of LoadLockedReq miss cycles -system.cpu1.dcache.LoadLockedReq_miss_rate 0.156275 # miss rate for LoadLockedReq accesses -system.cpu1.dcache.LoadLockedReq_misses 9098 # number of LoadLockedReq misses -system.cpu1.dcache.LoadLockedReq_mshr_miss_latency 65243000 # number of LoadLockedReq MSHR miss cycles -system.cpu1.dcache.LoadLockedReq_mshr_miss_rate 0.156275 # mshr miss rate for LoadLockedReq accesses -system.cpu1.dcache.LoadLockedReq_mshr_misses 9098 # number of LoadLockedReq MSHR misses -system.cpu1.dcache.ReadReq_accesses 2411466 # number of ReadReq accesses(hits+misses) -system.cpu1.dcache.ReadReq_avg_miss_latency 12361.271462 # average ReadReq miss latency -system.cpu1.dcache.ReadReq_avg_mshr_miss_latency 10361.242681 # average ReadReq mshr miss latency +system.cpu0.kern.swap_context 3868 # number of times the context was actually changed +system.cpu0.kern.syscall 224 # number of syscalls executed +system.cpu0.kern.syscall_2 6 2.68% 2.68% # number of syscalls executed +system.cpu0.kern.syscall_3 19 8.48% 11.16% # number of syscalls executed +system.cpu0.kern.syscall_4 3 1.34% 12.50% # number of syscalls executed +system.cpu0.kern.syscall_6 30 13.39% 25.89% # number of syscalls executed +system.cpu0.kern.syscall_12 1 0.45% 26.34% # number of syscalls executed +system.cpu0.kern.syscall_15 1 0.45% 26.79% # number of syscalls executed +system.cpu0.kern.syscall_17 10 4.46% 31.25% # number of syscalls executed +system.cpu0.kern.syscall_19 6 2.68% 33.93% # number of syscalls executed +system.cpu0.kern.syscall_20 4 1.79% 35.71% # number of syscalls executed +system.cpu0.kern.syscall_23 2 0.89% 36.61% # number of syscalls executed +system.cpu0.kern.syscall_24 4 1.79% 38.39% # number of syscalls executed +system.cpu0.kern.syscall_33 8 3.57% 41.96% # number of syscalls executed +system.cpu0.kern.syscall_41 2 0.89% 42.86% # number of syscalls executed +system.cpu0.kern.syscall_45 39 17.41% 60.27% # number of syscalls executed +system.cpu0.kern.syscall_47 4 1.79% 62.05% # number of syscalls executed +system.cpu0.kern.syscall_48 7 3.12% 65.18% # number of syscalls executed +system.cpu0.kern.syscall_54 9 4.02% 69.20% # number of syscalls executed +system.cpu0.kern.syscall_58 1 0.45% 69.64% # number of syscalls executed +system.cpu0.kern.syscall_59 5 2.23% 71.88% # number of syscalls executed +system.cpu0.kern.syscall_71 32 14.29% 86.16% # number of syscalls executed +system.cpu0.kern.syscall_73 3 1.34% 87.50% # number of syscalls executed +system.cpu0.kern.syscall_74 9 4.02% 91.52% # number of syscalls executed +system.cpu0.kern.syscall_87 1 0.45% 91.96% # number of syscalls executed +system.cpu0.kern.syscall_90 2 0.89% 92.86% # number of syscalls executed +system.cpu0.kern.syscall_92 7 3.12% 95.98% # number of syscalls executed +system.cpu0.kern.syscall_97 2 0.89% 96.87% # number of syscalls executed +system.cpu0.kern.syscall_98 2 0.89% 97.77% # number of syscalls executed +system.cpu0.kern.syscall_132 2 0.89% 98.66% # number of syscalls executed +system.cpu0.kern.syscall_144 1 0.45% 99.11% # number of syscalls executed +system.cpu0.kern.syscall_147 2 0.89% 100.00% # number of syscalls executed +system.cpu0.not_idle_fraction 0.067200 # Percentage of non-idle cycles +system.cpu0.numCycles 3945359184 # number of cpu cycles simulated +system.cpu0.num_insts 57934492 # Number of instructions executed +system.cpu0.num_refs 15562811 # Number of memory references +system.cpu1.dcache.LoadLockedReq_accesses 12625 # number of LoadLockedReq accesses(hits+misses) +system.cpu1.dcache.LoadLockedReq_avg_miss_latency 12190.944882 # average LoadLockedReq miss latency +system.cpu1.dcache.LoadLockedReq_avg_mshr_miss_latency 9190.944882 # average LoadLockedReq mshr miss latency +system.cpu1.dcache.LoadLockedReq_hits 11609 # number of LoadLockedReq hits +system.cpu1.dcache.LoadLockedReq_miss_latency 12386000 # number of LoadLockedReq miss cycles +system.cpu1.dcache.LoadLockedReq_miss_rate 0.080475 # miss rate for LoadLockedReq accesses +system.cpu1.dcache.LoadLockedReq_misses 1016 # number of LoadLockedReq misses +system.cpu1.dcache.LoadLockedReq_mshr_miss_latency 9338000 # number of LoadLockedReq MSHR miss cycles +system.cpu1.dcache.LoadLockedReq_mshr_miss_rate 0.080475 # mshr miss rate for LoadLockedReq accesses +system.cpu1.dcache.LoadLockedReq_mshr_misses 1016 # number of LoadLockedReq MSHR misses +system.cpu1.dcache.ReadReq_accesses 1030298 # number of ReadReq accesses(hits+misses) +system.cpu1.dcache.ReadReq_avg_miss_latency 13948.255862 # average ReadReq miss latency +system.cpu1.dcache.ReadReq_avg_mshr_miss_latency 10948.131577 # average ReadReq mshr miss latency system.cpu1.dcache.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu1.dcache.ReadReq_hits 2289858 # number of ReadReq hits -system.cpu1.dcache.ReadReq_miss_latency 1503229500 # number of ReadReq miss cycles -system.cpu1.dcache.ReadReq_miss_rate 0.050429 # miss rate for ReadReq accesses -system.cpu1.dcache.ReadReq_misses 121608 # number of ReadReq misses -system.cpu1.dcache.ReadReq_mshr_miss_latency 1260010000 # number of ReadReq MSHR miss cycles -system.cpu1.dcache.ReadReq_mshr_miss_rate 0.050429 # mshr miss rate for ReadReq accesses -system.cpu1.dcache.ReadReq_mshr_misses 121608 # number of ReadReq MSHR misses -system.cpu1.dcache.ReadReq_mshr_uncacheable_latency 11809500 # number of ReadReq MSHR uncacheable cycles -system.cpu1.dcache.StoreCondReq_accesses 57736 # number of StoreCondReq accesses(hits+misses) -system.cpu1.dcache.StoreCondReq_avg_miss_latency 18004.399567 # average StoreCondReq miss latency -system.cpu1.dcache.StoreCondReq_avg_mshr_miss_latency 16004.399567 # average StoreCondReq mshr miss latency -system.cpu1.dcache.StoreCondReq_hits 43871 # number of StoreCondReq hits -system.cpu1.dcache.StoreCondReq_miss_latency 249631000 # number of StoreCondReq miss cycles -system.cpu1.dcache.StoreCondReq_miss_rate 0.240145 # miss rate for StoreCondReq accesses -system.cpu1.dcache.StoreCondReq_misses 13865 # number of StoreCondReq misses -system.cpu1.dcache.StoreCondReq_mshr_miss_latency 221901000 # number of StoreCondReq MSHR miss cycles -system.cpu1.dcache.StoreCondReq_mshr_miss_rate 0.240145 # mshr miss rate for StoreCondReq accesses -system.cpu1.dcache.StoreCondReq_mshr_misses 13865 # number of StoreCondReq MSHR misses -system.cpu1.dcache.WriteReq_accesses 1733520 # number of WriteReq accesses(hits+misses) -system.cpu1.dcache.WriteReq_avg_miss_latency 23546.439804 # average WriteReq miss latency -system.cpu1.dcache.WriteReq_avg_mshr_miss_latency 21546.439804 # average WriteReq mshr miss latency +system.cpu1.dcache.ReadReq_hits 994091 # number of ReadReq hits +system.cpu1.dcache.ReadReq_miss_latency 505024500 # number of ReadReq miss cycles +system.cpu1.dcache.ReadReq_miss_rate 0.035142 # miss rate for ReadReq accesses +system.cpu1.dcache.ReadReq_misses 36207 # number of ReadReq misses +system.cpu1.dcache.ReadReq_mshr_miss_latency 396399000 # number of ReadReq MSHR miss cycles +system.cpu1.dcache.ReadReq_mshr_miss_rate 0.035142 # mshr miss rate for ReadReq accesses +system.cpu1.dcache.ReadReq_mshr_misses 36207 # number of ReadReq MSHR misses +system.cpu1.dcache.ReadReq_mshr_uncacheable_latency 13393500 # number of ReadReq MSHR uncacheable cycles +system.cpu1.dcache.StoreCondReq_accesses 12560 # number of StoreCondReq accesses(hits+misses) +system.cpu1.dcache.StoreCondReq_avg_miss_latency 22874.692875 # average StoreCondReq miss latency +system.cpu1.dcache.StoreCondReq_avg_mshr_miss_latency 19874.692875 # average StoreCondReq mshr miss latency +system.cpu1.dcache.StoreCondReq_hits 10118 # number of StoreCondReq hits +system.cpu1.dcache.StoreCondReq_miss_latency 55860000 # number of StoreCondReq miss cycles +system.cpu1.dcache.StoreCondReq_miss_rate 0.194427 # miss rate for StoreCondReq accesses +system.cpu1.dcache.StoreCondReq_misses 2442 # number of StoreCondReq misses +system.cpu1.dcache.StoreCondReq_mshr_miss_latency 48534000 # number of StoreCondReq MSHR miss cycles +system.cpu1.dcache.StoreCondReq_mshr_miss_rate 0.194427 # mshr miss rate for StoreCondReq accesses +system.cpu1.dcache.StoreCondReq_mshr_misses 2442 # number of StoreCondReq MSHR misses +system.cpu1.dcache.WriteReq_accesses 657926 # number of WriteReq accesses(hits+misses) +system.cpu1.dcache.WriteReq_avg_miss_latency 26378.844865 # average WriteReq miss latency +system.cpu1.dcache.WriteReq_avg_mshr_miss_latency 23378.844865 # average WriteReq mshr miss latency system.cpu1.dcache.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu1.dcache.WriteReq_hits 1645449 # number of WriteReq hits -system.cpu1.dcache.WriteReq_miss_latency 2073758500 # number of WriteReq miss cycles -system.cpu1.dcache.WriteReq_miss_rate 0.050805 # miss rate for WriteReq accesses -system.cpu1.dcache.WriteReq_misses 88071 # number of WriteReq misses -system.cpu1.dcache.WriteReq_mshr_miss_latency 1897616500 # number of WriteReq MSHR miss cycles -system.cpu1.dcache.WriteReq_mshr_miss_rate 0.050805 # mshr miss rate for WriteReq accesses -system.cpu1.dcache.WriteReq_mshr_misses 88071 # number of WriteReq MSHR misses -system.cpu1.dcache.WriteReq_mshr_uncacheable_latency 401567500 # number of WriteReq MSHR uncacheable cycles +system.cpu1.dcache.WriteReq_hits 631072 # number of WriteReq hits +system.cpu1.dcache.WriteReq_miss_latency 708377500 # number of WriteReq miss cycles +system.cpu1.dcache.WriteReq_miss_rate 0.040816 # miss rate for WriteReq accesses +system.cpu1.dcache.WriteReq_misses 26854 # number of WriteReq misses +system.cpu1.dcache.WriteReq_mshr_miss_latency 627815500 # number of WriteReq MSHR miss cycles +system.cpu1.dcache.WriteReq_mshr_miss_rate 0.040816 # mshr miss rate for WriteReq accesses +system.cpu1.dcache.WriteReq_mshr_misses 26854 # number of WriteReq MSHR misses +system.cpu1.dcache.WriteReq_mshr_uncacheable_latency 305665000 # number of WriteReq MSHR uncacheable cycles system.cpu1.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu1.dcache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu1.dcache.avg_refs 23.594558 # Average number of references to valid blocks. +system.cpu1.dcache.avg_refs 30.077708 # Average number of references to valid blocks. system.cpu1.dcache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu1.dcache.blocked_no_targets 0 # number of cycles access was blocked system.cpu1.dcache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu1.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu1.dcache.cache_copies 0 # number of cache copies performed -system.cpu1.dcache.demand_accesses 4144986 # number of demand (read+write) accesses -system.cpu1.dcache.demand_avg_miss_latency 17059.352629 # average overall miss latency -system.cpu1.dcache.demand_avg_mshr_miss_latency 15059.335937 # average overall mshr miss latency -system.cpu1.dcache.demand_hits 3935307 # number of demand (read+write) hits -system.cpu1.dcache.demand_miss_latency 3576988000 # number of demand (read+write) miss cycles -system.cpu1.dcache.demand_miss_rate 0.050586 # miss rate for demand accesses -system.cpu1.dcache.demand_misses 209679 # number of demand (read+write) misses +system.cpu1.dcache.demand_accesses 1688224 # number of demand (read+write) accesses +system.cpu1.dcache.demand_avg_miss_latency 19241.718336 # average overall miss latency +system.cpu1.dcache.demand_avg_mshr_miss_latency 16241.646977 # average overall mshr miss latency +system.cpu1.dcache.demand_hits 1625163 # number of demand (read+write) hits +system.cpu1.dcache.demand_miss_latency 1213402000 # number of demand (read+write) miss cycles +system.cpu1.dcache.demand_miss_rate 0.037353 # miss rate for demand accesses +system.cpu1.dcache.demand_misses 63061 # number of demand (read+write) misses system.cpu1.dcache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu1.dcache.demand_mshr_miss_latency 3157626500 # number of demand (read+write) MSHR miss cycles -system.cpu1.dcache.demand_mshr_miss_rate 0.050586 # mshr miss rate for demand accesses -system.cpu1.dcache.demand_mshr_misses 209679 # number of demand (read+write) MSHR misses +system.cpu1.dcache.demand_mshr_miss_latency 1024214500 # number of demand (read+write) MSHR miss cycles +system.cpu1.dcache.demand_mshr_miss_rate 0.037353 # mshr miss rate for demand accesses +system.cpu1.dcache.demand_mshr_misses 63061 # number of demand (read+write) MSHR misses system.cpu1.dcache.fast_writes 0 # number of fast writes performed system.cpu1.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu1.dcache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu1.dcache.overall_accesses 4144986 # number of overall (read+write) accesses -system.cpu1.dcache.overall_avg_miss_latency 17059.352629 # average overall miss latency -system.cpu1.dcache.overall_avg_mshr_miss_latency 15059.335937 # average overall mshr miss latency +system.cpu1.dcache.overall_accesses 1688224 # number of overall (read+write) accesses +system.cpu1.dcache.overall_avg_miss_latency 19241.718336 # average overall miss latency +system.cpu1.dcache.overall_avg_mshr_miss_latency 16241.646977 # average overall mshr miss latency system.cpu1.dcache.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu1.dcache.overall_hits 3935307 # number of overall hits -system.cpu1.dcache.overall_miss_latency 3576988000 # number of overall miss cycles -system.cpu1.dcache.overall_miss_rate 0.050586 # miss rate for overall accesses -system.cpu1.dcache.overall_misses 209679 # number of overall misses +system.cpu1.dcache.overall_hits 1625163 # number of overall hits +system.cpu1.dcache.overall_miss_latency 1213402000 # number of overall miss cycles +system.cpu1.dcache.overall_miss_rate 0.037353 # miss rate for overall accesses +system.cpu1.dcache.overall_misses 63061 # number of overall misses system.cpu1.dcache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu1.dcache.overall_mshr_miss_latency 3157626500 # number of overall MSHR miss cycles -system.cpu1.dcache.overall_mshr_miss_rate 0.050586 # mshr miss rate for overall accesses -system.cpu1.dcache.overall_mshr_misses 209679 # number of overall MSHR misses -system.cpu1.dcache.overall_mshr_uncacheable_latency 413377000 # number of overall MSHR uncacheable cycles +system.cpu1.dcache.overall_mshr_miss_latency 1024214500 # number of overall MSHR miss cycles +system.cpu1.dcache.overall_mshr_miss_rate 0.037353 # mshr miss rate for overall accesses +system.cpu1.dcache.overall_mshr_misses 63061 # number of overall MSHR misses +system.cpu1.dcache.overall_mshr_uncacheable_latency 319058500 # number of overall MSHR uncacheable cycles system.cpu1.dcache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu1.dcache.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu1.dcache.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -364,69 +365,69 @@ system.cpu1.dcache.prefetcher.num_hwpf_issued 0 system.cpu1.dcache.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu1.dcache.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu1.dcache.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu1.dcache.replacements 172122 # number of replacements -system.cpu1.dcache.sampled_refs 172634 # Sample count of references to valid blocks. +system.cpu1.dcache.replacements 54390 # number of replacements +system.cpu1.dcache.sampled_refs 54808 # Sample count of references to valid blocks. system.cpu1.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu1.dcache.tagsinuse 469.368007 # Cycle average of tags in use -system.cpu1.dcache.total_refs 4073223 # Total number of references to valid blocks. -system.cpu1.dcache.warmup_cycle 1951036839000 # Cycle when the warmup percentage was hit. -system.cpu1.dcache.writebacks 89024 # number of writebacks -system.cpu1.dtb.accesses 344610 # DTB accesses -system.cpu1.dtb.acv 29 # DTB access violations -system.cpu1.dtb.hits 4247594 # DTB hits -system.cpu1.dtb.misses 3333 # DTB misses -system.cpu1.dtb.read_accesses 239363 # DTB read accesses -system.cpu1.dtb.read_acv 0 # DTB read access violations -system.cpu1.dtb.read_hits 2458285 # DTB read hits -system.cpu1.dtb.read_misses 2992 # DTB read misses -system.cpu1.dtb.write_accesses 105247 # DTB write accesses -system.cpu1.dtb.write_acv 29 # DTB write access violations -system.cpu1.dtb.write_hits 1789309 # DTB write hits -system.cpu1.dtb.write_misses 341 # DTB write misses -system.cpu1.icache.ReadReq_accesses 13382142 # number of ReadReq accesses(hits+misses) -system.cpu1.icache.ReadReq_avg_miss_latency 13055.545234 # average ReadReq miss latency -system.cpu1.icache.ReadReq_avg_mshr_miss_latency 11055.430670 # average ReadReq mshr miss latency -system.cpu1.icache.ReadReq_hits 13059180 # number of ReadReq hits -system.cpu1.icache.ReadReq_miss_latency 4216445000 # number of ReadReq miss cycles -system.cpu1.icache.ReadReq_miss_rate 0.024134 # miss rate for ReadReq accesses -system.cpu1.icache.ReadReq_misses 322962 # number of ReadReq misses -system.cpu1.icache.ReadReq_mshr_miss_latency 3570484000 # number of ReadReq MSHR miss cycles -system.cpu1.icache.ReadReq_mshr_miss_rate 0.024134 # mshr miss rate for ReadReq accesses -system.cpu1.icache.ReadReq_mshr_misses 322962 # number of ReadReq MSHR misses +system.cpu1.dcache.tagsinuse 387.947804 # Cycle average of tags in use +system.cpu1.dcache.total_refs 1648499 # Total number of references to valid blocks. +system.cpu1.dcache.warmup_cycle 1956976796000 # Cycle when the warmup percentage was hit. +system.cpu1.dcache.writebacks 27227 # number of writebacks +system.cpu1.dtb.accesses 302878 # DTB accesses +system.cpu1.dtb.acv 84 # DTB access violations +system.cpu1.dtb.hits 1712100 # DTB hits +system.cpu1.dtb.misses 3106 # DTB misses +system.cpu1.dtb.read_accesses 205838 # DTB read accesses +system.cpu1.dtb.read_acv 36 # DTB read access violations +system.cpu1.dtb.read_hits 1039743 # DTB read hits +system.cpu1.dtb.read_misses 2750 # DTB read misses +system.cpu1.dtb.write_accesses 97040 # DTB write accesses +system.cpu1.dtb.write_acv 48 # DTB write access violations +system.cpu1.dtb.write_hits 672357 # DTB write hits +system.cpu1.dtb.write_misses 356 # DTB write misses +system.cpu1.icache.ReadReq_accesses 5325914 # number of ReadReq accesses(hits+misses) +system.cpu1.icache.ReadReq_avg_miss_latency 14299.912084 # average ReadReq miss latency +system.cpu1.icache.ReadReq_avg_mshr_miss_latency 11299.461372 # average ReadReq mshr miss latency +system.cpu1.icache.ReadReq_hits 5236056 # number of ReadReq hits +system.cpu1.icache.ReadReq_miss_latency 1284961500 # number of ReadReq miss cycles +system.cpu1.icache.ReadReq_miss_rate 0.016872 # miss rate for ReadReq accesses +system.cpu1.icache.ReadReq_misses 89858 # number of ReadReq misses +system.cpu1.icache.ReadReq_mshr_miss_latency 1015347000 # number of ReadReq MSHR miss cycles +system.cpu1.icache.ReadReq_mshr_miss_rate 0.016872 # mshr miss rate for ReadReq accesses +system.cpu1.icache.ReadReq_mshr_misses 89858 # number of ReadReq MSHR misses system.cpu1.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu1.icache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu1.icache.avg_refs 40.439912 # Average number of references to valid blocks. +system.cpu1.icache.avg_refs 58.288501 # Average number of references to valid blocks. system.cpu1.icache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu1.icache.blocked_no_targets 0 # number of cycles access was blocked system.cpu1.icache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu1.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu1.icache.cache_copies 0 # number of cache copies performed -system.cpu1.icache.demand_accesses 13382142 # number of demand (read+write) accesses -system.cpu1.icache.demand_avg_miss_latency 13055.545234 # average overall miss latency -system.cpu1.icache.demand_avg_mshr_miss_latency 11055.430670 # average overall mshr miss latency -system.cpu1.icache.demand_hits 13059180 # number of demand (read+write) hits -system.cpu1.icache.demand_miss_latency 4216445000 # number of demand (read+write) miss cycles -system.cpu1.icache.demand_miss_rate 0.024134 # miss rate for demand accesses -system.cpu1.icache.demand_misses 322962 # number of demand (read+write) misses +system.cpu1.icache.demand_accesses 5325914 # number of demand (read+write) accesses +system.cpu1.icache.demand_avg_miss_latency 14299.912084 # average overall miss latency +system.cpu1.icache.demand_avg_mshr_miss_latency 11299.461372 # average overall mshr miss latency +system.cpu1.icache.demand_hits 5236056 # number of demand (read+write) hits +system.cpu1.icache.demand_miss_latency 1284961500 # number of demand (read+write) miss cycles +system.cpu1.icache.demand_miss_rate 0.016872 # miss rate for demand accesses +system.cpu1.icache.demand_misses 89858 # number of demand (read+write) misses system.cpu1.icache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu1.icache.demand_mshr_miss_latency 3570484000 # number of demand (read+write) MSHR miss cycles -system.cpu1.icache.demand_mshr_miss_rate 0.024134 # mshr miss rate for demand accesses -system.cpu1.icache.demand_mshr_misses 322962 # number of demand (read+write) MSHR misses +system.cpu1.icache.demand_mshr_miss_latency 1015347000 # number of demand (read+write) MSHR miss cycles +system.cpu1.icache.demand_mshr_miss_rate 0.016872 # mshr miss rate for demand accesses +system.cpu1.icache.demand_mshr_misses 89858 # number of demand (read+write) MSHR misses system.cpu1.icache.fast_writes 0 # number of fast writes performed system.cpu1.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu1.icache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu1.icache.overall_accesses 13382142 # number of overall (read+write) accesses -system.cpu1.icache.overall_avg_miss_latency 13055.545234 # average overall miss latency -system.cpu1.icache.overall_avg_mshr_miss_latency 11055.430670 # average overall mshr miss latency +system.cpu1.icache.overall_accesses 5325914 # number of overall (read+write) accesses +system.cpu1.icache.overall_avg_miss_latency 14299.912084 # average overall miss latency +system.cpu1.icache.overall_avg_mshr_miss_latency 11299.461372 # average overall mshr miss latency system.cpu1.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency -system.cpu1.icache.overall_hits 13059180 # number of overall hits -system.cpu1.icache.overall_miss_latency 4216445000 # number of overall miss cycles -system.cpu1.icache.overall_miss_rate 0.024134 # miss rate for overall accesses -system.cpu1.icache.overall_misses 322962 # number of overall misses +system.cpu1.icache.overall_hits 5236056 # number of overall hits +system.cpu1.icache.overall_miss_latency 1284961500 # number of overall miss cycles +system.cpu1.icache.overall_miss_rate 0.016872 # miss rate for overall accesses +system.cpu1.icache.overall_misses 89858 # number of overall misses system.cpu1.icache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu1.icache.overall_mshr_miss_latency 3570484000 # number of overall MSHR miss cycles -system.cpu1.icache.overall_mshr_miss_rate 0.024134 # mshr miss rate for overall accesses -system.cpu1.icache.overall_mshr_misses 322962 # number of overall MSHR misses +system.cpu1.icache.overall_mshr_miss_latency 1015347000 # number of overall MSHR miss cycles +system.cpu1.icache.overall_mshr_miss_rate 0.016872 # mshr miss rate for overall accesses +system.cpu1.icache.overall_mshr_misses 89858 # number of overall MSHR misses system.cpu1.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu1.icache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu1.icache.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache @@ -438,89 +439,98 @@ system.cpu1.icache.prefetcher.num_hwpf_issued 0 system.cpu1.icache.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu1.icache.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu1.icache.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu1.icache.replacements 322416 # number of replacements -system.cpu1.icache.sampled_refs 322928 # Sample count of references to valid blocks. +system.cpu1.icache.replacements 89318 # number of replacements +system.cpu1.icache.sampled_refs 89830 # Sample count of references to valid blocks. system.cpu1.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu1.icache.tagsinuse 445.335052 # Cycle average of tags in use -system.cpu1.icache.total_refs 13059180 # Total number of references to valid blocks. -system.cpu1.icache.warmup_cycle 1965624447000 # Cycle when the warmup percentage was hit. +system.cpu1.icache.tagsinuse 419.412997 # Cycle average of tags in use +system.cpu1.icache.total_refs 5236056 # Total number of references to valid blocks. +system.cpu1.icache.warmup_cycle 1957297672000 # Cycle when the warmup percentage was hit. system.cpu1.icache.writebacks 0 # number of writebacks -system.cpu1.idle_fraction 0.986971 # Percentage of idle cycles -system.cpu1.itb.accesses 1976959 # ITB accesses -system.cpu1.itb.acv 0 # ITB acv -system.cpu1.itb.hits 1975743 # ITB hits -system.cpu1.itb.misses 1216 # ITB misses -system.cpu1.kern.callpal 72548 # number of callpals executed +system.cpu1.idle_fraction 0.995045 # Percentage of idle cycles +system.cpu1.itb.accesses 1398451 # ITB accesses +system.cpu1.itb.acv 41 # ITB acv +system.cpu1.itb.hits 1397205 # ITB hits +system.cpu1.itb.misses 1246 # ITB misses +system.cpu1.kern.callpal 29654 # number of callpals executed system.cpu1.kern.callpal_cserve 1 0.00% 0.00% # number of callpals executed -system.cpu1.kern.callpal_wripir 430 0.59% 0.59% # number of callpals executed -system.cpu1.kern.callpal_wrmces 1 0.00% 0.60% # number of callpals executed -system.cpu1.kern.callpal_wrfen 1 0.00% 0.60% # number of callpals executed -system.cpu1.kern.callpal_swpctx 2033 2.80% 3.40% # number of callpals executed -system.cpu1.kern.callpal_tbi 3 0.00% 3.40% # number of callpals executed -system.cpu1.kern.callpal_wrent 7 0.01% 3.41% # number of callpals executed -system.cpu1.kern.callpal_swpipl 63908 88.09% 91.50% # number of callpals executed -system.cpu1.kern.callpal_rdps 2174 3.00% 94.50% # number of callpals executed -system.cpu1.kern.callpal_wrkgp 1 0.00% 94.50% # number of callpals executed -system.cpu1.kern.callpal_wrusp 4 0.01% 94.51% # number of callpals executed -system.cpu1.kern.callpal_whami 3 0.00% 94.51% # number of callpals executed -system.cpu1.kern.callpal_rti 3801 5.24% 99.75% # number of callpals executed -system.cpu1.kern.callpal_callsys 136 0.19% 99.94% # number of callpals executed -system.cpu1.kern.callpal_imb 44 0.06% 100.00% # number of callpals executed +system.cpu1.kern.callpal_wripir 7 0.02% 0.03% # number of callpals executed +system.cpu1.kern.callpal_wrmces 1 0.00% 0.03% # number of callpals executed +system.cpu1.kern.callpal_wrfen 1 0.00% 0.03% # number of callpals executed +system.cpu1.kern.callpal_swpctx 369 1.24% 1.28% # number of callpals executed +system.cpu1.kern.callpal_tbi 10 0.03% 1.31% # number of callpals executed +system.cpu1.kern.callpal_wrent 7 0.02% 1.34% # number of callpals executed +system.cpu1.kern.callpal_swpipl 24277 81.87% 83.20% # number of callpals executed +system.cpu1.kern.callpal_rdps 2191 7.39% 90.59% # number of callpals executed +system.cpu1.kern.callpal_wrkgp 1 0.00% 90.59% # number of callpals executed +system.cpu1.kern.callpal_wrusp 3 0.01% 90.60% # number of callpals executed +system.cpu1.kern.callpal_rdusp 2 0.01% 90.61% # number of callpals executed +system.cpu1.kern.callpal_whami 3 0.01% 90.62% # number of callpals executed +system.cpu1.kern.callpal_rti 2588 8.73% 99.35% # number of callpals executed +system.cpu1.kern.callpal_callsys 161 0.54% 99.89% # number of callpals executed +system.cpu1.kern.callpal_imb 31 0.10% 100.00% # number of callpals executed system.cpu1.kern.callpal_rdunique 1 0.00% 100.00% # number of callpals executed system.cpu1.kern.inst.arm 0 # number of arm instructions executed -system.cpu1.kern.inst.hwrei 79609 # number of hwrei instructions executed -system.cpu1.kern.inst.quiesce 2775 # number of quiesce instructions executed -system.cpu1.kern.ipl_count 70191 # number of times we switched to this ipl -system.cpu1.kern.ipl_count_0 26969 38.42% 38.42% # number of times we switched to this ipl -system.cpu1.kern.ipl_count_22 1968 2.80% 41.23% # number of times we switched to this ipl -system.cpu1.kern.ipl_count_30 513 0.73% 41.96% # number of times we switched to this ipl -system.cpu1.kern.ipl_count_31 40741 58.04% 100.00% # number of times we switched to this ipl -system.cpu1.kern.ipl_good 54192 # number of times we switched to this ipl from a different ipl -system.cpu1.kern.ipl_good_0 26112 48.18% 48.18% # number of times we switched to this ipl from a different ipl -system.cpu1.kern.ipl_good_22 1968 3.63% 51.82% # number of times we switched to this ipl from a different ipl -system.cpu1.kern.ipl_good_30 513 0.95% 52.76% # number of times we switched to this ipl from a different ipl -system.cpu1.kern.ipl_good_31 25599 47.24% 100.00% # number of times we switched to this ipl from a different ipl -system.cpu1.kern.ipl_ticks 1967563848000 # number of cycles we spent at this ipl -system.cpu1.kern.ipl_ticks_0 1909498960500 97.05% 97.05% # number of cycles we spent at this ipl -system.cpu1.kern.ipl_ticks_22 504062500 0.03% 97.07% # number of cycles we spent at this ipl -system.cpu1.kern.ipl_ticks_30 337556000 0.02% 97.09% # number of cycles we spent at this ipl -system.cpu1.kern.ipl_ticks_31 57223269000 2.91% 100.00% # number of cycles we spent at this ipl -system.cpu1.kern.ipl_used_0 0.968223 # fraction of swpipl calls that actually changed the ipl +system.cpu1.kern.inst.hwrei 36198 # number of hwrei instructions executed +system.cpu1.kern.inst.quiesce 2401 # number of quiesce instructions executed +system.cpu1.kern.ipl_count 28931 # number of times we switched to this ipl +system.cpu1.kern.ipl_count_0 9254 31.99% 31.99% # number of times we switched to this ipl +system.cpu1.kern.ipl_count_22 1971 6.81% 38.80% # number of times we switched to this ipl +system.cpu1.kern.ipl_count_30 94 0.32% 39.12% # number of times we switched to this ipl +system.cpu1.kern.ipl_count_31 17612 60.88% 100.00% # number of times we switched to this ipl +system.cpu1.kern.ipl_good 20463 # number of times we switched to this ipl from a different ipl +system.cpu1.kern.ipl_good_0 9246 45.18% 45.18% # number of times we switched to this ipl from a different ipl +system.cpu1.kern.ipl_good_22 1971 9.63% 54.82% # number of times we switched to this ipl from a different ipl +system.cpu1.kern.ipl_good_30 94 0.46% 55.28% # number of times we switched to this ipl from a different ipl +system.cpu1.kern.ipl_good_31 9152 44.72% 100.00% # number of times we switched to this ipl from a different ipl +system.cpu1.kern.ipl_ticks 1972666579000 # number of cycles we spent at this ipl +system.cpu1.kern.ipl_ticks_0 1919200833000 97.29% 97.29% # number of cycles we spent at this ipl +system.cpu1.kern.ipl_ticks_22 508731500 0.03% 97.32% # number of cycles we spent at this ipl +system.cpu1.kern.ipl_ticks_30 56757500 0.00% 97.32% # number of cycles we spent at this ipl +system.cpu1.kern.ipl_ticks_31 52900257000 2.68% 100.00% # number of cycles we spent at this ipl +system.cpu1.kern.ipl_used_0 0.999136 # fraction of swpipl calls that actually changed the ipl system.cpu1.kern.ipl_used_22 1 # fraction of swpipl calls that actually changed the ipl system.cpu1.kern.ipl_used_30 1 # fraction of swpipl calls that actually changed the ipl -system.cpu1.kern.ipl_used_31 0.628335 # fraction of swpipl calls that actually changed the ipl -system.cpu1.kern.mode_good_kernel 900 -system.cpu1.kern.mode_good_user 463 -system.cpu1.kern.mode_good_idle 437 -system.cpu1.kern.mode_switch_kernel 2093 # number of protection mode switches -system.cpu1.kern.mode_switch_user 463 # number of protection mode switches -system.cpu1.kern.mode_switch_idle 2895 # number of protection mode switches -system.cpu1.kern.mode_switch_good 1.580955 # fraction of useful protection mode switches -system.cpu1.kern.mode_switch_good_kernel 0.430005 # fraction of useful protection mode switches +system.cpu1.kern.ipl_used_31 0.519646 # fraction of swpipl calls that actually changed the ipl +system.cpu1.kern.mode_good_kernel 533 +system.cpu1.kern.mode_good_user 515 +system.cpu1.kern.mode_good_idle 18 +system.cpu1.kern.mode_switch_kernel 882 # number of protection mode switches +system.cpu1.kern.mode_switch_user 515 # number of protection mode switches +system.cpu1.kern.mode_switch_idle 2077 # number of protection mode switches +system.cpu1.kern.mode_switch_good 1.612975 # fraction of useful protection mode switches +system.cpu1.kern.mode_switch_good_kernel 0.604308 # fraction of useful protection mode switches system.cpu1.kern.mode_switch_good_user 1 # fraction of useful protection mode switches -system.cpu1.kern.mode_switch_good_idle 0.150950 # fraction of useful protection mode switches -system.cpu1.kern.mode_ticks_kernel 18907561000 0.96% 0.96% # number of ticks spent at the given mode -system.cpu1.kern.mode_ticks_user 1758275000 0.09% 1.05% # number of ticks spent at the given mode -system.cpu1.kern.mode_ticks_idle 1946898010000 98.95% 100.00% # number of ticks spent at the given mode -system.cpu1.kern.swap_context 2034 # number of times the context was actually changed -system.cpu1.kern.syscall 104 # number of syscalls executed -system.cpu1.kern.syscall_3 11 10.58% 10.58% # number of syscalls executed -system.cpu1.kern.syscall_6 10 9.62% 20.19% # number of syscalls executed -system.cpu1.kern.syscall_15 1 0.96% 21.15% # number of syscalls executed -system.cpu1.kern.syscall_17 6 5.77% 26.92% # number of syscalls executed -system.cpu1.kern.syscall_23 3 2.88% 29.81% # number of syscalls executed -system.cpu1.kern.syscall_24 3 2.88% 32.69% # number of syscalls executed -system.cpu1.kern.syscall_33 4 3.85% 36.54% # number of syscalls executed -system.cpu1.kern.syscall_45 18 17.31% 53.85% # number of syscalls executed -system.cpu1.kern.syscall_47 3 2.88% 56.73% # number of syscalls executed -system.cpu1.kern.syscall_59 1 0.96% 57.69% # number of syscalls executed -system.cpu1.kern.syscall_71 31 29.81% 87.50% # number of syscalls executed -system.cpu1.kern.syscall_74 10 9.62% 97.12% # number of syscalls executed -system.cpu1.kern.syscall_132 3 2.88% 100.00% # number of syscalls executed -system.cpu1.not_idle_fraction 0.013029 # Percentage of non-idle cycles -system.cpu1.numCycles 3935129140 # number of cpu cycles simulated -system.cpu1.num_insts 13378779 # Number of instructions executed -system.cpu1.num_refs 4274734 # Number of memory references +system.cpu1.kern.mode_switch_good_idle 0.008666 # fraction of useful protection mode switches +system.cpu1.kern.mode_ticks_kernel 3978131000 0.20% 0.20% # number of ticks spent at the given mode +system.cpu1.kern.mode_ticks_user 1616488000 0.08% 0.28% # number of ticks spent at the given mode +system.cpu1.kern.mode_ticks_idle 1966135435000 99.72% 100.00% # number of ticks spent at the given mode +system.cpu1.kern.swap_context 370 # number of times the context was actually changed +system.cpu1.kern.syscall 102 # number of syscalls executed +system.cpu1.kern.syscall_2 2 1.96% 1.96% # number of syscalls executed +system.cpu1.kern.syscall_3 11 10.78% 12.75% # number of syscalls executed +system.cpu1.kern.syscall_4 1 0.98% 13.73% # number of syscalls executed +system.cpu1.kern.syscall_6 12 11.76% 25.49% # number of syscalls executed +system.cpu1.kern.syscall_17 5 4.90% 30.39% # number of syscalls executed +system.cpu1.kern.syscall_19 4 3.92% 34.31% # number of syscalls executed +system.cpu1.kern.syscall_20 2 1.96% 36.27% # number of syscalls executed +system.cpu1.kern.syscall_23 2 1.96% 38.24% # number of syscalls executed +system.cpu1.kern.syscall_24 2 1.96% 40.20% # number of syscalls executed +system.cpu1.kern.syscall_33 3 2.94% 43.14% # number of syscalls executed +system.cpu1.kern.syscall_45 15 14.71% 57.84% # number of syscalls executed +system.cpu1.kern.syscall_47 2 1.96% 59.80% # number of syscalls executed +system.cpu1.kern.syscall_48 3 2.94% 62.75% # number of syscalls executed +system.cpu1.kern.syscall_54 1 0.98% 63.73% # number of syscalls executed +system.cpu1.kern.syscall_59 2 1.96% 65.69% # number of syscalls executed +system.cpu1.kern.syscall_71 22 21.57% 87.25% # number of syscalls executed +system.cpu1.kern.syscall_74 7 6.86% 94.12% # number of syscalls executed +system.cpu1.kern.syscall_90 1 0.98% 95.10% # number of syscalls executed +system.cpu1.kern.syscall_92 2 1.96% 97.06% # number of syscalls executed +system.cpu1.kern.syscall_132 2 1.96% 99.02% # number of syscalls executed +system.cpu1.kern.syscall_144 1 0.98% 100.00% # number of syscalls executed +system.cpu1.not_idle_fraction 0.004955 # Percentage of non-idle cycles +system.cpu1.numCycles 3945333218 # number of cpu cycles simulated +system.cpu1.num_insts 5322724 # Number of instructions executed +system.cpu1.num_refs 1722033 # Number of memory references system.disk0.dma_read_bytes 1024 # Number of bytes transfered via DMA reads (not PRD). system.disk0.dma_read_full_pages 0 # Number of full page size DMA reads (not PRD). system.disk0.dma_read_txs 1 # Number of DMA read transactions (not PRD). @@ -533,58 +543,58 @@ system.disk2.dma_read_txs 0 # Nu system.disk2.dma_write_bytes 8192 # Number of bytes transfered via DMA writes. system.disk2.dma_write_full_pages 1 # Number of full page size DMA writes. system.disk2.dma_write_txs 1 # Number of DMA write transactions. -system.iocache.ReadReq_accesses 175 # number of ReadReq accesses(hits+misses) -system.iocache.ReadReq_avg_miss_latency 111891.417143 # average ReadReq miss latency -system.iocache.ReadReq_avg_mshr_miss_latency 60891.417143 # average ReadReq mshr miss latency -system.iocache.ReadReq_miss_latency 19580998 # number of ReadReq miss cycles +system.iocache.ReadReq_accesses 176 # number of ReadReq accesses(hits+misses) +system.iocache.ReadReq_avg_miss_latency 113562.488636 # average ReadReq miss latency +system.iocache.ReadReq_avg_mshr_miss_latency 61562.488636 # average ReadReq mshr miss latency +system.iocache.ReadReq_miss_latency 19986998 # number of ReadReq miss cycles system.iocache.ReadReq_miss_rate 1 # miss rate for ReadReq accesses -system.iocache.ReadReq_misses 175 # number of ReadReq misses -system.iocache.ReadReq_mshr_miss_latency 10655998 # number of ReadReq MSHR miss cycles +system.iocache.ReadReq_misses 176 # number of ReadReq misses +system.iocache.ReadReq_mshr_miss_latency 10834998 # number of ReadReq MSHR miss cycles system.iocache.ReadReq_mshr_miss_rate 1 # mshr miss rate for ReadReq accesses -system.iocache.ReadReq_mshr_misses 175 # number of ReadReq MSHR misses +system.iocache.ReadReq_mshr_misses 176 # number of ReadReq MSHR misses system.iocache.WriteReq_accesses 41552 # number of WriteReq accesses(hits+misses) -system.iocache.WriteReq_avg_miss_latency 105454.197295 # average WriteReq miss latency -system.iocache.WriteReq_avg_mshr_miss_latency 54454.197295 # average WriteReq mshr miss latency -system.iocache.WriteReq_miss_latency 4381832806 # number of WriteReq miss cycles +system.iocache.WriteReq_avg_miss_latency 115053.879621 # average WriteReq miss latency +system.iocache.WriteReq_avg_mshr_miss_latency 63053.711494 # average WriteReq mshr miss latency +system.iocache.WriteReq_miss_latency 4780718806 # number of WriteReq miss cycles system.iocache.WriteReq_miss_rate 1 # miss rate for WriteReq accesses system.iocache.WriteReq_misses 41552 # number of WriteReq misses -system.iocache.WriteReq_mshr_miss_latency 2262680806 # number of WriteReq MSHR miss cycles +system.iocache.WriteReq_mshr_miss_latency 2620007820 # number of WriteReq MSHR miss cycles system.iocache.WriteReq_mshr_miss_rate 1 # mshr miss rate for WriteReq accesses system.iocache.WriteReq_mshr_misses 41552 # number of WriteReq MSHR misses -system.iocache.avg_blocked_cycles_no_mshrs 4142.720490 # average number of cycles each access was blocked +system.iocache.avg_blocked_cycles_no_mshrs 4173.944424 # average number of cycles each access was blocked system.iocache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked system.iocache.avg_refs 0 # Average number of references to valid blocks. -system.iocache.blocked_no_mshrs 10454 # number of cycles access was blocked +system.iocache.blocked_no_mshrs 2771 # number of cycles access was blocked system.iocache.blocked_no_targets 0 # number of cycles access was blocked -system.iocache.blocked_cycles_no_mshrs 43308000 # number of cycles access was blocked +system.iocache.blocked_cycles_no_mshrs 11566000 # number of cycles access was blocked system.iocache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.iocache.cache_copies 0 # number of cache copies performed -system.iocache.demand_accesses 41727 # number of demand (read+write) accesses -system.iocache.demand_avg_miss_latency 105481.194526 # average overall miss latency -system.iocache.demand_avg_mshr_miss_latency 54481.194526 # average overall mshr miss latency +system.iocache.demand_accesses 41728 # number of demand (read+write) accesses +system.iocache.demand_avg_miss_latency 115047.589245 # average overall miss latency +system.iocache.demand_avg_mshr_miss_latency 63047.421827 # average overall mshr miss latency system.iocache.demand_hits 0 # number of demand (read+write) hits -system.iocache.demand_miss_latency 4401413804 # number of demand (read+write) miss cycles +system.iocache.demand_miss_latency 4800705804 # number of demand (read+write) miss cycles system.iocache.demand_miss_rate 1 # miss rate for demand accesses -system.iocache.demand_misses 41727 # number of demand (read+write) misses +system.iocache.demand_misses 41728 # number of demand (read+write) misses system.iocache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.iocache.demand_mshr_miss_latency 2273336804 # number of demand (read+write) MSHR miss cycles +system.iocache.demand_mshr_miss_latency 2630842818 # number of demand (read+write) MSHR miss cycles system.iocache.demand_mshr_miss_rate 1 # mshr miss rate for demand accesses -system.iocache.demand_mshr_misses 41727 # number of demand (read+write) MSHR misses +system.iocache.demand_mshr_misses 41728 # number of demand (read+write) MSHR misses system.iocache.fast_writes 0 # number of fast writes performed system.iocache.mshr_cap_events 0 # number of times MSHR cap was activated system.iocache.no_allocate_misses 0 # Number of misses that were no-allocate -system.iocache.overall_accesses 41727 # number of overall (read+write) accesses -system.iocache.overall_avg_miss_latency 105481.194526 # average overall miss latency -system.iocache.overall_avg_mshr_miss_latency 54481.194526 # average overall mshr miss latency +system.iocache.overall_accesses 41728 # number of overall (read+write) accesses +system.iocache.overall_avg_miss_latency 115047.589245 # average overall miss latency +system.iocache.overall_avg_mshr_miss_latency 63047.421827 # average overall mshr miss latency system.iocache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.iocache.overall_hits 0 # number of overall hits -system.iocache.overall_miss_latency 4401413804 # number of overall miss cycles +system.iocache.overall_miss_latency 4800705804 # number of overall miss cycles system.iocache.overall_miss_rate 1 # miss rate for overall accesses -system.iocache.overall_misses 41727 # number of overall misses +system.iocache.overall_misses 41728 # number of overall misses system.iocache.overall_mshr_hits 0 # number of overall MSHR hits -system.iocache.overall_mshr_miss_latency 2273336804 # number of overall MSHR miss cycles +system.iocache.overall_mshr_miss_latency 2630842818 # number of overall MSHR miss cycles system.iocache.overall_mshr_miss_rate 1 # mshr miss rate for overall accesses -system.iocache.overall_mshr_misses 41727 # number of overall MSHR misses +system.iocache.overall_mshr_misses 41728 # number of overall MSHR misses system.iocache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.iocache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.iocache.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache @@ -596,83 +606,83 @@ system.iocache.prefetcher.num_hwpf_issued 0 # n system.iocache.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.iocache.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.iocache.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.iocache.replacements 41695 # number of replacements -system.iocache.sampled_refs 41711 # Sample count of references to valid blocks. +system.iocache.replacements 41696 # number of replacements +system.iocache.sampled_refs 41712 # Sample count of references to valid blocks. system.iocache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.iocache.tagsinuse 0.560948 # Cycle average of tags in use +system.iocache.tagsinuse 0.554980 # Cycle average of tags in use system.iocache.total_refs 0 # Total number of references to valid blocks. -system.iocache.warmup_cycle 1761273445000 # Cycle when the warmup percentage was hit. +system.iocache.warmup_cycle 1766170681000 # Cycle when the warmup percentage was hit. system.iocache.writebacks 41520 # number of writebacks -system.l2c.ReadExReq_accesses 298209 # number of ReadExReq accesses(hits+misses) -system.l2c.ReadExReq_avg_miss_latency 22002.897297 # average ReadExReq miss latency -system.l2c.ReadExReq_avg_mshr_miss_latency 11002.897297 # average ReadExReq mshr miss latency -system.l2c.ReadExReq_miss_latency 6561462000 # number of ReadExReq miss cycles +system.l2c.ReadExReq_accesses 307159 # number of ReadExReq accesses(hits+misses) +system.l2c.ReadExReq_avg_miss_latency 23004.538366 # average ReadExReq miss latency +system.l2c.ReadExReq_avg_mshr_miss_latency 11004.538366 # average ReadExReq mshr miss latency +system.l2c.ReadExReq_miss_latency 7066051000 # number of ReadExReq miss cycles system.l2c.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses -system.l2c.ReadExReq_misses 298209 # number of ReadExReq misses -system.l2c.ReadExReq_mshr_miss_latency 3281163000 # number of ReadExReq MSHR miss cycles +system.l2c.ReadExReq_misses 307159 # number of ReadExReq misses +system.l2c.ReadExReq_mshr_miss_latency 3380143000 # number of ReadExReq MSHR miss cycles system.l2c.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses -system.l2c.ReadExReq_mshr_misses 298209 # number of ReadExReq MSHR misses -system.l2c.ReadReq_accesses 2724381 # number of ReadReq accesses(hits+misses) -system.l2c.ReadReq_avg_miss_latency 22012.979111 # average ReadReq miss latency -system.l2c.ReadReq_avg_mshr_miss_latency 11012.739257 # average ReadReq mshr miss latency +system.l2c.ReadExReq_mshr_misses 307159 # number of ReadExReq MSHR misses +system.l2c.ReadReq_accesses 2746056 # number of ReadReq accesses(hits+misses) +system.l2c.ReadReq_avg_miss_latency 23013.053198 # average ReadReq miss latency +system.l2c.ReadReq_avg_mshr_miss_latency 11012.812299 # average ReadReq mshr miss latency system.l2c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.l2c.ReadReq_hits 1761295 # number of ReadReq hits -system.l2c.ReadReq_miss_latency 21200392000 # number of ReadReq miss cycles -system.l2c.ReadReq_miss_rate 0.353506 # miss rate for ReadReq accesses -system.l2c.ReadReq_misses 963086 # number of ReadReq misses +system.l2c.ReadReq_hits 1782997 # number of ReadReq hits +system.l2c.ReadReq_miss_latency 22162928000 # number of ReadReq miss cycles +system.l2c.ReadReq_miss_rate 0.350706 # miss rate for ReadReq accesses +system.l2c.ReadReq_misses 963059 # number of ReadReq misses system.l2c.ReadReq_mshr_hits 11 # number of ReadReq MSHR hits -system.l2c.ReadReq_mshr_miss_latency 10606215000 # number of ReadReq MSHR miss cycles -system.l2c.ReadReq_mshr_miss_rate 0.353506 # mshr miss rate for ReadReq accesses -system.l2c.ReadReq_mshr_misses 963086 # number of ReadReq MSHR misses -system.l2c.ReadReq_mshr_uncacheable_latency 779851500 # number of ReadReq MSHR uncacheable cycles -system.l2c.UpgradeReq_accesses 125538 # number of UpgradeReq accesses(hits+misses) -system.l2c.UpgradeReq_avg_miss_latency 20917.475187 # average UpgradeReq miss latency -system.l2c.UpgradeReq_avg_mshr_miss_latency 11004.970607 # average UpgradeReq mshr miss latency -system.l2c.UpgradeReq_miss_latency 2625938000 # number of UpgradeReq miss cycles +system.l2c.ReadReq_mshr_miss_latency 10605988000 # number of ReadReq MSHR miss cycles +system.l2c.ReadReq_mshr_miss_rate 0.350706 # mshr miss rate for ReadReq accesses +system.l2c.ReadReq_mshr_misses 963059 # number of ReadReq MSHR misses +system.l2c.ReadReq_mshr_uncacheable_latency 779852500 # number of ReadReq MSHR uncacheable cycles +system.l2c.UpgradeReq_accesses 127459 # number of UpgradeReq accesses(hits+misses) +system.l2c.UpgradeReq_avg_miss_latency 22445.817871 # average UpgradeReq miss latency +system.l2c.UpgradeReq_avg_mshr_miss_latency 11007.104245 # average UpgradeReq mshr miss latency +system.l2c.UpgradeReq_miss_latency 2860921500 # number of UpgradeReq miss cycles system.l2c.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses -system.l2c.UpgradeReq_misses 125538 # number of UpgradeReq misses -system.l2c.UpgradeReq_mshr_miss_latency 1381542000 # number of UpgradeReq MSHR miss cycles +system.l2c.UpgradeReq_misses 127459 # number of UpgradeReq misses +system.l2c.UpgradeReq_mshr_miss_latency 1402954500 # number of UpgradeReq MSHR miss cycles system.l2c.UpgradeReq_mshr_miss_rate 1 # mshr miss rate for UpgradeReq accesses -system.l2c.UpgradeReq_mshr_misses 125538 # number of UpgradeReq MSHR misses +system.l2c.UpgradeReq_mshr_misses 127459 # number of UpgradeReq MSHR misses system.l2c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.l2c.WriteReq_mshr_uncacheable_latency 1544669500 # number of WriteReq MSHR uncacheable cycles -system.l2c.Writeback_accesses 416933 # number of Writeback accesses(hits+misses) -system.l2c.Writeback_hits 416933 # number of Writeback hits +system.l2c.WriteReq_mshr_uncacheable_latency 1370781000 # number of WriteReq MSHR uncacheable cycles +system.l2c.Writeback_accesses 430940 # number of Writeback accesses(hits+misses) +system.l2c.Writeback_hits 430940 # number of Writeback hits system.l2c.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.l2c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.l2c.avg_refs 1.775459 # Average number of references to valid blocks. +system.l2c.avg_refs 1.813929 # Average number of references to valid blocks. system.l2c.blocked_no_mshrs 0 # number of cycles access was blocked system.l2c.blocked_no_targets 0 # number of cycles access was blocked system.l2c.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.l2c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.l2c.cache_copies 0 # number of cache copies performed -system.l2c.demand_accesses 3022590 # number of demand (read+write) accesses -system.l2c.demand_avg_miss_latency 22010.595459 # average overall miss latency -system.l2c.demand_avg_mshr_miss_latency 11010.412314 # average overall mshr miss latency -system.l2c.demand_hits 1761295 # number of demand (read+write) hits -system.l2c.demand_miss_latency 27761854000 # number of demand (read+write) miss cycles -system.l2c.demand_miss_rate 0.417289 # miss rate for demand accesses -system.l2c.demand_misses 1261295 # number of demand (read+write) misses +system.l2c.demand_accesses 3053215 # number of demand (read+write) accesses +system.l2c.demand_avg_miss_latency 23010.994176 # average overall miss latency +system.l2c.demand_avg_mshr_miss_latency 11010.811530 # average overall mshr miss latency +system.l2c.demand_hits 1782997 # number of demand (read+write) hits +system.l2c.demand_miss_latency 29228979000 # number of demand (read+write) miss cycles +system.l2c.demand_miss_rate 0.416026 # miss rate for demand accesses +system.l2c.demand_misses 1270218 # number of demand (read+write) misses system.l2c.demand_mshr_hits 11 # number of demand (read+write) MSHR hits -system.l2c.demand_mshr_miss_latency 13887378000 # number of demand (read+write) MSHR miss cycles -system.l2c.demand_mshr_miss_rate 0.417289 # mshr miss rate for demand accesses -system.l2c.demand_mshr_misses 1261295 # number of demand (read+write) MSHR misses +system.l2c.demand_mshr_miss_latency 13986131000 # number of demand (read+write) MSHR miss cycles +system.l2c.demand_mshr_miss_rate 0.416026 # mshr miss rate for demand accesses +system.l2c.demand_mshr_misses 1270218 # number of demand (read+write) MSHR misses system.l2c.fast_writes 0 # number of fast writes performed system.l2c.mshr_cap_events 0 # number of times MSHR cap was activated system.l2c.no_allocate_misses 0 # Number of misses that were no-allocate -system.l2c.overall_accesses 3022590 # number of overall (read+write) accesses -system.l2c.overall_avg_miss_latency 22010.595459 # average overall miss latency -system.l2c.overall_avg_mshr_miss_latency 11010.412314 # average overall mshr miss latency +system.l2c.overall_accesses 3053215 # number of overall (read+write) accesses +system.l2c.overall_avg_miss_latency 23010.994176 # average overall miss latency +system.l2c.overall_avg_mshr_miss_latency 11010.811530 # average overall mshr miss latency system.l2c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.l2c.overall_hits 1761295 # number of overall hits -system.l2c.overall_miss_latency 27761854000 # number of overall miss cycles -system.l2c.overall_miss_rate 0.417289 # miss rate for overall accesses -system.l2c.overall_misses 1261295 # number of overall misses +system.l2c.overall_hits 1782997 # number of overall hits +system.l2c.overall_miss_latency 29228979000 # number of overall miss cycles +system.l2c.overall_miss_rate 0.416026 # miss rate for overall accesses +system.l2c.overall_misses 1270218 # number of overall misses system.l2c.overall_mshr_hits 11 # number of overall MSHR hits -system.l2c.overall_mshr_miss_latency 13887378000 # number of overall MSHR miss cycles -system.l2c.overall_mshr_miss_rate 0.417289 # mshr miss rate for overall accesses -system.l2c.overall_mshr_misses 1261295 # number of overall MSHR misses -system.l2c.overall_mshr_uncacheable_latency 2324521000 # number of overall MSHR uncacheable cycles +system.l2c.overall_mshr_miss_latency 13986131000 # number of overall MSHR miss cycles +system.l2c.overall_mshr_miss_rate 0.416026 # mshr miss rate for overall accesses +system.l2c.overall_mshr_misses 1270218 # number of overall MSHR misses +system.l2c.overall_mshr_uncacheable_latency 2150633500 # number of overall MSHR uncacheable cycles system.l2c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.l2c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.l2c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -683,13 +693,13 @@ system.l2c.prefetcher.num_hwpf_issued 0 # nu system.l2c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.l2c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.l2c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.l2c.replacements 1055639 # number of replacements -system.l2c.sampled_refs 1086732 # Sample count of references to valid blocks. +system.l2c.replacements 1055829 # number of replacements +system.l2c.sampled_refs 1087019 # Sample count of references to valid blocks. system.l2c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.l2c.tagsinuse 31212.139873 # Cycle average of tags in use -system.l2c.total_refs 1929448 # Total number of references to valid blocks. -system.l2c.warmup_cycle 6911380000 # Cycle when the warmup percentage was hit. -system.l2c.writebacks 123289 # number of writebacks +system.l2c.tagsinuse 30866.493853 # Cycle average of tags in use +system.l2c.total_refs 1971775 # Total number of references to valid blocks. +system.l2c.warmup_cycle 7281125000 # Cycle when the warmup percentage was hit. +system.l2c.writebacks 123132 # number of writebacks system.tsunami.ethernet.coalescedRxDesc # average number of RxDesc's coalesced into each post system.tsunami.ethernet.coalescedRxIdle # average number of RxIdle's coalesced into each post system.tsunami.ethernet.coalescedRxOk # average number of RxOk's coalesced into each post diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/stderr b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/stderr index 911cefcd6..ba95d24cb 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/stderr +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/stderr @@ -1,6 +1,6 @@ warn: kernel located at: /dist/m5/system/binaries/vmlinux -Listening for system connection on port 3456 -0: system.remote_gdb.listener: listening for remote gdb on port 7000 -0: system.remote_gdb.listener: listening for remote gdb on port 7001 +Listening for system connection on port 3458 +0: system.remote_gdb.listener: listening for remote gdb on port 7002 +0: system.remote_gdb.listener: listening for remote gdb on port 7009 warn: Entering event queue @ 0. Starting simulation... -warn: 469929000: Trying to launch CPU number 1! +warn: 478619000: Trying to launch CPU number 1! diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/stdout b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/stdout index 91bc31701..a1e7d0c6d 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/stdout +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/stdout @@ -1,13 +1,13 @@ M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Feb 13 2008 00:33:19 -M5 started Wed Feb 13 00:40:52 2008 -M5 executing on zizzer +M5 compiled Feb 24 2008 13:18:14 +M5 started Sun Feb 24 13:19:24 2008 +M5 executing on tater command line: build/ALPHA_FS/m5.fast -d build/ALPHA_FS/tests/fast/quick/10.linux-boot/alpha/linux/tsunami-simple-timing-dual tests/run.py quick/10.linux-boot/alpha/linux/tsunami-simple-timing-dual Global frequency set at 1000000000000 ticks per second -Exiting @ tick 1967564570000 because m5_exit instruction encountered +Exiting @ tick 1972679592000 because m5_exit instruction encountered diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.ini b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.ini index 362a1c26c..1b52231ed 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.ini +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/config.ini @@ -188,6 +188,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=true width=64 default=system.tsunami.pciconfig.pio @@ -271,6 +272,7 @@ children=responder block_size=64 bus_id=1 clock=1000 +header_cycles=1 responder_set=false width=64 default=system.membus.responder.pio @@ -325,6 +327,7 @@ children=responder block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 default=system.toL2Bus.responder.pio diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/m5stats.txt b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/m5stats.txt index 2430e4b42..fcddfbde2 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/m5stats.txt +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/m5stats.txt @@ -1,92 +1,92 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 696140 # Simulator instruction rate (inst/s) -host_mem_usage 250636 # Number of bytes of host memory used -host_seconds 86.29 # Real time elapsed on the host -host_tick_rate 22338313409 # Simulator tick rate (ticks/s) +host_inst_rate 827411 # Simulator instruction rate (inst/s) +host_mem_usage 316168 # Number of bytes of host memory used +host_seconds 72.58 # Real time elapsed on the host +host_tick_rate 26612603617 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks -sim_insts 60068732 # Number of instructions simulated -sim_seconds 1.927543 # Number of seconds simulated -sim_ticks 1927543019000 # Number of ticks simulated -system.cpu.dcache.LoadLockedReq_accesses 200271 # number of LoadLockedReq accesses(hits+misses) -system.cpu.dcache.LoadLockedReq_avg_miss_latency 13100.266914 # average LoadLockedReq miss latency -system.cpu.dcache.LoadLockedReq_avg_mshr_miss_latency 11100.266914 # average LoadLockedReq mshr miss latency -system.cpu.dcache.LoadLockedReq_hits 183037 # number of LoadLockedReq hits -system.cpu.dcache.LoadLockedReq_miss_latency 225770000 # number of LoadLockedReq miss cycles -system.cpu.dcache.LoadLockedReq_miss_rate 0.086053 # miss rate for LoadLockedReq accesses -system.cpu.dcache.LoadLockedReq_misses 17234 # number of LoadLockedReq misses -system.cpu.dcache.LoadLockedReq_mshr_miss_latency 191302000 # number of LoadLockedReq MSHR miss cycles -system.cpu.dcache.LoadLockedReq_mshr_miss_rate 0.086053 # mshr miss rate for LoadLockedReq accesses -system.cpu.dcache.LoadLockedReq_mshr_misses 17234 # number of LoadLockedReq MSHR misses -system.cpu.dcache.ReadReq_accesses 9532729 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency 19595.012234 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency 17594.985853 # average ReadReq mshr miss latency +sim_insts 60056349 # Number of instructions simulated +sim_seconds 1.931640 # Number of seconds simulated +sim_ticks 1931639667000 # Number of ticks simulated +system.cpu.dcache.LoadLockedReq_accesses 200273 # number of LoadLockedReq accesses(hits+misses) +system.cpu.dcache.LoadLockedReq_avg_miss_latency 14106.217767 # average LoadLockedReq miss latency +system.cpu.dcache.LoadLockedReq_avg_mshr_miss_latency 11106.217767 # average LoadLockedReq mshr miss latency +system.cpu.dcache.LoadLockedReq_hits 183016 # number of LoadLockedReq hits +system.cpu.dcache.LoadLockedReq_miss_latency 243431000 # number of LoadLockedReq miss cycles +system.cpu.dcache.LoadLockedReq_miss_rate 0.086167 # miss rate for LoadLockedReq accesses +system.cpu.dcache.LoadLockedReq_misses 17257 # number of LoadLockedReq misses +system.cpu.dcache.LoadLockedReq_mshr_miss_latency 191660000 # number of LoadLockedReq MSHR miss cycles +system.cpu.dcache.LoadLockedReq_mshr_miss_rate 0.086167 # mshr miss rate for LoadLockedReq accesses +system.cpu.dcache.LoadLockedReq_mshr_misses 17257 # number of LoadLockedReq MSHR misses +system.cpu.dcache.ReadReq_accesses 9530772 # number of ReadReq accesses(hits+misses) +system.cpu.dcache.ReadReq_avg_miss_latency 21143.101090 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency 18143.074712 # average ReadReq mshr miss latency system.cpu.dcache.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu.dcache.ReadReq_hits 7808009 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 33795909500 # number of ReadReq miss cycles -system.cpu.dcache.ReadReq_miss_rate 0.180926 # miss rate for ReadReq accesses -system.cpu.dcache.ReadReq_misses 1724720 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_miss_latency 30346424000 # number of ReadReq MSHR miss cycles -system.cpu.dcache.ReadReq_mshr_miss_rate 0.180926 # mshr miss rate for ReadReq accesses -system.cpu.dcache.ReadReq_mshr_misses 1724720 # number of ReadReq MSHR misses -system.cpu.dcache.ReadReq_mshr_uncacheable_latency 830826000 # number of ReadReq MSHR uncacheable cycles -system.cpu.dcache.StoreCondReq_accesses 199250 # number of StoreCondReq accesses(hits+misses) -system.cpu.dcache.StoreCondReq_avg_miss_latency 25002.710390 # average StoreCondReq miss latency -system.cpu.dcache.StoreCondReq_avg_mshr_miss_latency 23002.710390 # average StoreCondReq mshr miss latency -system.cpu.dcache.StoreCondReq_hits 169365 # number of StoreCondReq hits -system.cpu.dcache.StoreCondReq_miss_latency 747206000 # number of StoreCondReq miss cycles -system.cpu.dcache.StoreCondReq_miss_rate 0.149987 # miss rate for StoreCondReq accesses -system.cpu.dcache.StoreCondReq_misses 29885 # number of StoreCondReq misses -system.cpu.dcache.StoreCondReq_mshr_miss_latency 687436000 # number of StoreCondReq MSHR miss cycles -system.cpu.dcache.StoreCondReq_mshr_miss_rate 0.149987 # mshr miss rate for StoreCondReq accesses -system.cpu.dcache.StoreCondReq_mshr_misses 29885 # number of StoreCondReq MSHR misses -system.cpu.dcache.WriteReq_accesses 6155089 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency 25003.901042 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency 23003.901042 # average WriteReq mshr miss latency +system.cpu.dcache.ReadReq_hits 7805869 # number of ReadReq hits +system.cpu.dcache.ReadReq_miss_latency 36469798500 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_rate 0.180983 # miss rate for ReadReq accesses +system.cpu.dcache.ReadReq_misses 1724903 # number of ReadReq misses +system.cpu.dcache.ReadReq_mshr_miss_latency 31295044000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_rate 0.180983 # mshr miss rate for ReadReq accesses +system.cpu.dcache.ReadReq_mshr_misses 1724903 # number of ReadReq MSHR misses +system.cpu.dcache.ReadReq_mshr_uncacheable_latency 837553000 # number of ReadReq MSHR uncacheable cycles +system.cpu.dcache.StoreCondReq_accesses 199252 # number of StoreCondReq accesses(hits+misses) +system.cpu.dcache.StoreCondReq_avg_miss_latency 27003.604806 # average StoreCondReq miss latency +system.cpu.dcache.StoreCondReq_avg_mshr_miss_latency 24003.604806 # average StoreCondReq mshr miss latency +system.cpu.dcache.StoreCondReq_hits 169292 # number of StoreCondReq hits +system.cpu.dcache.StoreCondReq_miss_latency 809028000 # number of StoreCondReq miss cycles +system.cpu.dcache.StoreCondReq_miss_rate 0.150362 # miss rate for StoreCondReq accesses +system.cpu.dcache.StoreCondReq_misses 29960 # number of StoreCondReq misses +system.cpu.dcache.StoreCondReq_mshr_miss_latency 719148000 # number of StoreCondReq MSHR miss cycles +system.cpu.dcache.StoreCondReq_mshr_miss_rate 0.150362 # mshr miss rate for StoreCondReq accesses +system.cpu.dcache.StoreCondReq_mshr_misses 29960 # number of StoreCondReq MSHR misses +system.cpu.dcache.WriteReq_accesses 6154055 # number of WriteReq accesses(hits+misses) +system.cpu.dcache.WriteReq_avg_miss_latency 27005.969289 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency 24005.969289 # average WriteReq mshr miss latency system.cpu.dcache.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu.dcache.WriteReq_hits 5754555 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 10014912500 # number of WriteReq miss cycles -system.cpu.dcache.WriteReq_miss_rate 0.065074 # miss rate for WriteReq accesses -system.cpu.dcache.WriteReq_misses 400534 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_miss_latency 9213844500 # number of WriteReq MSHR miss cycles -system.cpu.dcache.WriteReq_mshr_miss_rate 0.065074 # mshr miss rate for WriteReq accesses -system.cpu.dcache.WriteReq_mshr_misses 400534 # number of WriteReq MSHR misses -system.cpu.dcache.WriteReq_mshr_uncacheable_latency 1165071500 # number of WriteReq MSHR uncacheable cycles +system.cpu.dcache.WriteReq_hits 5753421 # number of WriteReq hits +system.cpu.dcache.WriteReq_miss_latency 10819509500 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_rate 0.065101 # miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_misses 400634 # number of WriteReq misses +system.cpu.dcache.WriteReq_mshr_miss_latency 9617607500 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_rate 0.065101 # mshr miss rate for WriteReq accesses +system.cpu.dcache.WriteReq_mshr_misses 400634 # number of WriteReq MSHR misses +system.cpu.dcache.WriteReq_mshr_uncacheable_latency 1174669000 # number of WriteReq MSHR uncacheable cycles system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.dcache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.dcache.avg_refs 6.861521 # Average number of references to valid blocks. +system.cpu.dcache.avg_refs 6.859082 # Average number of references to valid blocks. system.cpu.dcache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed -system.cpu.dcache.demand_accesses 15687818 # number of demand (read+write) accesses -system.cpu.dcache.demand_avg_miss_latency 20614.393385 # average overall miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency 18614.371976 # average overall mshr miss latency -system.cpu.dcache.demand_hits 13562564 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 43810822000 # number of demand (read+write) miss cycles -system.cpu.dcache.demand_miss_rate 0.135472 # miss rate for demand accesses -system.cpu.dcache.demand_misses 2125254 # number of demand (read+write) misses +system.cpu.dcache.demand_accesses 15684827 # number of demand (read+write) accesses +system.cpu.dcache.demand_avg_miss_latency 22248.169757 # average overall miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency 19248.148350 # average overall mshr miss latency +system.cpu.dcache.demand_hits 13559290 # number of demand (read+write) hits +system.cpu.dcache.demand_miss_latency 47289308000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_rate 0.135515 # miss rate for demand accesses +system.cpu.dcache.demand_misses 2125537 # number of demand (read+write) misses system.cpu.dcache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 39560268500 # number of demand (read+write) MSHR miss cycles -system.cpu.dcache.demand_mshr_miss_rate 0.135472 # mshr miss rate for demand accesses -system.cpu.dcache.demand_mshr_misses 2125254 # number of demand (read+write) MSHR misses +system.cpu.dcache.demand_mshr_miss_latency 40912651500 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_rate 0.135515 # mshr miss rate for demand accesses +system.cpu.dcache.demand_mshr_misses 2125537 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.dcache.overall_accesses 15687818 # number of overall (read+write) accesses -system.cpu.dcache.overall_avg_miss_latency 20614.393385 # average overall miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency 18614.371976 # average overall mshr miss latency +system.cpu.dcache.overall_accesses 15684827 # number of overall (read+write) accesses +system.cpu.dcache.overall_avg_miss_latency 22248.169757 # average overall miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency 19248.148350 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu.dcache.overall_hits 13562564 # number of overall hits -system.cpu.dcache.overall_miss_latency 43810822000 # number of overall miss cycles -system.cpu.dcache.overall_miss_rate 0.135472 # miss rate for overall accesses -system.cpu.dcache.overall_misses 2125254 # number of overall misses +system.cpu.dcache.overall_hits 13559290 # number of overall hits +system.cpu.dcache.overall_miss_latency 47289308000 # number of overall miss cycles +system.cpu.dcache.overall_miss_rate 0.135515 # miss rate for overall accesses +system.cpu.dcache.overall_misses 2125537 # number of overall misses system.cpu.dcache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 39560268500 # number of overall MSHR miss cycles -system.cpu.dcache.overall_mshr_miss_rate 0.135472 # mshr miss rate for overall accesses -system.cpu.dcache.overall_mshr_misses 2125254 # number of overall MSHR misses -system.cpu.dcache.overall_mshr_uncacheable_latency 1995897500 # number of overall MSHR uncacheable cycles +system.cpu.dcache.overall_mshr_miss_latency 40912651500 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_rate 0.135515 # mshr miss rate for overall accesses +system.cpu.dcache.overall_mshr_misses 2125537 # number of overall MSHR misses +system.cpu.dcache.overall_mshr_uncacheable_latency 2012222000 # number of overall MSHR uncacheable cycles system.cpu.dcache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu.dcache.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu.dcache.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -97,69 +97,69 @@ system.cpu.dcache.prefetcher.num_hwpf_issued 0 system.cpu.dcache.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu.dcache.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu.dcache.replacements 2045827 # number of replacements -system.cpu.dcache.sampled_refs 2046339 # Sample count of references to valid blocks. +system.cpu.dcache.replacements 2046082 # number of replacements +system.cpu.dcache.sampled_refs 2046594 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 511.986919 # Cycle average of tags in use -system.cpu.dcache.total_refs 14040998 # Total number of references to valid blocks. -system.cpu.dcache.warmup_cycle 65018000 # Cycle when the warmup percentage was hit. -system.cpu.dcache.writebacks 430020 # number of writebacks -system.cpu.dtb.accesses 1021777 # DTB accesses -system.cpu.dtb.acv 373 # DTB access violations -system.cpu.dtb.hits 16067843 # DTB hits -system.cpu.dtb.misses 11527 # DTB misses -system.cpu.dtb.read_accesses 729481 # DTB read accesses +system.cpu.dcache.tagsinuse 511.986722 # Cycle average of tags in use +system.cpu.dcache.total_refs 14037756 # Total number of references to valid blocks. +system.cpu.dcache.warmup_cycle 66420000 # Cycle when the warmup percentage was hit. +system.cpu.dcache.writebacks 430195 # number of writebacks +system.cpu.dtb.accesses 1020787 # DTB accesses +system.cpu.dtb.acv 367 # DTB access violations +system.cpu.dtb.hits 16064922 # DTB hits +system.cpu.dtb.misses 11471 # DTB misses +system.cpu.dtb.read_accesses 728856 # DTB read accesses system.cpu.dtb.read_acv 210 # DTB read access violations -system.cpu.dtb.read_hits 9713362 # DTB read hits -system.cpu.dtb.read_misses 10376 # DTB read misses -system.cpu.dtb.write_accesses 292296 # DTB write accesses -system.cpu.dtb.write_acv 163 # DTB write access violations -system.cpu.dtb.write_hits 6354481 # DTB write hits -system.cpu.dtb.write_misses 1151 # DTB write misses -system.cpu.icache.ReadReq_accesses 60080633 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency 13203.991500 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency 11203.259450 # average ReadReq mshr miss latency -system.cpu.icache.ReadReq_hits 59151734 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 12265174500 # number of ReadReq miss cycles -system.cpu.icache.ReadReq_miss_rate 0.015461 # miss rate for ReadReq accesses -system.cpu.icache.ReadReq_misses 928899 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_miss_latency 10406696500 # number of ReadReq MSHR miss cycles -system.cpu.icache.ReadReq_mshr_miss_rate 0.015461 # mshr miss rate for ReadReq accesses -system.cpu.icache.ReadReq_mshr_misses 928899 # number of ReadReq MSHR misses +system.cpu.dtb.read_hits 9711464 # DTB read hits +system.cpu.dtb.read_misses 10329 # DTB read misses +system.cpu.dtb.write_accesses 291931 # DTB write accesses +system.cpu.dtb.write_acv 157 # DTB write access violations +system.cpu.dtb.write_hits 6353458 # DTB write hits +system.cpu.dtb.write_misses 1142 # DTB write misses +system.cpu.icache.ReadReq_accesses 60068188 # number of ReadReq accesses(hits+misses) +system.cpu.icache.ReadReq_avg_miss_latency 14221.050037 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency 11220.318707 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_hits 59139059 # number of ReadReq hits +system.cpu.icache.ReadReq_miss_latency 13213190000 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_rate 0.015468 # miss rate for ReadReq accesses +system.cpu.icache.ReadReq_misses 929129 # number of ReadReq misses +system.cpu.icache.ReadReq_mshr_miss_latency 10425123500 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_rate 0.015468 # mshr miss rate for ReadReq accesses +system.cpu.icache.ReadReq_mshr_misses 929129 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.cpu.icache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu.icache.avg_refs 63.690305 # Average number of references to valid blocks. +system.cpu.icache.avg_refs 63.660961 # Average number of references to valid blocks. system.cpu.icache.blocked_no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_no_targets 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed -system.cpu.icache.demand_accesses 60080633 # number of demand (read+write) accesses -system.cpu.icache.demand_avg_miss_latency 13203.991500 # average overall miss latency -system.cpu.icache.demand_avg_mshr_miss_latency 11203.259450 # average overall mshr miss latency -system.cpu.icache.demand_hits 59151734 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 12265174500 # number of demand (read+write) miss cycles -system.cpu.icache.demand_miss_rate 0.015461 # miss rate for demand accesses -system.cpu.icache.demand_misses 928899 # number of demand (read+write) misses +system.cpu.icache.demand_accesses 60068188 # number of demand (read+write) accesses +system.cpu.icache.demand_avg_miss_latency 14221.050037 # average overall miss latency +system.cpu.icache.demand_avg_mshr_miss_latency 11220.318707 # average overall mshr miss latency +system.cpu.icache.demand_hits 59139059 # number of demand (read+write) hits +system.cpu.icache.demand_miss_latency 13213190000 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_rate 0.015468 # miss rate for demand accesses +system.cpu.icache.demand_misses 929129 # number of demand (read+write) misses system.cpu.icache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 10406696500 # number of demand (read+write) MSHR miss cycles -system.cpu.icache.demand_mshr_miss_rate 0.015461 # mshr miss rate for demand accesses -system.cpu.icache.demand_mshr_misses 928899 # number of demand (read+write) MSHR misses +system.cpu.icache.demand_mshr_miss_latency 10425123500 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_rate 0.015468 # mshr miss rate for demand accesses +system.cpu.icache.demand_mshr_misses 929129 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu.icache.overall_accesses 60080633 # number of overall (read+write) accesses -system.cpu.icache.overall_avg_miss_latency 13203.991500 # average overall miss latency -system.cpu.icache.overall_avg_mshr_miss_latency 11203.259450 # average overall mshr miss latency +system.cpu.icache.overall_accesses 60068188 # number of overall (read+write) accesses +system.cpu.icache.overall_avg_miss_latency 14221.050037 # average overall miss latency +system.cpu.icache.overall_avg_mshr_miss_latency 11220.318707 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency -system.cpu.icache.overall_hits 59151734 # number of overall hits -system.cpu.icache.overall_miss_latency 12265174500 # number of overall miss cycles -system.cpu.icache.overall_miss_rate 0.015461 # miss rate for overall accesses -system.cpu.icache.overall_misses 928899 # number of overall misses +system.cpu.icache.overall_hits 59139059 # number of overall hits +system.cpu.icache.overall_miss_latency 13213190000 # number of overall miss cycles +system.cpu.icache.overall_miss_rate 0.015468 # miss rate for overall accesses +system.cpu.icache.overall_misses 929129 # number of overall misses system.cpu.icache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 10406696500 # number of overall MSHR miss cycles -system.cpu.icache.overall_mshr_miss_rate 0.015461 # mshr miss rate for overall accesses -system.cpu.icache.overall_mshr_misses 928899 # number of overall MSHR misses +system.cpu.icache.overall_mshr_miss_latency 10425123500 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_rate 0.015468 # mshr miss rate for overall accesses +system.cpu.icache.overall_mshr_misses 929129 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles system.cpu.icache.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu.icache.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache @@ -171,71 +171,71 @@ system.cpu.icache.prefetcher.num_hwpf_issued 0 system.cpu.icache.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu.icache.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu.icache.replacements 928229 # number of replacements -system.cpu.icache.sampled_refs 928740 # Sample count of references to valid blocks. +system.cpu.icache.replacements 928458 # number of replacements +system.cpu.icache.sampled_refs 928969 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 507.528659 # Cycle average of tags in use -system.cpu.icache.total_refs 59151734 # Total number of references to valid blocks. -system.cpu.icache.warmup_cycle 46711592000 # Cycle when the warmup percentage was hit. +system.cpu.icache.tagsinuse 507.298573 # Cycle average of tags in use +system.cpu.icache.total_refs 59139059 # Total number of references to valid blocks. +system.cpu.icache.warmup_cycle 48981308000 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks -system.cpu.idle_fraction 0.931443 # Percentage of idle cycles -system.cpu.itb.accesses 4984781 # ITB accesses +system.cpu.idle_fraction 0.929252 # Percentage of idle cycles +system.cpu.itb.accesses 4979997 # ITB accesses system.cpu.itb.acv 184 # ITB acv -system.cpu.itb.hits 4979736 # ITB hits -system.cpu.itb.misses 5045 # ITB misses -system.cpu.kern.callpal 192951 # number of callpals executed +system.cpu.itb.hits 4974991 # ITB hits +system.cpu.itb.misses 5006 # ITB misses +system.cpu.kern.callpal 192947 # number of callpals executed system.cpu.kern.callpal_cserve 1 0.00% 0.00% # number of callpals executed system.cpu.kern.callpal_wrmces 1 0.00% 0.00% # number of callpals executed system.cpu.kern.callpal_wrfen 1 0.00% 0.00% # number of callpals executed system.cpu.kern.callpal_wrvptptr 1 0.00% 0.00% # number of callpals executed -system.cpu.kern.callpal_swpctx 4179 2.17% 2.17% # number of callpals executed -system.cpu.kern.callpal_tbi 55 0.03% 2.20% # number of callpals executed +system.cpu.kern.callpal_swpctx 4174 2.16% 2.17% # number of callpals executed +system.cpu.kern.callpal_tbi 54 0.03% 2.19% # number of callpals executed system.cpu.kern.callpal_wrent 7 0.00% 2.20% # number of callpals executed -system.cpu.kern.callpal_swpipl 175991 91.21% 93.41% # number of callpals executed -system.cpu.kern.callpal_rdps 6833 3.54% 96.95% # number of callpals executed -system.cpu.kern.callpal_wrkgp 1 0.00% 96.95% # number of callpals executed +system.cpu.kern.callpal_swpipl 175999 91.22% 93.41% # number of callpals executed +system.cpu.kern.callpal_rdps 6835 3.54% 96.96% # number of callpals executed +system.cpu.kern.callpal_wrkgp 1 0.00% 96.96% # number of callpals executed system.cpu.kern.callpal_wrusp 7 0.00% 96.96% # number of callpals executed system.cpu.kern.callpal_rdusp 9 0.00% 96.96% # number of callpals executed -system.cpu.kern.callpal_whami 2 0.00% 96.96% # number of callpals executed -system.cpu.kern.callpal_rti 5165 2.68% 99.64% # number of callpals executed -system.cpu.kern.callpal_callsys 517 0.27% 99.91% # number of callpals executed +system.cpu.kern.callpal_whami 2 0.00% 96.97% # number of callpals executed +system.cpu.kern.callpal_rti 5159 2.67% 99.64% # number of callpals executed +system.cpu.kern.callpal_callsys 515 0.27% 99.91% # number of callpals executed system.cpu.kern.callpal_imb 181 0.09% 100.00% # number of callpals executed system.cpu.kern.inst.arm 0 # number of arm instructions executed -system.cpu.kern.inst.hwrei 212145 # number of hwrei instructions executed -system.cpu.kern.inst.quiesce 6176 # number of quiesce instructions executed -system.cpu.kern.ipl_count 183220 # number of times we switched to this ipl -system.cpu.kern.ipl_count_0 74917 40.89% 40.89% # number of times we switched to this ipl -system.cpu.kern.ipl_count_21 132 0.07% 40.96% # number of times we switched to this ipl -system.cpu.kern.ipl_count_22 1932 1.05% 42.02% # number of times we switched to this ipl -system.cpu.kern.ipl_count_31 106239 57.98% 100.00% # number of times we switched to this ipl -system.cpu.kern.ipl_good 149165 # number of times we switched to this ipl from a different ipl -system.cpu.kern.ipl_good_0 73550 49.31% 49.31% # number of times we switched to this ipl from a different ipl -system.cpu.kern.ipl_good_21 132 0.09% 49.40% # number of times we switched to this ipl from a different ipl -system.cpu.kern.ipl_good_22 1932 1.30% 50.69% # number of times we switched to this ipl from a different ipl -system.cpu.kern.ipl_good_31 73551 49.31% 100.00% # number of times we switched to this ipl from a different ipl -system.cpu.kern.ipl_ticks 1927542285000 # number of cycles we spent at this ipl -system.cpu.kern.ipl_ticks_0 1858193951000 96.40% 96.40% # number of cycles we spent at this ipl -system.cpu.kern.ipl_ticks_21 83622500 0.00% 96.41% # number of cycles we spent at this ipl -system.cpu.kern.ipl_ticks_22 547930500 0.03% 96.44% # number of cycles we spent at this ipl -system.cpu.kern.ipl_ticks_31 68716781000 3.56% 100.00% # number of cycles we spent at this ipl -system.cpu.kern.ipl_used_0 0.981753 # fraction of swpipl calls that actually changed the ipl +system.cpu.kern.inst.hwrei 212042 # number of hwrei instructions executed +system.cpu.kern.inst.quiesce 6180 # number of quiesce instructions executed +system.cpu.kern.ipl_count 183224 # number of times we switched to this ipl +system.cpu.kern.ipl_count_0 74910 40.88% 40.88% # number of times we switched to this ipl +system.cpu.kern.ipl_count_21 131 0.07% 40.96% # number of times we switched to this ipl +system.cpu.kern.ipl_count_22 1934 1.06% 42.01% # number of times we switched to this ipl +system.cpu.kern.ipl_count_31 106249 57.99% 100.00% # number of times we switched to this ipl +system.cpu.kern.ipl_good 149151 # number of times we switched to this ipl from a different ipl +system.cpu.kern.ipl_good_0 73543 49.31% 49.31% # number of times we switched to this ipl from a different ipl +system.cpu.kern.ipl_good_21 131 0.09% 49.40% # number of times we switched to this ipl from a different ipl +system.cpu.kern.ipl_good_22 1934 1.30% 50.69% # number of times we switched to this ipl from a different ipl +system.cpu.kern.ipl_good_31 73543 49.31% 100.00% # number of times we switched to this ipl from a different ipl +system.cpu.kern.ipl_ticks 1931638909000 # number of cycles we spent at this ipl +system.cpu.kern.ipl_ticks_0 1859511291500 96.27% 96.27% # number of cycles we spent at this ipl +system.cpu.kern.ipl_ticks_21 87343500 0.00% 96.27% # number of cycles we spent at this ipl +system.cpu.kern.ipl_ticks_22 557262000 0.03% 96.30% # number of cycles we spent at this ipl +system.cpu.kern.ipl_ticks_31 71483012000 3.70% 100.00% # number of cycles we spent at this ipl +system.cpu.kern.ipl_used_0 0.981751 # fraction of swpipl calls that actually changed the ipl system.cpu.kern.ipl_used_21 1 # fraction of swpipl calls that actually changed the ipl system.cpu.kern.ipl_used_22 1 # fraction of swpipl calls that actually changed the ipl -system.cpu.kern.ipl_used_31 0.692316 # fraction of swpipl calls that actually changed the ipl -system.cpu.kern.mode_good_kernel 1915 -system.cpu.kern.mode_good_user 1747 -system.cpu.kern.mode_good_idle 168 -system.cpu.kern.mode_switch_kernel 5911 # number of protection mode switches -system.cpu.kern.mode_switch_user 1747 # number of protection mode switches -system.cpu.kern.mode_switch_idle 2099 # number of protection mode switches -system.cpu.kern.mode_switch_good 1.404010 # fraction of useful protection mode switches -system.cpu.kern.mode_switch_good_kernel 0.323972 # fraction of useful protection mode switches +system.cpu.kern.ipl_used_31 0.692176 # fraction of swpipl calls that actually changed the ipl +system.cpu.kern.mode_good_kernel 1905 +system.cpu.kern.mode_good_user 1736 +system.cpu.kern.mode_good_idle 169 +system.cpu.kern.mode_switch_kernel 5906 # number of protection mode switches +system.cpu.kern.mode_switch_user 1736 # number of protection mode switches +system.cpu.kern.mode_switch_idle 2093 # number of protection mode switches +system.cpu.kern.mode_switch_good 1.403299 # fraction of useful protection mode switches +system.cpu.kern.mode_switch_good_kernel 0.322553 # fraction of useful protection mode switches system.cpu.kern.mode_switch_good_user 1 # fraction of useful protection mode switches -system.cpu.kern.mode_switch_good_idle 0.080038 # fraction of useful protection mode switches -system.cpu.kern.mode_ticks_kernel 44586957000 2.31% 2.31% # number of ticks spent at the given mode -system.cpu.kern.mode_ticks_user 4962483000 0.26% 2.57% # number of ticks spent at the given mode -system.cpu.kern.mode_ticks_idle 1877992843000 97.43% 100.00% # number of ticks spent at the given mode -system.cpu.kern.swap_context 4180 # number of times the context was actually changed +system.cpu.kern.mode_switch_good_idle 0.080745 # fraction of useful protection mode switches +system.cpu.kern.mode_ticks_kernel 45112475000 2.34% 2.34% # number of ticks spent at the given mode +system.cpu.kern.mode_ticks_user 5048233000 0.26% 2.60% # number of ticks spent at the given mode +system.cpu.kern.mode_ticks_idle 1881478199000 97.40% 100.00% # number of ticks spent at the given mode +system.cpu.kern.swap_context 4175 # number of times the context was actually changed system.cpu.kern.syscall 326 # number of syscalls executed system.cpu.kern.syscall_2 8 2.45% 2.45% # number of syscalls executed system.cpu.kern.syscall_3 30 9.20% 11.66% # number of syscalls executed @@ -267,10 +267,10 @@ system.cpu.kern.syscall_98 2 0.61% 97.55% # nu system.cpu.kern.syscall_132 4 1.23% 98.77% # number of syscalls executed system.cpu.kern.syscall_144 2 0.61% 99.39% # number of syscalls executed system.cpu.kern.syscall_147 2 0.61% 100.00% # number of syscalls executed -system.cpu.not_idle_fraction 0.068557 # Percentage of non-idle cycles -system.cpu.numCycles 3855086038 # number of cpu cycles simulated -system.cpu.num_insts 60068732 # Number of instructions executed -system.cpu.num_refs 16316112 # Number of memory references +system.cpu.not_idle_fraction 0.070748 # Percentage of non-idle cycles +system.cpu.numCycles 3863279334 # number of cpu cycles simulated +system.cpu.num_insts 60056349 # Number of instructions executed +system.cpu.num_refs 16313052 # Number of memory references system.disk0.dma_read_bytes 1024 # Number of bytes transfered via DMA reads (not PRD). system.disk0.dma_read_full_pages 0 # Number of full page size DMA reads (not PRD). system.disk0.dma_read_txs 1 # Number of DMA read transactions (not PRD). @@ -284,55 +284,55 @@ system.disk2.dma_write_bytes 8192 # Nu system.disk2.dma_write_full_pages 1 # Number of full page size DMA writes. system.disk2.dma_write_txs 1 # Number of DMA write transactions. system.iocache.ReadReq_accesses 173 # number of ReadReq accesses(hits+misses) -system.iocache.ReadReq_avg_miss_latency 111884.381503 # average ReadReq miss latency -system.iocache.ReadReq_avg_mshr_miss_latency 60884.381503 # average ReadReq mshr miss latency -system.iocache.ReadReq_miss_latency 19355998 # number of ReadReq miss cycles +system.iocache.ReadReq_avg_miss_latency 113566.462428 # average ReadReq miss latency +system.iocache.ReadReq_avg_mshr_miss_latency 61566.462428 # average ReadReq mshr miss latency +system.iocache.ReadReq_miss_latency 19646998 # number of ReadReq miss cycles system.iocache.ReadReq_miss_rate 1 # miss rate for ReadReq accesses system.iocache.ReadReq_misses 173 # number of ReadReq misses -system.iocache.ReadReq_mshr_miss_latency 10532998 # number of ReadReq MSHR miss cycles +system.iocache.ReadReq_mshr_miss_latency 10650998 # number of ReadReq MSHR miss cycles system.iocache.ReadReq_mshr_miss_rate 1 # mshr miss rate for ReadReq accesses system.iocache.ReadReq_mshr_misses 173 # number of ReadReq MSHR misses system.iocache.WriteReq_accesses 41552 # number of WriteReq accesses(hits+misses) -system.iocache.WriteReq_avg_miss_latency 105472.006305 # average WriteReq miss latency -system.iocache.WriteReq_avg_mshr_miss_latency 54472.006305 # average WriteReq mshr miss latency -system.iocache.WriteReq_miss_latency 4382572806 # number of WriteReq miss cycles +system.iocache.WriteReq_avg_miss_latency 115104.611234 # average WriteReq miss latency +system.iocache.WriteReq_avg_mshr_miss_latency 63104.539180 # average WriteReq mshr miss latency +system.iocache.WriteReq_miss_latency 4782826806 # number of WriteReq miss cycles system.iocache.WriteReq_miss_rate 1 # miss rate for WriteReq accesses system.iocache.WriteReq_misses 41552 # number of WriteReq misses -system.iocache.WriteReq_mshr_miss_latency 2263420806 # number of WriteReq MSHR miss cycles +system.iocache.WriteReq_mshr_miss_latency 2622119812 # number of WriteReq MSHR miss cycles system.iocache.WriteReq_mshr_miss_rate 1 # mshr miss rate for WriteReq accesses system.iocache.WriteReq_mshr_misses 41552 # number of WriteReq MSHR misses -system.iocache.avg_blocked_cycles_no_mshrs 4141.477870 # average number of cycles each access was blocked +system.iocache.avg_blocked_cycles_no_mshrs 4196.454414 # average number of cycles each access was blocked system.iocache.avg_blocked_cycles_no_targets # average number of cycles each access was blocked system.iocache.avg_refs 0 # Average number of references to valid blocks. -system.iocache.blocked_no_mshrs 10461 # number of cycles access was blocked +system.iocache.blocked_no_mshrs 2764 # number of cycles access was blocked system.iocache.blocked_no_targets 0 # number of cycles access was blocked -system.iocache.blocked_cycles_no_mshrs 43324000 # number of cycles access was blocked +system.iocache.blocked_cycles_no_mshrs 11599000 # number of cycles access was blocked system.iocache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.iocache.cache_copies 0 # number of cache copies performed system.iocache.demand_accesses 41725 # number of demand (read+write) accesses -system.iocache.demand_avg_miss_latency 105498.593265 # average overall miss latency -system.iocache.demand_avg_mshr_miss_latency 54498.593265 # average overall mshr miss latency +system.iocache.demand_avg_miss_latency 115098.233769 # average overall miss latency +system.iocache.demand_avg_mshr_miss_latency 63098.162013 # average overall mshr miss latency system.iocache.demand_hits 0 # number of demand (read+write) hits -system.iocache.demand_miss_latency 4401928804 # number of demand (read+write) miss cycles +system.iocache.demand_miss_latency 4802473804 # number of demand (read+write) miss cycles system.iocache.demand_miss_rate 1 # miss rate for demand accesses system.iocache.demand_misses 41725 # number of demand (read+write) misses system.iocache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.iocache.demand_mshr_miss_latency 2273953804 # number of demand (read+write) MSHR miss cycles +system.iocache.demand_mshr_miss_latency 2632770810 # number of demand (read+write) MSHR miss cycles system.iocache.demand_mshr_miss_rate 1 # mshr miss rate for demand accesses system.iocache.demand_mshr_misses 41725 # number of demand (read+write) MSHR misses system.iocache.fast_writes 0 # number of fast writes performed system.iocache.mshr_cap_events 0 # number of times MSHR cap was activated system.iocache.no_allocate_misses 0 # Number of misses that were no-allocate system.iocache.overall_accesses 41725 # number of overall (read+write) accesses -system.iocache.overall_avg_miss_latency 105498.593265 # average overall miss latency -system.iocache.overall_avg_mshr_miss_latency 54498.593265 # average overall mshr miss latency +system.iocache.overall_avg_miss_latency 115098.233769 # average overall miss latency +system.iocache.overall_avg_mshr_miss_latency 63098.162013 # average overall mshr miss latency system.iocache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.iocache.overall_hits 0 # number of overall hits -system.iocache.overall_miss_latency 4401928804 # number of overall miss cycles +system.iocache.overall_miss_latency 4802473804 # number of overall miss cycles system.iocache.overall_miss_rate 1 # miss rate for overall accesses system.iocache.overall_misses 41725 # number of overall misses system.iocache.overall_mshr_hits 0 # number of overall MSHR hits -system.iocache.overall_mshr_miss_latency 2273953804 # number of overall MSHR miss cycles +system.iocache.overall_mshr_miss_latency 2632770810 # number of overall MSHR miss cycles system.iocache.overall_mshr_miss_rate 1 # mshr miss rate for overall accesses system.iocache.overall_mshr_misses 41725 # number of overall MSHR misses system.iocache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -349,79 +349,79 @@ system.iocache.prefetcher.num_hwpf_squashed_from_miss 0 system.iocache.replacements 41685 # number of replacements system.iocache.sampled_refs 41701 # Sample count of references to valid blocks. system.iocache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.iocache.tagsinuse 1.334772 # Cycle average of tags in use +system.iocache.tagsinuse 1.333347 # Cycle average of tags in use system.iocache.total_refs 0 # Total number of references to valid blocks. -system.iocache.warmup_cycle 1762233995000 # Cycle when the warmup percentage was hit. +system.iocache.warmup_cycle 1766149259000 # Cycle when the warmup percentage was hit. system.iocache.writebacks 41512 # number of writebacks -system.l2c.ReadExReq_accesses 304387 # number of ReadExReq accesses(hits+misses) -system.l2c.ReadExReq_avg_miss_latency 22004.172320 # average ReadExReq miss latency -system.l2c.ReadExReq_avg_mshr_miss_latency 11004.172320 # average ReadExReq mshr miss latency -system.l2c.ReadExReq_miss_latency 6697784000 # number of ReadExReq miss cycles +system.l2c.ReadExReq_accesses 304436 # number of ReadExReq accesses(hits+misses) +system.l2c.ReadExReq_avg_miss_latency 23005.373872 # average ReadExReq miss latency +system.l2c.ReadExReq_avg_mshr_miss_latency 11005.373872 # average ReadExReq mshr miss latency +system.l2c.ReadExReq_miss_latency 7003664000 # number of ReadExReq miss cycles system.l2c.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses -system.l2c.ReadExReq_misses 304387 # number of ReadExReq misses -system.l2c.ReadExReq_mshr_miss_latency 3349527000 # number of ReadExReq MSHR miss cycles +system.l2c.ReadExReq_misses 304436 # number of ReadExReq misses +system.l2c.ReadExReq_mshr_miss_latency 3350432000 # number of ReadExReq MSHR miss cycles system.l2c.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses -system.l2c.ReadExReq_mshr_misses 304387 # number of ReadExReq MSHR misses -system.l2c.ReadReq_accesses 2670834 # number of ReadReq accesses(hits+misses) -system.l2c.ReadReq_avg_miss_latency 22012.695417 # average ReadReq miss latency -system.l2c.ReadReq_avg_mshr_miss_latency 11012.695417 # average ReadReq mshr miss latency +system.l2c.ReadExReq_mshr_misses 304436 # number of ReadExReq MSHR misses +system.l2c.ReadReq_accesses 2671270 # number of ReadReq accesses(hits+misses) +system.l2c.ReadReq_avg_miss_latency 23012.722595 # average ReadReq miss latency +system.l2c.ReadReq_avg_mshr_miss_latency 11012.722595 # average ReadReq mshr miss latency system.l2c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.l2c.ReadReq_hits 1708085 # number of ReadReq hits -system.l2c.ReadReq_miss_latency 21192700500 # number of ReadReq miss cycles -system.l2c.ReadReq_miss_rate 0.360468 # miss rate for ReadReq accesses -system.l2c.ReadReq_misses 962749 # number of ReadReq misses -system.l2c.ReadReq_mshr_miss_latency 10602461500 # number of ReadReq MSHR miss cycles -system.l2c.ReadReq_mshr_miss_rate 0.360468 # mshr miss rate for ReadReq accesses -system.l2c.ReadReq_mshr_misses 962749 # number of ReadReq MSHR misses +system.l2c.ReadReq_hits 1708534 # number of ReadReq hits +system.l2c.ReadReq_miss_latency 22155176500 # number of ReadReq miss cycles +system.l2c.ReadReq_miss_rate 0.360404 # miss rate for ReadReq accesses +system.l2c.ReadReq_misses 962736 # number of ReadReq misses +system.l2c.ReadReq_mshr_miss_latency 10602344500 # number of ReadReq MSHR miss cycles +system.l2c.ReadReq_mshr_miss_rate 0.360404 # mshr miss rate for ReadReq accesses +system.l2c.ReadReq_mshr_misses 962736 # number of ReadReq MSHR misses system.l2c.ReadReq_mshr_uncacheable_latency 750102000 # number of ReadReq MSHR uncacheable cycles -system.l2c.UpgradeReq_accesses 126032 # number of UpgradeReq accesses(hits+misses) -system.l2c.UpgradeReq_avg_miss_latency 22001.392503 # average UpgradeReq miss latency -system.l2c.UpgradeReq_avg_mshr_miss_latency 11002.963533 # average UpgradeReq mshr miss latency -system.l2c.UpgradeReq_miss_latency 2772879500 # number of UpgradeReq miss cycles +system.l2c.UpgradeReq_accesses 126158 # number of UpgradeReq accesses(hits+misses) +system.l2c.UpgradeReq_avg_miss_latency 23005.275131 # average UpgradeReq miss latency +system.l2c.UpgradeReq_avg_mshr_miss_latency 11006.915931 # average UpgradeReq mshr miss latency +system.l2c.UpgradeReq_miss_latency 2902299500 # number of UpgradeReq miss cycles system.l2c.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses -system.l2c.UpgradeReq_misses 126032 # number of UpgradeReq misses -system.l2c.UpgradeReq_mshr_miss_latency 1386725500 # number of UpgradeReq MSHR miss cycles +system.l2c.UpgradeReq_misses 126158 # number of UpgradeReq misses +system.l2c.UpgradeReq_mshr_miss_latency 1388610500 # number of UpgradeReq MSHR miss cycles system.l2c.UpgradeReq_mshr_miss_rate 1 # mshr miss rate for UpgradeReq accesses -system.l2c.UpgradeReq_mshr_misses 126032 # number of UpgradeReq MSHR misses +system.l2c.UpgradeReq_mshr_misses 126158 # number of UpgradeReq MSHR misses system.l2c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.l2c.WriteReq_mshr_uncacheable_latency 1051707500 # number of WriteReq MSHR uncacheable cycles -system.l2c.Writeback_accesses 430020 # number of Writeback accesses(hits+misses) -system.l2c.Writeback_hits 430020 # number of Writeback hits +system.l2c.WriteReq_mshr_uncacheable_latency 1061281000 # number of WriteReq MSHR uncacheable cycles +system.l2c.Writeback_accesses 430195 # number of Writeback accesses(hits+misses) +system.l2c.Writeback_hits 430195 # number of Writeback hits system.l2c.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked system.l2c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.l2c.avg_refs 1.742465 # Average number of references to valid blocks. +system.l2c.avg_refs 1.743066 # Average number of references to valid blocks. system.l2c.blocked_no_mshrs 0 # number of cycles access was blocked system.l2c.blocked_no_targets 0 # number of cycles access was blocked system.l2c.blocked_cycles_no_mshrs 0 # number of cycles access was blocked system.l2c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.l2c.cache_copies 0 # number of cache copies performed -system.l2c.demand_accesses 2975221 # number of demand (read+write) accesses -system.l2c.demand_avg_miss_latency 22010.648028 # average overall miss latency -system.l2c.demand_avg_mshr_miss_latency 11010.648028 # average overall mshr miss latency -system.l2c.demand_hits 1708085 # number of demand (read+write) hits -system.l2c.demand_miss_latency 27890484500 # number of demand (read+write) miss cycles -system.l2c.demand_miss_rate 0.425896 # miss rate for demand accesses -system.l2c.demand_misses 1267136 # number of demand (read+write) misses +system.l2c.demand_accesses 2975706 # number of demand (read+write) accesses +system.l2c.demand_avg_miss_latency 23010.957076 # average overall miss latency +system.l2c.demand_avg_mshr_miss_latency 11010.957076 # average overall mshr miss latency +system.l2c.demand_hits 1708534 # number of demand (read+write) hits +system.l2c.demand_miss_latency 29158840500 # number of demand (read+write) miss cycles +system.l2c.demand_miss_rate 0.425839 # miss rate for demand accesses +system.l2c.demand_misses 1267172 # number of demand (read+write) misses system.l2c.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.l2c.demand_mshr_miss_latency 13951988500 # number of demand (read+write) MSHR miss cycles -system.l2c.demand_mshr_miss_rate 0.425896 # mshr miss rate for demand accesses -system.l2c.demand_mshr_misses 1267136 # number of demand (read+write) MSHR misses +system.l2c.demand_mshr_miss_latency 13952776500 # number of demand (read+write) MSHR miss cycles +system.l2c.demand_mshr_miss_rate 0.425839 # mshr miss rate for demand accesses +system.l2c.demand_mshr_misses 1267172 # number of demand (read+write) MSHR misses system.l2c.fast_writes 0 # number of fast writes performed system.l2c.mshr_cap_events 0 # number of times MSHR cap was activated system.l2c.no_allocate_misses 0 # Number of misses that were no-allocate -system.l2c.overall_accesses 2975221 # number of overall (read+write) accesses -system.l2c.overall_avg_miss_latency 22010.648028 # average overall miss latency -system.l2c.overall_avg_mshr_miss_latency 11010.648028 # average overall mshr miss latency +system.l2c.overall_accesses 2975706 # number of overall (read+write) accesses +system.l2c.overall_avg_miss_latency 23010.957076 # average overall miss latency +system.l2c.overall_avg_mshr_miss_latency 11010.957076 # average overall mshr miss latency system.l2c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.l2c.overall_hits 1708085 # number of overall hits -system.l2c.overall_miss_latency 27890484500 # number of overall miss cycles -system.l2c.overall_miss_rate 0.425896 # miss rate for overall accesses -system.l2c.overall_misses 1267136 # number of overall misses +system.l2c.overall_hits 1708534 # number of overall hits +system.l2c.overall_miss_latency 29158840500 # number of overall miss cycles +system.l2c.overall_miss_rate 0.425839 # miss rate for overall accesses +system.l2c.overall_misses 1267172 # number of overall misses system.l2c.overall_mshr_hits 0 # number of overall MSHR hits -system.l2c.overall_mshr_miss_latency 13951988500 # number of overall MSHR miss cycles -system.l2c.overall_mshr_miss_rate 0.425896 # mshr miss rate for overall accesses -system.l2c.overall_mshr_misses 1267136 # number of overall MSHR misses -system.l2c.overall_mshr_uncacheable_latency 1801809500 # number of overall MSHR uncacheable cycles +system.l2c.overall_mshr_miss_latency 13952776500 # number of overall MSHR miss cycles +system.l2c.overall_mshr_miss_rate 0.425839 # mshr miss rate for overall accesses +system.l2c.overall_mshr_misses 1267172 # number of overall MSHR misses +system.l2c.overall_mshr_uncacheable_latency 1811383000 # number of overall MSHR uncacheable cycles system.l2c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.l2c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.l2c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -432,13 +432,13 @@ system.l2c.prefetcher.num_hwpf_issued 0 # nu system.l2c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.l2c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.l2c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.l2c.replacements 1050150 # number of replacements -system.l2c.sampled_refs 1081111 # Sample count of references to valid blocks. +system.l2c.replacements 1050085 # number of replacements +system.l2c.sampled_refs 1081030 # Sample count of references to valid blocks. system.l2c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.l2c.tagsinuse 30789.729249 # Cycle average of tags in use -system.l2c.total_refs 1883798 # Total number of references to valid blocks. -system.l2c.warmup_cycle 4791566000 # Cycle when the warmup percentage was hit. -system.l2c.writebacks 118721 # number of writebacks +system.l2c.tagsinuse 30869.828292 # Cycle average of tags in use +system.l2c.total_refs 1884307 # Total number of references to valid blocks. +system.l2c.warmup_cycle 5029142000 # Cycle when the warmup percentage was hit. +system.l2c.writebacks 118653 # number of writebacks system.tsunami.ethernet.coalescedRxDesc # average number of RxDesc's coalesced into each post system.tsunami.ethernet.coalescedRxIdle # average number of RxIdle's coalesced into each post system.tsunami.ethernet.coalescedRxOk # average number of RxOk's coalesced into each post diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stderr b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stderr index 7e35fafed..408213e67 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stderr +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stderr @@ -1,4 +1,4 @@ warn: kernel located at: /dist/m5/system/binaries/vmlinux -Listening for system connection on port 3456 -0: system.remote_gdb.listener: listening for remote gdb on port 7000 +Listening for system connection on port 3457 +0: system.remote_gdb.listener: listening for remote gdb on port 7004 warn: Entering event queue @ 0. Starting simulation... diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stdout b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stdout index 192a1f496..fee547a1f 100644 --- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stdout +++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing/stdout @@ -1,13 +1,13 @@ M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Feb 13 2008 00:33:19 -M5 started Wed Feb 13 00:39:25 2008 -M5 executing on zizzer +M5 compiled Feb 24 2008 13:18:14 +M5 started Sun Feb 24 13:19:10 2008 +M5 executing on tater command line: build/ALPHA_FS/m5.fast -d build/ALPHA_FS/tests/fast/quick/10.linux-boot/alpha/linux/tsunami-simple-timing tests/run.py quick/10.linux-boot/alpha/linux/tsunami-simple-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 1927543019000 because m5_exit instruction encountered +Exiting @ tick 1931639667000 because m5_exit instruction encountered diff --git a/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/config.ini b/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/config.ini index f967fc1b8..766b954c1 100644 --- a/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/config.ini +++ b/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/config.ini @@ -152,6 +152,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.l2cache.cpu_side @@ -163,6 +164,8 @@ type=ExeTracer type=EioProcess chkpt= file=/dist/m5/regression/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz +input=None +max_stack_size=67108864 output=cout system=system @@ -171,6 +174,7 @@ type=Bus block_size=64 bus_id=0 clock=1000 +header_cycles=1 responder_set=false width=64 port=system.physmem.port[0] system.cpu.l2cache.mem_side diff --git a/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/m5stats.txt b/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/m5stats.txt index 396463117..f4cb30fc4 100644 --- a/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/m5stats.txt +++ b/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/m5stats.txt @@ -1,31 +1,31 @@ ---------- Begin Simulation Statistics ---------- -host_inst_rate 1220265 # Simulator instruction rate (inst/s) -host_mem_usage 195724 # Number of bytes of host memory used -host_seconds 0.41 # Real time elapsed on the host -host_tick_rate 1720644367 # Simulator tick rate (ticks/s) +host_inst_rate 922979 # Simulator instruction rate (inst/s) +host_mem_usage 193036 # Number of bytes of host memory used +host_seconds 0.54 # Real time elapsed on the host +host_tick_rate 1305530646 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_insts 500001 # Number of instructions simulated -sim_seconds 0.000705 # Number of seconds simulated -sim_ticks 705490000 # Number of ticks simulated +sim_seconds 0.000708 # Number of seconds simulated +sim_ticks 707548000 # Number of ticks simulated system.cpu.dcache.ReadReq_accesses 124435 # number of ReadReq accesses(hits+misses) -system.cpu.dcache.ReadReq_avg_miss_latency 25000 # average ReadReq miss latency -system.cpu.dcache.ReadReq_avg_mshr_miss_latency 23000 # average ReadReq mshr miss latency +system.cpu.dcache.ReadReq_avg_miss_latency 27000 # average ReadReq miss latency +system.cpu.dcache.ReadReq_avg_mshr_miss_latency 24000 # average ReadReq mshr miss latency system.cpu.dcache.ReadReq_hits 124120 # number of ReadReq hits -system.cpu.dcache.ReadReq_miss_latency 7875000 # number of ReadReq miss cycles +system.cpu.dcache.ReadReq_miss_latency 8505000 # number of ReadReq miss cycles system.cpu.dcache.ReadReq_miss_rate 0.002531 # miss rate for ReadReq accesses system.cpu.dcache.ReadReq_misses 315 # number of ReadReq misses -system.cpu.dcache.ReadReq_mshr_miss_latency 7245000 # number of ReadReq MSHR miss cycles +system.cpu.dcache.ReadReq_mshr_miss_latency 7560000 # number of ReadReq MSHR miss cycles system.cpu.dcache.ReadReq_mshr_miss_rate 0.002531 # mshr miss rate for ReadReq accesses system.cpu.dcache.ReadReq_mshr_misses 315 # number of ReadReq MSHR misses system.cpu.dcache.WriteReq_accesses 56340 # number of WriteReq accesses(hits+misses) -system.cpu.dcache.WriteReq_avg_miss_latency 25000 # average WriteReq miss latency -system.cpu.dcache.WriteReq_avg_mshr_miss_latency 23000 # average WriteReq mshr miss latency +system.cpu.dcache.WriteReq_avg_miss_latency 27000 # average WriteReq miss latency +system.cpu.dcache.WriteReq_avg_mshr_miss_latency 24000 # average WriteReq mshr miss latency system.cpu.dcache.WriteReq_hits 56029 # number of WriteReq hits -system.cpu.dcache.WriteReq_miss_latency 7775000 # number of WriteReq miss cycles +system.cpu.dcache.WriteReq_miss_latency 8397000 # number of WriteReq miss cycles system.cpu.dcache.WriteReq_miss_rate 0.005520 # miss rate for WriteReq accesses system.cpu.dcache.WriteReq_misses 311 # number of WriteReq misses -system.cpu.dcache.WriteReq_mshr_miss_latency 7153000 # number of WriteReq MSHR miss cycles +system.cpu.dcache.WriteReq_mshr_miss_latency 7464000 # number of WriteReq MSHR miss cycles system.cpu.dcache.WriteReq_mshr_miss_rate 0.005520 # mshr miss rate for WriteReq accesses system.cpu.dcache.WriteReq_mshr_misses 311 # number of WriteReq MSHR misses system.cpu.dcache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -37,29 +37,29 @@ system.cpu.dcache.blocked_cycles_no_mshrs 0 # n system.cpu.dcache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.dcache.cache_copies 0 # number of cache copies performed system.cpu.dcache.demand_accesses 180775 # number of demand (read+write) accesses -system.cpu.dcache.demand_avg_miss_latency 25000 # average overall miss latency -system.cpu.dcache.demand_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.dcache.demand_avg_miss_latency 27000 # average overall miss latency +system.cpu.dcache.demand_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.dcache.demand_hits 180149 # number of demand (read+write) hits -system.cpu.dcache.demand_miss_latency 15650000 # number of demand (read+write) miss cycles +system.cpu.dcache.demand_miss_latency 16902000 # number of demand (read+write) miss cycles system.cpu.dcache.demand_miss_rate 0.003463 # miss rate for demand accesses system.cpu.dcache.demand_misses 626 # number of demand (read+write) misses system.cpu.dcache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.dcache.demand_mshr_miss_latency 14398000 # number of demand (read+write) MSHR miss cycles +system.cpu.dcache.demand_mshr_miss_latency 15024000 # number of demand (read+write) MSHR miss cycles system.cpu.dcache.demand_mshr_miss_rate 0.003463 # mshr miss rate for demand accesses system.cpu.dcache.demand_mshr_misses 626 # number of demand (read+write) MSHR misses system.cpu.dcache.fast_writes 0 # number of fast writes performed system.cpu.dcache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.dcache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.dcache.overall_accesses 180775 # number of overall (read+write) accesses -system.cpu.dcache.overall_avg_miss_latency 25000 # average overall miss latency -system.cpu.dcache.overall_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.dcache.overall_avg_miss_latency 27000 # average overall miss latency +system.cpu.dcache.overall_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.dcache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.dcache.overall_hits 180149 # number of overall hits -system.cpu.dcache.overall_miss_latency 15650000 # number of overall miss cycles +system.cpu.dcache.overall_miss_latency 16902000 # number of overall miss cycles system.cpu.dcache.overall_miss_rate 0.003463 # miss rate for overall accesses system.cpu.dcache.overall_misses 626 # number of overall misses system.cpu.dcache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.dcache.overall_mshr_miss_latency 14398000 # number of overall MSHR miss cycles +system.cpu.dcache.overall_mshr_miss_latency 15024000 # number of overall MSHR miss cycles system.cpu.dcache.overall_mshr_miss_rate 0.003463 # mshr miss rate for overall accesses system.cpu.dcache.overall_mshr_misses 626 # number of overall MSHR misses system.cpu.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -76,7 +76,7 @@ system.cpu.dcache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.dcache.replacements 0 # number of replacements system.cpu.dcache.sampled_refs 454 # Sample count of references to valid blocks. system.cpu.dcache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.dcache.tagsinuse 289.561085 # Cycle average of tags in use +system.cpu.dcache.tagsinuse 289.353429 # Cycle average of tags in use system.cpu.dcache.total_refs 180321 # Total number of references to valid blocks. system.cpu.dcache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.dcache.writebacks 0 # number of writebacks @@ -93,13 +93,13 @@ system.cpu.dtb.write_acv 0 # DT system.cpu.dtb.write_hits 56340 # DTB write hits system.cpu.dtb.write_misses 10 # DTB write misses system.cpu.icache.ReadReq_accesses 500020 # number of ReadReq accesses(hits+misses) -system.cpu.icache.ReadReq_avg_miss_latency 25000 # average ReadReq miss latency -system.cpu.icache.ReadReq_avg_mshr_miss_latency 23000 # average ReadReq mshr miss latency +system.cpu.icache.ReadReq_avg_miss_latency 27000 # average ReadReq miss latency +system.cpu.icache.ReadReq_avg_mshr_miss_latency 24000 # average ReadReq mshr miss latency system.cpu.icache.ReadReq_hits 499617 # number of ReadReq hits -system.cpu.icache.ReadReq_miss_latency 10075000 # number of ReadReq miss cycles +system.cpu.icache.ReadReq_miss_latency 10881000 # number of ReadReq miss cycles system.cpu.icache.ReadReq_miss_rate 0.000806 # miss rate for ReadReq accesses system.cpu.icache.ReadReq_misses 403 # number of ReadReq misses -system.cpu.icache.ReadReq_mshr_miss_latency 9269000 # number of ReadReq MSHR miss cycles +system.cpu.icache.ReadReq_mshr_miss_latency 9672000 # number of ReadReq MSHR miss cycles system.cpu.icache.ReadReq_mshr_miss_rate 0.000806 # mshr miss rate for ReadReq accesses system.cpu.icache.ReadReq_mshr_misses 403 # number of ReadReq MSHR misses system.cpu.icache.avg_blocked_cycles_no_mshrs # average number of cycles each access was blocked @@ -111,29 +111,29 @@ system.cpu.icache.blocked_cycles_no_mshrs 0 # n system.cpu.icache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.icache.cache_copies 0 # number of cache copies performed system.cpu.icache.demand_accesses 500020 # number of demand (read+write) accesses -system.cpu.icache.demand_avg_miss_latency 25000 # average overall miss latency -system.cpu.icache.demand_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.icache.demand_avg_miss_latency 27000 # average overall miss latency +system.cpu.icache.demand_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.icache.demand_hits 499617 # number of demand (read+write) hits -system.cpu.icache.demand_miss_latency 10075000 # number of demand (read+write) miss cycles +system.cpu.icache.demand_miss_latency 10881000 # number of demand (read+write) miss cycles system.cpu.icache.demand_miss_rate 0.000806 # miss rate for demand accesses system.cpu.icache.demand_misses 403 # number of demand (read+write) misses system.cpu.icache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu.icache.demand_mshr_miss_latency 9269000 # number of demand (read+write) MSHR miss cycles +system.cpu.icache.demand_mshr_miss_latency 9672000 # number of demand (read+write) MSHR miss cycles system.cpu.icache.demand_mshr_miss_rate 0.000806 # mshr miss rate for demand accesses system.cpu.icache.demand_mshr_misses 403 # number of demand (read+write) MSHR misses system.cpu.icache.fast_writes 0 # number of fast writes performed system.cpu.icache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.icache.overall_accesses 500020 # number of overall (read+write) accesses -system.cpu.icache.overall_avg_miss_latency 25000 # average overall miss latency -system.cpu.icache.overall_avg_mshr_miss_latency 23000 # average overall mshr miss latency +system.cpu.icache.overall_avg_miss_latency 27000 # average overall miss latency +system.cpu.icache.overall_avg_mshr_miss_latency 24000 # average overall mshr miss latency system.cpu.icache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.icache.overall_hits 499617 # number of overall hits -system.cpu.icache.overall_miss_latency 10075000 # number of overall miss cycles +system.cpu.icache.overall_miss_latency 10881000 # number of overall miss cycles system.cpu.icache.overall_miss_rate 0.000806 # miss rate for overall accesses system.cpu.icache.overall_misses 403 # number of overall misses system.cpu.icache.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu.icache.overall_mshr_miss_latency 9269000 # number of overall MSHR miss cycles +system.cpu.icache.overall_mshr_miss_latency 9672000 # number of overall MSHR miss cycles system.cpu.icache.overall_mshr_miss_rate 0.000806 # mshr miss rate for overall accesses system.cpu.icache.overall_mshr_misses 403 # number of overall MSHR misses system.cpu.icache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles @@ -150,7 +150,7 @@ system.cpu.icache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.icache.replacements 0 # number of replacements system.cpu.icache.sampled_refs 403 # Sample count of references to valid blocks. system.cpu.icache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.icache.tagsinuse 266.630553 # Cycle average of tags in use +system.cpu.icache.tagsinuse 266.476324 # Cycle average of tags in use system.cpu.icache.total_refs 499617 # Total number of references to valid blocks. system.cpu.icache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.icache.writebacks 0 # number of writebacks @@ -160,27 +160,27 @@ system.cpu.itb.acv 0 # IT system.cpu.itb.hits 500020 # ITB hits system.cpu.itb.misses 13 # ITB misses system.cpu.l2cache.ReadExReq_accesses 139 # number of ReadExReq accesses(hits+misses) -system.cpu.l2cache.ReadExReq_avg_miss_latency 22000 # average ReadExReq miss latency +system.cpu.l2cache.ReadExReq_avg_miss_latency 23000 # average ReadExReq miss latency system.cpu.l2cache.ReadExReq_avg_mshr_miss_latency 11000 # average ReadExReq mshr miss latency -system.cpu.l2cache.ReadExReq_miss_latency 3058000 # number of ReadExReq miss cycles +system.cpu.l2cache.ReadExReq_miss_latency 3197000 # number of ReadExReq miss cycles system.cpu.l2cache.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_misses 139 # number of ReadExReq misses system.cpu.l2cache.ReadExReq_mshr_miss_latency 1529000 # number of ReadExReq MSHR miss cycles system.cpu.l2cache.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses system.cpu.l2cache.ReadExReq_mshr_misses 139 # number of ReadExReq MSHR misses system.cpu.l2cache.ReadReq_accesses 718 # number of ReadReq accesses(hits+misses) -system.cpu.l2cache.ReadReq_avg_miss_latency 22000 # average ReadReq miss latency +system.cpu.l2cache.ReadReq_avg_miss_latency 23000 # average ReadReq miss latency system.cpu.l2cache.ReadReq_avg_mshr_miss_latency 11000 # average ReadReq mshr miss latency -system.cpu.l2cache.ReadReq_miss_latency 15796000 # number of ReadReq miss cycles +system.cpu.l2cache.ReadReq_miss_latency 16514000 # number of ReadReq miss cycles system.cpu.l2cache.ReadReq_miss_rate 1 # miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_misses 718 # number of ReadReq misses system.cpu.l2cache.ReadReq_mshr_miss_latency 7898000 # number of ReadReq MSHR miss cycles system.cpu.l2cache.ReadReq_mshr_miss_rate 1 # mshr miss rate for ReadReq accesses system.cpu.l2cache.ReadReq_mshr_misses 718 # number of ReadReq MSHR misses system.cpu.l2cache.UpgradeReq_accesses 172 # number of UpgradeReq accesses(hits+misses) -system.cpu.l2cache.UpgradeReq_avg_miss_latency 22000 # average UpgradeReq miss latency +system.cpu.l2cache.UpgradeReq_avg_miss_latency 23000 # average UpgradeReq miss latency system.cpu.l2cache.UpgradeReq_avg_mshr_miss_latency 11000 # average UpgradeReq mshr miss latency -system.cpu.l2cache.UpgradeReq_miss_latency 3784000 # number of UpgradeReq miss cycles +system.cpu.l2cache.UpgradeReq_miss_latency 3956000 # number of UpgradeReq miss cycles system.cpu.l2cache.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses system.cpu.l2cache.UpgradeReq_misses 172 # number of UpgradeReq misses system.cpu.l2cache.UpgradeReq_mshr_miss_latency 1892000 # number of UpgradeReq MSHR miss cycles @@ -195,10 +195,10 @@ system.cpu.l2cache.blocked_cycles_no_mshrs 0 # system.cpu.l2cache.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu.l2cache.cache_copies 0 # number of cache copies performed system.cpu.l2cache.demand_accesses 857 # number of demand (read+write) accesses -system.cpu.l2cache.demand_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.demand_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.demand_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.demand_hits 0 # number of demand (read+write) hits -system.cpu.l2cache.demand_miss_latency 18854000 # number of demand (read+write) miss cycles +system.cpu.l2cache.demand_miss_latency 19711000 # number of demand (read+write) miss cycles system.cpu.l2cache.demand_miss_rate 1 # miss rate for demand accesses system.cpu.l2cache.demand_misses 857 # number of demand (read+write) misses system.cpu.l2cache.demand_mshr_hits 0 # number of demand (read+write) MSHR hits @@ -209,11 +209,11 @@ system.cpu.l2cache.fast_writes 0 # nu system.cpu.l2cache.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu.l2cache.no_allocate_misses 0 # Number of misses that were no-allocate system.cpu.l2cache.overall_accesses 857 # number of overall (read+write) accesses -system.cpu.l2cache.overall_avg_miss_latency 22000 # average overall miss latency +system.cpu.l2cache.overall_avg_miss_latency 23000 # average overall miss latency system.cpu.l2cache.overall_avg_mshr_miss_latency 11000 # average overall mshr miss latency system.cpu.l2cache.overall_avg_mshr_uncacheable_latency # average overall mshr uncacheable latency system.cpu.l2cache.overall_hits 0 # number of overall hits -system.cpu.l2cache.overall_miss_latency 18854000 # number of overall miss cycles +system.cpu.l2cache.overall_miss_latency 19711000 # number of overall miss cycles system.cpu.l2cache.overall_miss_rate 1 # miss rate for overall accesses system.cpu.l2cache.overall_misses 857 # number of overall misses system.cpu.l2cache.overall_mshr_hits 0 # number of overall MSHR hits @@ -234,12 +234,12 @@ system.cpu.l2cache.prefetcher.num_hwpf_squashed_from_miss 0 system.cpu.l2cache.replacements 0 # number of replacements system.cpu.l2cache.sampled_refs 546 # Sample count of references to valid blocks. system.cpu.l2cache.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu.l2cache.tagsinuse 373.545251 # Cycle average of tags in use +system.cpu.l2cache.tagsinuse 373.323140 # Cycle average of tags in use system.cpu.l2cache.total_refs 0 # Total number of references to valid blocks. system.cpu.l2cache.warmup_cycle 0 # Cycle when the warmup percentage was hit. system.cpu.l2cache.writebacks 0 # number of writebacks system.cpu.not_idle_fraction 1 # Percentage of non-idle cycles -system.cpu.numCycles 1410980 # number of cpu cycles simulated +system.cpu.numCycles 1415096 # number of cpu cycles simulated system.cpu.num_insts 500001 # Number of instructions executed system.cpu.num_refs 182222 # Number of memory references system.cpu.workload.PROG:num_syscalls 18 # Number of system calls diff --git a/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/stderr b/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/stderr index 4e444fa6b..9e24842c0 100644 --- a/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/stderr +++ b/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/stderr @@ -1,3 +1,4 @@ +0: system.remote_gdb.listener: listening for remote gdb on port 7003 warn: Entering event queue @ 0. Starting simulation... gzip: stdout: Broken pipe diff --git a/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/stdout b/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/stdout index 0de340a66..870de60ce 100644 --- a/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/stdout +++ b/tests/quick/20.eio-short/ref/alpha/eio/simple-timing/stdout @@ -2,14 +2,14 @@ main dictionary has 1245 entries 49508 bytes wasted >M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Aug 14 2007 17:58:14 -M5 started Tue Aug 14 17:58:16 2007 -M5 executing on nacho +M5 compiled Feb 24 2008 12:58:20 +M5 started Sun Feb 24 12:58:24 2008 +M5 executing on tater command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/20.eio-short/alpha/eio/simple-timing tests/run.py quick/20.eio-short/alpha/eio/simple-timing Global frequency set at 1000000000000 ticks per second -Exiting @ tick 705490000 because a thread reached the max instruction count +Exiting @ tick 707548000 because a thread reached the max instruction count diff --git a/tests/quick/50.memtest/ref/alpha/linux/memtest/config.ini b/tests/quick/50.memtest/ref/alpha/linux/memtest/config.ini index c73e5910f..e04a78cce 100644 --- a/tests/quick/50.memtest/ref/alpha/linux/memtest/config.ini +++ b/tests/quick/50.memtest/ref/alpha/linux/memtest/config.ini @@ -474,6 +474,7 @@ type=Bus block_size=64 bus_id=0 clock=2 +header_cycles=1 responder_set=false width=16 port=system.l2c.mem_side system.physmem.port[0] @@ -491,6 +492,7 @@ type=Bus block_size=64 bus_id=0 clock=2 +header_cycles=1 responder_set=false width=16 port=system.l2c.cpu_side system.cpu0.l1c.mem_side system.cpu1.l1c.mem_side system.cpu2.l1c.mem_side system.cpu3.l1c.mem_side system.cpu4.l1c.mem_side system.cpu5.l1c.mem_side system.cpu6.l1c.mem_side system.cpu7.l1c.mem_side diff --git a/tests/quick/50.memtest/ref/alpha/linux/memtest/m5stats.txt b/tests/quick/50.memtest/ref/alpha/linux/memtest/m5stats.txt index 8a8c21ab1..01cfb7bb5 100644 --- a/tests/quick/50.memtest/ref/alpha/linux/memtest/m5stats.txt +++ b/tests/quick/50.memtest/ref/alpha/linux/memtest/m5stats.txt @@ -1,70 +1,70 @@ ---------- Begin Simulation Statistics ---------- -host_mem_usage 323008 # Number of bytes of host memory used -host_seconds 186.85 # Real time elapsed on the host -host_tick_rate 602387 # Simulator tick rate (ticks/s) +host_mem_usage 374920 # Number of bytes of host memory used +host_seconds 187.04 # Real time elapsed on the host +host_tick_rate 606647 # Simulator tick rate (ticks/s) sim_freq 1000000000000 # Frequency of simulated ticks sim_seconds 0.000113 # Number of seconds simulated -sim_ticks 112555067 # Number of ticks simulated -system.cpu0.l1c.ReadReq_accesses 44584 # number of ReadReq accesses(hits+misses) -system.cpu0.l1c.ReadReq_avg_miss_latency 16791.681399 # average ReadReq miss latency -system.cpu0.l1c.ReadReq_avg_mshr_miss_latency 15789.838066 # average ReadReq mshr miss latency +sim_ticks 113467820 # Number of ticks simulated +system.cpu0.l1c.ReadReq_accesses 44697 # number of ReadReq accesses(hits+misses) +system.cpu0.l1c.ReadReq_avg_miss_latency 16813.519915 # average ReadReq miss latency +system.cpu0.l1c.ReadReq_avg_mshr_miss_latency 15809.702810 # average ReadReq mshr miss latency system.cpu0.l1c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu0.l1c.ReadReq_hits 7569 # number of ReadReq hits -system.cpu0.l1c.ReadReq_miss_latency 621544087 # number of ReadReq miss cycles -system.cpu0.l1c.ReadReq_miss_rate 0.830231 # miss rate for ReadReq accesses -system.cpu0.l1c.ReadReq_misses 37015 # number of ReadReq misses -system.cpu0.l1c.ReadReq_mshr_miss_latency 584460856 # number of ReadReq MSHR miss cycles -system.cpu0.l1c.ReadReq_mshr_miss_rate 0.830231 # mshr miss rate for ReadReq accesses -system.cpu0.l1c.ReadReq_mshr_misses 37015 # number of ReadReq MSHR misses -system.cpu0.l1c.ReadReq_mshr_uncacheable_latency 311047382 # number of ReadReq MSHR uncacheable cycles -system.cpu0.l1c.WriteReq_accesses 24314 # number of WriteReq accesses(hits+misses) -system.cpu0.l1c.WriteReq_avg_miss_latency 20326.593908 # average WriteReq miss latency -system.cpu0.l1c.WriteReq_avg_mshr_miss_latency 19324.632455 # average WriteReq mshr miss latency +system.cpu0.l1c.ReadReq_hits 7364 # number of ReadReq hits +system.cpu0.l1c.ReadReq_miss_latency 627699139 # number of ReadReq miss cycles +system.cpu0.l1c.ReadReq_miss_rate 0.835246 # miss rate for ReadReq accesses +system.cpu0.l1c.ReadReq_misses 37333 # number of ReadReq misses +system.cpu0.l1c.ReadReq_mshr_miss_latency 590223635 # number of ReadReq MSHR miss cycles +system.cpu0.l1c.ReadReq_mshr_miss_rate 0.835246 # mshr miss rate for ReadReq accesses +system.cpu0.l1c.ReadReq_mshr_misses 37333 # number of ReadReq MSHR misses +system.cpu0.l1c.ReadReq_mshr_uncacheable_latency 316695188 # number of ReadReq MSHR uncacheable cycles +system.cpu0.l1c.WriteReq_accesses 24294 # number of WriteReq accesses(hits+misses) +system.cpu0.l1c.WriteReq_avg_miss_latency 20338.524830 # average WriteReq miss latency +system.cpu0.l1c.WriteReq_avg_mshr_miss_latency 19334.650285 # average WriteReq mshr miss latency system.cpu0.l1c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu0.l1c.WriteReq_hits 940 # number of WriteReq hits -system.cpu0.l1c.WriteReq_miss_latency 475113806 # number of WriteReq miss cycles -system.cpu0.l1c.WriteReq_miss_rate 0.961339 # miss rate for WriteReq accesses -system.cpu0.l1c.WriteReq_misses 23374 # number of WriteReq misses -system.cpu0.l1c.WriteReq_mshr_miss_latency 451693959 # number of WriteReq MSHR miss cycles -system.cpu0.l1c.WriteReq_mshr_miss_rate 0.961339 # mshr miss rate for WriteReq accesses -system.cpu0.l1c.WriteReq_mshr_misses 23374 # number of WriteReq MSHR misses -system.cpu0.l1c.WriteReq_mshr_uncacheable_latency 197852033 # number of WriteReq MSHR uncacheable cycles -system.cpu0.l1c.avg_blocked_cycles_no_mshrs 1596.131819 # average number of cycles each access was blocked +system.cpu0.l1c.WriteReq_hits 955 # number of WriteReq hits +system.cpu0.l1c.WriteReq_miss_latency 474680831 # number of WriteReq miss cycles +system.cpu0.l1c.WriteReq_miss_rate 0.960690 # miss rate for WriteReq accesses +system.cpu0.l1c.WriteReq_misses 23339 # number of WriteReq misses +system.cpu0.l1c.WriteReq_mshr_miss_latency 451251403 # number of WriteReq MSHR miss cycles +system.cpu0.l1c.WriteReq_mshr_miss_rate 0.960690 # mshr miss rate for WriteReq accesses +system.cpu0.l1c.WriteReq_mshr_misses 23339 # number of WriteReq MSHR misses +system.cpu0.l1c.WriteReq_mshr_uncacheable_latency 201005657 # number of WriteReq MSHR uncacheable cycles +system.cpu0.l1c.avg_blocked_cycles_no_mshrs 1600.079607 # average number of cycles each access was blocked system.cpu0.l1c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu0.l1c.avg_refs 0.411842 # Average number of references to valid blocks. -system.cpu0.l1c.blocked_no_mshrs 69641 # number of cycles access was blocked +system.cpu0.l1c.avg_refs 0.402132 # Average number of references to valid blocks. +system.cpu0.l1c.blocked_no_mshrs 70069 # number of cycles access was blocked system.cpu0.l1c.blocked_no_targets 0 # number of cycles access was blocked -system.cpu0.l1c.blocked_cycles_no_mshrs 111156216 # number of cycles access was blocked +system.cpu0.l1c.blocked_cycles_no_mshrs 112115978 # number of cycles access was blocked system.cpu0.l1c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu0.l1c.cache_copies 0 # number of cache copies performed -system.cpu0.l1c.demand_accesses 68898 # number of demand (read+write) accesses -system.cpu0.l1c.demand_avg_miss_latency 18159.894898 # average overall miss latency -system.cpu0.l1c.demand_avg_mshr_miss_latency 17158.005845 # average overall mshr miss latency -system.cpu0.l1c.demand_hits 8509 # number of demand (read+write) hits -system.cpu0.l1c.demand_miss_latency 1096657893 # number of demand (read+write) miss cycles -system.cpu0.l1c.demand_miss_rate 0.876499 # miss rate for demand accesses -system.cpu0.l1c.demand_misses 60389 # number of demand (read+write) misses +system.cpu0.l1c.demand_accesses 68991 # number of demand (read+write) accesses +system.cpu0.l1c.demand_avg_miss_latency 18169.501088 # average overall miss latency +system.cpu0.l1c.demand_avg_mshr_miss_latency 17165.661887 # average overall mshr miss latency +system.cpu0.l1c.demand_hits 8319 # number of demand (read+write) hits +system.cpu0.l1c.demand_miss_latency 1102379970 # number of demand (read+write) miss cycles +system.cpu0.l1c.demand_miss_rate 0.879419 # miss rate for demand accesses +system.cpu0.l1c.demand_misses 60672 # number of demand (read+write) misses system.cpu0.l1c.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu0.l1c.demand_mshr_miss_latency 1036154815 # number of demand (read+write) MSHR miss cycles -system.cpu0.l1c.demand_mshr_miss_rate 0.876499 # mshr miss rate for demand accesses -system.cpu0.l1c.demand_mshr_misses 60389 # number of demand (read+write) MSHR misses +system.cpu0.l1c.demand_mshr_miss_latency 1041475038 # number of demand (read+write) MSHR miss cycles +system.cpu0.l1c.demand_mshr_miss_rate 0.879419 # mshr miss rate for demand accesses +system.cpu0.l1c.demand_mshr_misses 60672 # number of demand (read+write) MSHR misses system.cpu0.l1c.fast_writes 0 # number of fast writes performed system.cpu0.l1c.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu0.l1c.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu0.l1c.overall_accesses 68898 # number of overall (read+write) accesses -system.cpu0.l1c.overall_avg_miss_latency 18159.894898 # average overall miss latency -system.cpu0.l1c.overall_avg_mshr_miss_latency 17158.005845 # average overall mshr miss latency +system.cpu0.l1c.overall_accesses 68991 # number of overall (read+write) accesses +system.cpu0.l1c.overall_avg_miss_latency 18169.501088 # average overall miss latency +system.cpu0.l1c.overall_avg_mshr_miss_latency 17165.661887 # average overall mshr miss latency system.cpu0.l1c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu0.l1c.overall_hits 8509 # number of overall hits -system.cpu0.l1c.overall_miss_latency 1096657893 # number of overall miss cycles -system.cpu0.l1c.overall_miss_rate 0.876499 # miss rate for overall accesses -system.cpu0.l1c.overall_misses 60389 # number of overall misses +system.cpu0.l1c.overall_hits 8319 # number of overall hits +system.cpu0.l1c.overall_miss_latency 1102379970 # number of overall miss cycles +system.cpu0.l1c.overall_miss_rate 0.879419 # miss rate for overall accesses +system.cpu0.l1c.overall_misses 60672 # number of overall misses system.cpu0.l1c.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu0.l1c.overall_mshr_miss_latency 1036154815 # number of overall MSHR miss cycles -system.cpu0.l1c.overall_mshr_miss_rate 0.876499 # mshr miss rate for overall accesses -system.cpu0.l1c.overall_mshr_misses 60389 # number of overall MSHR misses -system.cpu0.l1c.overall_mshr_uncacheable_latency 508899415 # number of overall MSHR uncacheable cycles +system.cpu0.l1c.overall_mshr_miss_latency 1041475038 # number of overall MSHR miss cycles +system.cpu0.l1c.overall_mshr_miss_rate 0.879419 # mshr miss rate for overall accesses +system.cpu0.l1c.overall_mshr_misses 60672 # number of overall MSHR misses +system.cpu0.l1c.overall_mshr_uncacheable_latency 517700845 # number of overall MSHR uncacheable cycles system.cpu0.l1c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu0.l1c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu0.l1c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -75,75 +75,75 @@ system.cpu0.l1c.prefetcher.num_hwpf_issued 0 # system.cpu0.l1c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu0.l1c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu0.l1c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu0.l1c.replacements 27835 # number of replacements -system.cpu0.l1c.sampled_refs 28188 # Sample count of references to valid blocks. +system.cpu0.l1c.replacements 27892 # number of replacements +system.cpu0.l1c.sampled_refs 28232 # Sample count of references to valid blocks. system.cpu0.l1c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu0.l1c.tagsinuse 346.302314 # Cycle average of tags in use -system.cpu0.l1c.total_refs 11609 # Total number of references to valid blocks. +system.cpu0.l1c.tagsinuse 346.353469 # Cycle average of tags in use +system.cpu0.l1c.total_refs 11353 # Total number of references to valid blocks. system.cpu0.l1c.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu0.l1c.writebacks 10966 # number of writebacks +system.cpu0.l1c.writebacks 11056 # number of writebacks system.cpu0.num_copies 0 # number of copy accesses completed -system.cpu0.num_reads 98907 # number of read accesses completed -system.cpu0.num_writes 53498 # number of write accesses completed -system.cpu1.l1c.ReadReq_accesses 44625 # number of ReadReq accesses(hits+misses) -system.cpu1.l1c.ReadReq_avg_miss_latency 16739.803812 # average ReadReq miss latency -system.cpu1.l1c.ReadReq_avg_mshr_miss_latency 15737.959508 # average ReadReq mshr miss latency +system.cpu0.num_reads 99413 # number of read accesses completed +system.cpu0.num_writes 54273 # number of write accesses completed +system.cpu1.l1c.ReadReq_accesses 44637 # number of ReadReq accesses(hits+misses) +system.cpu1.l1c.ReadReq_avg_miss_latency 16885.597031 # average ReadReq miss latency +system.cpu1.l1c.ReadReq_avg_mshr_miss_latency 15881.726361 # average ReadReq mshr miss latency system.cpu1.l1c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu1.l1c.ReadReq_hits 7482 # number of ReadReq hits -system.cpu1.l1c.ReadReq_miss_latency 621766533 # number of ReadReq miss cycles -system.cpu1.l1c.ReadReq_miss_rate 0.832336 # miss rate for ReadReq accesses -system.cpu1.l1c.ReadReq_misses 37143 # number of ReadReq misses -system.cpu1.l1c.ReadReq_mshr_miss_latency 584555030 # number of ReadReq MSHR miss cycles -system.cpu1.l1c.ReadReq_mshr_miss_rate 0.832336 # mshr miss rate for ReadReq accesses -system.cpu1.l1c.ReadReq_mshr_misses 37143 # number of ReadReq MSHR misses -system.cpu1.l1c.ReadReq_mshr_uncacheable_latency 314667115 # number of ReadReq MSHR uncacheable cycles -system.cpu1.l1c.WriteReq_accesses 24302 # number of WriteReq accesses(hits+misses) -system.cpu1.l1c.WriteReq_avg_miss_latency 20215.551692 # average WriteReq miss latency -system.cpu1.l1c.WriteReq_avg_mshr_miss_latency 19213.676756 # average WriteReq mshr miss latency +system.cpu1.l1c.ReadReq_hits 7453 # number of ReadReq hits +system.cpu1.l1c.ReadReq_miss_latency 627874040 # number of ReadReq miss cycles +system.cpu1.l1c.ReadReq_miss_rate 0.833031 # miss rate for ReadReq accesses +system.cpu1.l1c.ReadReq_misses 37184 # number of ReadReq misses +system.cpu1.l1c.ReadReq_mshr_miss_latency 590546113 # number of ReadReq MSHR miss cycles +system.cpu1.l1c.ReadReq_mshr_miss_rate 0.833031 # mshr miss rate for ReadReq accesses +system.cpu1.l1c.ReadReq_mshr_misses 37184 # number of ReadReq MSHR misses +system.cpu1.l1c.ReadReq_mshr_uncacheable_latency 318748024 # number of ReadReq MSHR uncacheable cycles +system.cpu1.l1c.WriteReq_accesses 24256 # number of WriteReq accesses(hits+misses) +system.cpu1.l1c.WriteReq_avg_miss_latency 20197.502675 # average WriteReq miss latency +system.cpu1.l1c.WriteReq_avg_mshr_miss_latency 19193.799580 # average WriteReq mshr miss latency system.cpu1.l1c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu1.l1c.WriteReq_hits 1010 # number of WriteReq hits -system.cpu1.l1c.WriteReq_miss_latency 470860630 # number of WriteReq miss cycles -system.cpu1.l1c.WriteReq_miss_rate 0.958440 # miss rate for WriteReq accesses -system.cpu1.l1c.WriteReq_misses 23292 # number of WriteReq misses -system.cpu1.l1c.WriteReq_mshr_miss_latency 447524959 # number of WriteReq MSHR miss cycles -system.cpu1.l1c.WriteReq_mshr_miss_rate 0.958440 # mshr miss rate for WriteReq accesses -system.cpu1.l1c.WriteReq_mshr_misses 23292 # number of WriteReq MSHR misses -system.cpu1.l1c.WriteReq_mshr_uncacheable_latency 196094106 # number of WriteReq MSHR uncacheable cycles -system.cpu1.l1c.avg_blocked_cycles_no_mshrs 1590.812213 # average number of cycles each access was blocked +system.cpu1.l1c.WriteReq_hits 895 # number of WriteReq hits +system.cpu1.l1c.WriteReq_miss_latency 471833860 # number of WriteReq miss cycles +system.cpu1.l1c.WriteReq_miss_rate 0.963102 # miss rate for WriteReq accesses +system.cpu1.l1c.WriteReq_misses 23361 # number of WriteReq misses +system.cpu1.l1c.WriteReq_mshr_miss_latency 448386352 # number of WriteReq MSHR miss cycles +system.cpu1.l1c.WriteReq_mshr_miss_rate 0.963102 # mshr miss rate for WriteReq accesses +system.cpu1.l1c.WriteReq_mshr_misses 23361 # number of WriteReq MSHR misses +system.cpu1.l1c.WriteReq_mshr_uncacheable_latency 199243328 # number of WriteReq MSHR uncacheable cycles +system.cpu1.l1c.avg_blocked_cycles_no_mshrs 1599.721775 # average number of cycles each access was blocked system.cpu1.l1c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu1.l1c.avg_refs 0.412303 # Average number of references to valid blocks. -system.cpu1.l1c.blocked_no_mshrs 69797 # number of cycles access was blocked +system.cpu1.l1c.avg_refs 0.408930 # Average number of references to valid blocks. +system.cpu1.l1c.blocked_no_mshrs 69990 # number of cycles access was blocked system.cpu1.l1c.blocked_no_targets 0 # number of cycles access was blocked -system.cpu1.l1c.blocked_cycles_no_mshrs 111033920 # number of cycles access was blocked +system.cpu1.l1c.blocked_cycles_no_mshrs 111964527 # number of cycles access was blocked system.cpu1.l1c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu1.l1c.cache_copies 0 # number of cache copies performed -system.cpu1.l1c.demand_accesses 68927 # number of demand (read+write) accesses -system.cpu1.l1c.demand_avg_miss_latency 18079.377232 # average overall miss latency -system.cpu1.l1c.demand_avg_mshr_miss_latency 17077.521122 # average overall mshr miss latency -system.cpu1.l1c.demand_hits 8492 # number of demand (read+write) hits -system.cpu1.l1c.demand_miss_latency 1092627163 # number of demand (read+write) miss cycles -system.cpu1.l1c.demand_miss_rate 0.876797 # miss rate for demand accesses -system.cpu1.l1c.demand_misses 60435 # number of demand (read+write) misses +system.cpu1.l1c.demand_accesses 68893 # number of demand (read+write) accesses +system.cpu1.l1c.demand_avg_miss_latency 18163.480056 # average overall miss latency +system.cpu1.l1c.demand_avg_mshr_miss_latency 17159.674044 # average overall mshr miss latency +system.cpu1.l1c.demand_hits 8348 # number of demand (read+write) hits +system.cpu1.l1c.demand_miss_latency 1099707900 # number of demand (read+write) miss cycles +system.cpu1.l1c.demand_miss_rate 0.878827 # miss rate for demand accesses +system.cpu1.l1c.demand_misses 60545 # number of demand (read+write) misses system.cpu1.l1c.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu1.l1c.demand_mshr_miss_latency 1032079989 # number of demand (read+write) MSHR miss cycles -system.cpu1.l1c.demand_mshr_miss_rate 0.876797 # mshr miss rate for demand accesses -system.cpu1.l1c.demand_mshr_misses 60435 # number of demand (read+write) MSHR misses +system.cpu1.l1c.demand_mshr_miss_latency 1038932465 # number of demand (read+write) MSHR miss cycles +system.cpu1.l1c.demand_mshr_miss_rate 0.878827 # mshr miss rate for demand accesses +system.cpu1.l1c.demand_mshr_misses 60545 # number of demand (read+write) MSHR misses system.cpu1.l1c.fast_writes 0 # number of fast writes performed system.cpu1.l1c.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu1.l1c.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu1.l1c.overall_accesses 68927 # number of overall (read+write) accesses -system.cpu1.l1c.overall_avg_miss_latency 18079.377232 # average overall miss latency -system.cpu1.l1c.overall_avg_mshr_miss_latency 17077.521122 # average overall mshr miss latency +system.cpu1.l1c.overall_accesses 68893 # number of overall (read+write) accesses +system.cpu1.l1c.overall_avg_miss_latency 18163.480056 # average overall miss latency +system.cpu1.l1c.overall_avg_mshr_miss_latency 17159.674044 # average overall mshr miss latency system.cpu1.l1c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu1.l1c.overall_hits 8492 # number of overall hits -system.cpu1.l1c.overall_miss_latency 1092627163 # number of overall miss cycles -system.cpu1.l1c.overall_miss_rate 0.876797 # miss rate for overall accesses -system.cpu1.l1c.overall_misses 60435 # number of overall misses +system.cpu1.l1c.overall_hits 8348 # number of overall hits +system.cpu1.l1c.overall_miss_latency 1099707900 # number of overall miss cycles +system.cpu1.l1c.overall_miss_rate 0.878827 # miss rate for overall accesses +system.cpu1.l1c.overall_misses 60545 # number of overall misses system.cpu1.l1c.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu1.l1c.overall_mshr_miss_latency 1032079989 # number of overall MSHR miss cycles -system.cpu1.l1c.overall_mshr_miss_rate 0.876797 # mshr miss rate for overall accesses -system.cpu1.l1c.overall_mshr_misses 60435 # number of overall MSHR misses -system.cpu1.l1c.overall_mshr_uncacheable_latency 510761221 # number of overall MSHR uncacheable cycles +system.cpu1.l1c.overall_mshr_miss_latency 1038932465 # number of overall MSHR miss cycles +system.cpu1.l1c.overall_mshr_miss_rate 0.878827 # mshr miss rate for overall accesses +system.cpu1.l1c.overall_mshr_misses 60545 # number of overall MSHR misses +system.cpu1.l1c.overall_mshr_uncacheable_latency 517991352 # number of overall MSHR uncacheable cycles system.cpu1.l1c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu1.l1c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu1.l1c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -154,75 +154,75 @@ system.cpu1.l1c.prefetcher.num_hwpf_issued 0 # system.cpu1.l1c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu1.l1c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu1.l1c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu1.l1c.replacements 27754 # number of replacements -system.cpu1.l1c.sampled_refs 28108 # Sample count of references to valid blocks. +system.cpu1.l1c.replacements 27678 # number of replacements +system.cpu1.l1c.sampled_refs 28017 # Sample count of references to valid blocks. system.cpu1.l1c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu1.l1c.tagsinuse 346.756421 # Cycle average of tags in use -system.cpu1.l1c.total_refs 11589 # Total number of references to valid blocks. +system.cpu1.l1c.tagsinuse 343.577416 # Cycle average of tags in use +system.cpu1.l1c.total_refs 11457 # Total number of references to valid blocks. system.cpu1.l1c.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu1.l1c.writebacks 11009 # number of writebacks +system.cpu1.l1c.writebacks 10919 # number of writebacks system.cpu1.num_copies 0 # number of copy accesses completed -system.cpu1.num_reads 99307 # number of read accesses completed -system.cpu1.num_writes 53968 # number of write accesses completed -system.cpu2.l1c.ReadReq_accesses 44798 # number of ReadReq accesses(hits+misses) -system.cpu2.l1c.ReadReq_avg_miss_latency 16757.356387 # average ReadReq miss latency -system.cpu2.l1c.ReadReq_avg_mshr_miss_latency 15755.538278 # average ReadReq mshr miss latency +system.cpu1.num_reads 99570 # number of read accesses completed +system.cpu1.num_writes 53662 # number of write accesses completed +system.cpu2.l1c.ReadReq_accesses 44913 # number of ReadReq accesses(hits+misses) +system.cpu2.l1c.ReadReq_avg_miss_latency 16880.348216 # average ReadReq miss latency +system.cpu2.l1c.ReadReq_avg_mshr_miss_latency 15876.450165 # average ReadReq mshr miss latency system.cpu2.l1c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu2.l1c.ReadReq_hits 7479 # number of ReadReq hits -system.cpu2.l1c.ReadReq_miss_latency 625367783 # number of ReadReq miss cycles -system.cpu2.l1c.ReadReq_miss_rate 0.833051 # miss rate for ReadReq accesses -system.cpu2.l1c.ReadReq_misses 37319 # number of ReadReq misses -system.cpu2.l1c.ReadReq_mshr_miss_latency 587980933 # number of ReadReq MSHR miss cycles -system.cpu2.l1c.ReadReq_mshr_miss_rate 0.833051 # mshr miss rate for ReadReq accesses -system.cpu2.l1c.ReadReq_mshr_misses 37319 # number of ReadReq MSHR misses -system.cpu2.l1c.ReadReq_mshr_uncacheable_latency 312913561 # number of ReadReq MSHR uncacheable cycles -system.cpu2.l1c.WriteReq_accesses 24115 # number of WriteReq accesses(hits+misses) -system.cpu2.l1c.WriteReq_avg_miss_latency 20248.523869 # average WriteReq miss latency -system.cpu2.l1c.WriteReq_avg_mshr_miss_latency 19246.649160 # average WriteReq mshr miss latency +system.cpu2.l1c.ReadReq_hits 7600 # number of ReadReq hits +system.cpu2.l1c.ReadReq_miss_latency 629856433 # number of ReadReq miss cycles +system.cpu2.l1c.ReadReq_miss_rate 0.830784 # miss rate for ReadReq accesses +system.cpu2.l1c.ReadReq_misses 37313 # number of ReadReq misses +system.cpu2.l1c.ReadReq_mshr_miss_latency 592397985 # number of ReadReq MSHR miss cycles +system.cpu2.l1c.ReadReq_mshr_miss_rate 0.830784 # mshr miss rate for ReadReq accesses +system.cpu2.l1c.ReadReq_mshr_misses 37313 # number of ReadReq MSHR misses +system.cpu2.l1c.ReadReq_mshr_uncacheable_latency 314233420 # number of ReadReq MSHR uncacheable cycles +system.cpu2.l1c.WriteReq_accesses 24350 # number of WriteReq accesses(hits+misses) +system.cpu2.l1c.WriteReq_avg_miss_latency 20273.649648 # average WriteReq miss latency +system.cpu2.l1c.WriteReq_avg_mshr_miss_latency 19269.817033 # average WriteReq mshr miss latency system.cpu2.l1c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu2.l1c.WriteReq_hits 905 # number of WriteReq hits -system.cpu2.l1c.WriteReq_miss_latency 469968239 # number of WriteReq miss cycles -system.cpu2.l1c.WriteReq_miss_rate 0.962471 # miss rate for WriteReq accesses -system.cpu2.l1c.WriteReq_misses 23210 # number of WriteReq misses -system.cpu2.l1c.WriteReq_mshr_miss_latency 446714727 # number of WriteReq MSHR miss cycles -system.cpu2.l1c.WriteReq_mshr_miss_rate 0.962471 # mshr miss rate for WriteReq accesses -system.cpu2.l1c.WriteReq_mshr_misses 23210 # number of WriteReq MSHR misses -system.cpu2.l1c.WriteReq_mshr_uncacheable_latency 194813468 # number of WriteReq MSHR uncacheable cycles -system.cpu2.l1c.avg_blocked_cycles_no_mshrs 1594.588395 # average number of cycles each access was blocked +system.cpu2.l1c.WriteReq_hits 925 # number of WriteReq hits +system.cpu2.l1c.WriteReq_miss_latency 474910243 # number of WriteReq miss cycles +system.cpu2.l1c.WriteReq_miss_rate 0.962012 # miss rate for WriteReq accesses +system.cpu2.l1c.WriteReq_misses 23425 # number of WriteReq misses +system.cpu2.l1c.WriteReq_mshr_miss_latency 451395464 # number of WriteReq MSHR miss cycles +system.cpu2.l1c.WriteReq_mshr_miss_rate 0.962012 # mshr miss rate for WriteReq accesses +system.cpu2.l1c.WriteReq_mshr_misses 23425 # number of WriteReq MSHR misses +system.cpu2.l1c.WriteReq_mshr_uncacheable_latency 201676231 # number of WriteReq MSHR uncacheable cycles +system.cpu2.l1c.avg_blocked_cycles_no_mshrs 1601.319797 # average number of cycles each access was blocked system.cpu2.l1c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu2.l1c.avg_refs 0.408059 # Average number of references to valid blocks. -system.cpu2.l1c.blocked_no_mshrs 69812 # number of cycles access was blocked +system.cpu2.l1c.avg_refs 0.408037 # Average number of references to valid blocks. +system.cpu2.l1c.blocked_no_mshrs 70035 # number of cycles access was blocked system.cpu2.l1c.blocked_no_targets 0 # number of cycles access was blocked -system.cpu2.l1c.blocked_cycles_no_mshrs 111321405 # number of cycles access was blocked +system.cpu2.l1c.blocked_cycles_no_mshrs 112148432 # number of cycles access was blocked system.cpu2.l1c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu2.l1c.cache_copies 0 # number of cache copies performed -system.cpu2.l1c.demand_accesses 68913 # number of demand (read+write) accesses -system.cpu2.l1c.demand_avg_miss_latency 18096.053495 # average overall miss latency -system.cpu2.l1c.demand_avg_mshr_miss_latency 17094.213683 # average overall mshr miss latency -system.cpu2.l1c.demand_hits 8384 # number of demand (read+write) hits -system.cpu2.l1c.demand_miss_latency 1095336022 # number of demand (read+write) miss cycles -system.cpu2.l1c.demand_miss_rate 0.878339 # miss rate for demand accesses -system.cpu2.l1c.demand_misses 60529 # number of demand (read+write) misses +system.cpu2.l1c.demand_accesses 69263 # number of demand (read+write) accesses +system.cpu2.l1c.demand_avg_miss_latency 18189.052587 # average overall miss latency +system.cpu2.l1c.demand_avg_mshr_miss_latency 17185.179772 # average overall mshr miss latency +system.cpu2.l1c.demand_hits 8525 # number of demand (read+write) hits +system.cpu2.l1c.demand_miss_latency 1104766676 # number of demand (read+write) miss cycles +system.cpu2.l1c.demand_miss_rate 0.876918 # miss rate for demand accesses +system.cpu2.l1c.demand_misses 60738 # number of demand (read+write) misses system.cpu2.l1c.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu2.l1c.demand_mshr_miss_latency 1034695660 # number of demand (read+write) MSHR miss cycles -system.cpu2.l1c.demand_mshr_miss_rate 0.878339 # mshr miss rate for demand accesses -system.cpu2.l1c.demand_mshr_misses 60529 # number of demand (read+write) MSHR misses +system.cpu2.l1c.demand_mshr_miss_latency 1043793449 # number of demand (read+write) MSHR miss cycles +system.cpu2.l1c.demand_mshr_miss_rate 0.876918 # mshr miss rate for demand accesses +system.cpu2.l1c.demand_mshr_misses 60738 # number of demand (read+write) MSHR misses system.cpu2.l1c.fast_writes 0 # number of fast writes performed system.cpu2.l1c.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu2.l1c.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu2.l1c.overall_accesses 68913 # number of overall (read+write) accesses -system.cpu2.l1c.overall_avg_miss_latency 18096.053495 # average overall miss latency -system.cpu2.l1c.overall_avg_mshr_miss_latency 17094.213683 # average overall mshr miss latency +system.cpu2.l1c.overall_accesses 69263 # number of overall (read+write) accesses +system.cpu2.l1c.overall_avg_miss_latency 18189.052587 # average overall miss latency +system.cpu2.l1c.overall_avg_mshr_miss_latency 17185.179772 # average overall mshr miss latency system.cpu2.l1c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu2.l1c.overall_hits 8384 # number of overall hits -system.cpu2.l1c.overall_miss_latency 1095336022 # number of overall miss cycles -system.cpu2.l1c.overall_miss_rate 0.878339 # miss rate for overall accesses -system.cpu2.l1c.overall_misses 60529 # number of overall misses +system.cpu2.l1c.overall_hits 8525 # number of overall hits +system.cpu2.l1c.overall_miss_latency 1104766676 # number of overall miss cycles +system.cpu2.l1c.overall_miss_rate 0.876918 # miss rate for overall accesses +system.cpu2.l1c.overall_misses 60738 # number of overall misses system.cpu2.l1c.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu2.l1c.overall_mshr_miss_latency 1034695660 # number of overall MSHR miss cycles -system.cpu2.l1c.overall_mshr_miss_rate 0.878339 # mshr miss rate for overall accesses -system.cpu2.l1c.overall_mshr_misses 60529 # number of overall MSHR misses -system.cpu2.l1c.overall_mshr_uncacheable_latency 507727029 # number of overall MSHR uncacheable cycles +system.cpu2.l1c.overall_mshr_miss_latency 1043793449 # number of overall MSHR miss cycles +system.cpu2.l1c.overall_mshr_miss_rate 0.876918 # mshr miss rate for overall accesses +system.cpu2.l1c.overall_mshr_misses 60738 # number of overall MSHR misses +system.cpu2.l1c.overall_mshr_uncacheable_latency 515909651 # number of overall MSHR uncacheable cycles system.cpu2.l1c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu2.l1c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu2.l1c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -233,75 +233,75 @@ system.cpu2.l1c.prefetcher.num_hwpf_issued 0 # system.cpu2.l1c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu2.l1c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu2.l1c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu2.l1c.replacements 27701 # number of replacements -system.cpu2.l1c.sampled_refs 28067 # Sample count of references to valid blocks. +system.cpu2.l1c.replacements 27950 # number of replacements +system.cpu2.l1c.sampled_refs 28294 # Sample count of references to valid blocks. system.cpu2.l1c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu2.l1c.tagsinuse 345.217009 # Cycle average of tags in use -system.cpu2.l1c.total_refs 11453 # Total number of references to valid blocks. +system.cpu2.l1c.tagsinuse 344.355959 # Cycle average of tags in use +system.cpu2.l1c.total_refs 11545 # Total number of references to valid blocks. system.cpu2.l1c.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu2.l1c.writebacks 10945 # number of writebacks +system.cpu2.l1c.writebacks 10956 # number of writebacks system.cpu2.num_copies 0 # number of copy accesses completed -system.cpu2.num_reads 99465 # number of read accesses completed -system.cpu2.num_writes 53678 # number of write accesses completed -system.cpu3.l1c.ReadReq_accesses 44738 # number of ReadReq accesses(hits+misses) -system.cpu3.l1c.ReadReq_avg_miss_latency 16807.406146 # average ReadReq miss latency -system.cpu3.l1c.ReadReq_avg_mshr_miss_latency 15805.508175 # average ReadReq mshr miss latency +system.cpu2.num_reads 99987 # number of read accesses completed +system.cpu2.num_writes 53946 # number of write accesses completed +system.cpu3.l1c.ReadReq_accesses 44879 # number of ReadReq accesses(hits+misses) +system.cpu3.l1c.ReadReq_avg_miss_latency 16871.980218 # average ReadReq miss latency +system.cpu3.l1c.ReadReq_avg_mshr_miss_latency 15868.081622 # average ReadReq mshr miss latency system.cpu3.l1c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu3.l1c.ReadReq_hits 7611 # number of ReadReq hits -system.cpu3.l1c.ReadReq_miss_latency 624008568 # number of ReadReq miss cycles -system.cpu3.l1c.ReadReq_miss_rate 0.829876 # miss rate for ReadReq accesses -system.cpu3.l1c.ReadReq_misses 37127 # number of ReadReq misses -system.cpu3.l1c.ReadReq_mshr_miss_latency 586811102 # number of ReadReq MSHR miss cycles -system.cpu3.l1c.ReadReq_mshr_miss_rate 0.829876 # mshr miss rate for ReadReq accesses -system.cpu3.l1c.ReadReq_mshr_misses 37127 # number of ReadReq MSHR misses -system.cpu3.l1c.ReadReq_mshr_uncacheable_latency 311781129 # number of ReadReq MSHR uncacheable cycles -system.cpu3.l1c.WriteReq_accesses 24234 # number of WriteReq accesses(hits+misses) -system.cpu3.l1c.WriteReq_avg_miss_latency 20220.683790 # average WriteReq miss latency -system.cpu3.l1c.WriteReq_avg_mshr_miss_latency 19218.851594 # average WriteReq mshr miss latency +system.cpu3.l1c.ReadReq_hits 7573 # number of ReadReq hits +system.cpu3.l1c.ReadReq_miss_latency 629426094 # number of ReadReq miss cycles +system.cpu3.l1c.ReadReq_miss_rate 0.831257 # miss rate for ReadReq accesses +system.cpu3.l1c.ReadReq_misses 37306 # number of ReadReq misses +system.cpu3.l1c.ReadReq_mshr_miss_latency 591974653 # number of ReadReq MSHR miss cycles +system.cpu3.l1c.ReadReq_mshr_miss_rate 0.831257 # mshr miss rate for ReadReq accesses +system.cpu3.l1c.ReadReq_mshr_misses 37306 # number of ReadReq MSHR misses +system.cpu3.l1c.ReadReq_mshr_uncacheable_latency 315451568 # number of ReadReq MSHR uncacheable cycles +system.cpu3.l1c.WriteReq_accesses 24230 # number of WriteReq accesses(hits+misses) +system.cpu3.l1c.WriteReq_avg_miss_latency 20326.119616 # average WriteReq miss latency +system.cpu3.l1c.WriteReq_avg_mshr_miss_latency 19322.374206 # average WriteReq mshr miss latency system.cpu3.l1c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu3.l1c.WriteReq_hits 933 # number of WriteReq hits -system.cpu3.l1c.WriteReq_miss_latency 471162153 # number of WriteReq miss cycles -system.cpu3.l1c.WriteReq_miss_rate 0.961500 # miss rate for WriteReq accesses -system.cpu3.l1c.WriteReq_misses 23301 # number of WriteReq misses -system.cpu3.l1c.WriteReq_mshr_miss_latency 447818461 # number of WriteReq MSHR miss cycles -system.cpu3.l1c.WriteReq_mshr_miss_rate 0.961500 # mshr miss rate for WriteReq accesses -system.cpu3.l1c.WriteReq_mshr_misses 23301 # number of WriteReq MSHR misses -system.cpu3.l1c.WriteReq_mshr_uncacheable_latency 199047765 # number of WriteReq MSHR uncacheable cycles -system.cpu3.l1c.avg_blocked_cycles_no_mshrs 1592.177624 # average number of cycles each access was blocked +system.cpu3.l1c.WriteReq_hits 922 # number of WriteReq hits +system.cpu3.l1c.WriteReq_miss_latency 473761196 # number of WriteReq miss cycles +system.cpu3.l1c.WriteReq_miss_rate 0.961948 # miss rate for WriteReq accesses +system.cpu3.l1c.WriteReq_misses 23308 # number of WriteReq misses +system.cpu3.l1c.WriteReq_mshr_miss_latency 450365898 # number of WriteReq MSHR miss cycles +system.cpu3.l1c.WriteReq_mshr_miss_rate 0.961948 # mshr miss rate for WriteReq accesses +system.cpu3.l1c.WriteReq_mshr_misses 23308 # number of WriteReq MSHR misses +system.cpu3.l1c.WriteReq_mshr_uncacheable_latency 202979355 # number of WriteReq MSHR uncacheable cycles +system.cpu3.l1c.avg_blocked_cycles_no_mshrs 1601.528078 # average number of cycles each access was blocked system.cpu3.l1c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu3.l1c.avg_refs 0.416452 # Average number of references to valid blocks. -system.cpu3.l1c.blocked_no_mshrs 69619 # number of cycles access was blocked +system.cpu3.l1c.avg_refs 0.416658 # Average number of references to valid blocks. +system.cpu3.l1c.blocked_no_mshrs 69967 # number of cycles access was blocked system.cpu3.l1c.blocked_no_targets 0 # number of cycles access was blocked -system.cpu3.l1c.blocked_cycles_no_mshrs 110845814 # number of cycles access was blocked +system.cpu3.l1c.blocked_cycles_no_mshrs 112054115 # number of cycles access was blocked system.cpu3.l1c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu3.l1c.cache_copies 0 # number of cache copies performed -system.cpu3.l1c.demand_accesses 68972 # number of demand (read+write) accesses -system.cpu3.l1c.demand_avg_miss_latency 18123.563927 # average overall miss latency -system.cpu3.l1c.demand_avg_mshr_miss_latency 17121.691319 # average overall mshr miss latency -system.cpu3.l1c.demand_hits 8544 # number of demand (read+write) hits -system.cpu3.l1c.demand_miss_latency 1095170721 # number of demand (read+write) miss cycles -system.cpu3.l1c.demand_miss_rate 0.876124 # miss rate for demand accesses -system.cpu3.l1c.demand_misses 60428 # number of demand (read+write) misses +system.cpu3.l1c.demand_accesses 69109 # number of demand (read+write) accesses +system.cpu3.l1c.demand_avg_miss_latency 18200.206058 # average overall miss latency +system.cpu3.l1c.demand_avg_mshr_miss_latency 17196.366368 # average overall mshr miss latency +system.cpu3.l1c.demand_hits 8495 # number of demand (read+write) hits +system.cpu3.l1c.demand_miss_latency 1103187290 # number of demand (read+write) miss cycles +system.cpu3.l1c.demand_miss_rate 0.877078 # miss rate for demand accesses +system.cpu3.l1c.demand_misses 60614 # number of demand (read+write) misses system.cpu3.l1c.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu3.l1c.demand_mshr_miss_latency 1034629563 # number of demand (read+write) MSHR miss cycles -system.cpu3.l1c.demand_mshr_miss_rate 0.876124 # mshr miss rate for demand accesses -system.cpu3.l1c.demand_mshr_misses 60428 # number of demand (read+write) MSHR misses +system.cpu3.l1c.demand_mshr_miss_latency 1042340551 # number of demand (read+write) MSHR miss cycles +system.cpu3.l1c.demand_mshr_miss_rate 0.877078 # mshr miss rate for demand accesses +system.cpu3.l1c.demand_mshr_misses 60614 # number of demand (read+write) MSHR misses system.cpu3.l1c.fast_writes 0 # number of fast writes performed system.cpu3.l1c.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu3.l1c.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu3.l1c.overall_accesses 68972 # number of overall (read+write) accesses -system.cpu3.l1c.overall_avg_miss_latency 18123.563927 # average overall miss latency -system.cpu3.l1c.overall_avg_mshr_miss_latency 17121.691319 # average overall mshr miss latency +system.cpu3.l1c.overall_accesses 69109 # number of overall (read+write) accesses +system.cpu3.l1c.overall_avg_miss_latency 18200.206058 # average overall miss latency +system.cpu3.l1c.overall_avg_mshr_miss_latency 17196.366368 # average overall mshr miss latency system.cpu3.l1c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu3.l1c.overall_hits 8544 # number of overall hits -system.cpu3.l1c.overall_miss_latency 1095170721 # number of overall miss cycles -system.cpu3.l1c.overall_miss_rate 0.876124 # miss rate for overall accesses -system.cpu3.l1c.overall_misses 60428 # number of overall misses +system.cpu3.l1c.overall_hits 8495 # number of overall hits +system.cpu3.l1c.overall_miss_latency 1103187290 # number of overall miss cycles +system.cpu3.l1c.overall_miss_rate 0.877078 # miss rate for overall accesses +system.cpu3.l1c.overall_misses 60614 # number of overall misses system.cpu3.l1c.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu3.l1c.overall_mshr_miss_latency 1034629563 # number of overall MSHR miss cycles -system.cpu3.l1c.overall_mshr_miss_rate 0.876124 # mshr miss rate for overall accesses -system.cpu3.l1c.overall_mshr_misses 60428 # number of overall MSHR misses -system.cpu3.l1c.overall_mshr_uncacheable_latency 510828894 # number of overall MSHR uncacheable cycles +system.cpu3.l1c.overall_mshr_miss_latency 1042340551 # number of overall MSHR miss cycles +system.cpu3.l1c.overall_mshr_miss_rate 0.877078 # mshr miss rate for overall accesses +system.cpu3.l1c.overall_mshr_misses 60614 # number of overall MSHR misses +system.cpu3.l1c.overall_mshr_uncacheable_latency 518430923 # number of overall MSHR uncacheable cycles system.cpu3.l1c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu3.l1c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu3.l1c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -312,75 +312,75 @@ system.cpu3.l1c.prefetcher.num_hwpf_issued 0 # system.cpu3.l1c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu3.l1c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu3.l1c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu3.l1c.replacements 27578 # number of replacements -system.cpu3.l1c.sampled_refs 27936 # Sample count of references to valid blocks. +system.cpu3.l1c.replacements 27588 # number of replacements +system.cpu3.l1c.sampled_refs 27915 # Sample count of references to valid blocks. system.cpu3.l1c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu3.l1c.tagsinuse 346.223352 # Cycle average of tags in use -system.cpu3.l1c.total_refs 11634 # Total number of references to valid blocks. +system.cpu3.l1c.tagsinuse 346.019907 # Cycle average of tags in use +system.cpu3.l1c.total_refs 11631 # Total number of references to valid blocks. system.cpu3.l1c.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu3.l1c.writebacks 10930 # number of writebacks +system.cpu3.l1c.writebacks 10783 # number of writebacks system.cpu3.num_copies 0 # number of copy accesses completed -system.cpu3.num_reads 99191 # number of read accesses completed -system.cpu3.num_writes 53892 # number of write accesses completed -system.cpu4.l1c.ReadReq_accesses 44699 # number of ReadReq accesses(hits+misses) -system.cpu4.l1c.ReadReq_avg_miss_latency 16730.870402 # average ReadReq miss latency -system.cpu4.l1c.ReadReq_avg_mshr_miss_latency 15728.971431 # average ReadReq mshr miss latency +system.cpu3.num_reads 99559 # number of read accesses completed +system.cpu3.num_writes 53870 # number of write accesses completed +system.cpu4.l1c.ReadReq_accesses 44804 # number of ReadReq accesses(hits+misses) +system.cpu4.l1c.ReadReq_avg_miss_latency 16848.729876 # average ReadReq miss latency +system.cpu4.l1c.ReadReq_avg_mshr_miss_latency 15844.831650 # average ReadReq mshr miss latency system.cpu4.l1c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu4.l1c.ReadReq_hits 7561 # number of ReadReq hits -system.cpu4.l1c.ReadReq_miss_latency 621351065 # number of ReadReq miss cycles -system.cpu4.l1c.ReadReq_miss_rate 0.830846 # miss rate for ReadReq accesses -system.cpu4.l1c.ReadReq_misses 37138 # number of ReadReq misses -system.cpu4.l1c.ReadReq_mshr_miss_latency 584142541 # number of ReadReq MSHR miss cycles -system.cpu4.l1c.ReadReq_mshr_miss_rate 0.830846 # mshr miss rate for ReadReq accesses -system.cpu4.l1c.ReadReq_mshr_misses 37138 # number of ReadReq MSHR misses -system.cpu4.l1c.ReadReq_mshr_uncacheable_latency 311544934 # number of ReadReq MSHR uncacheable cycles -system.cpu4.l1c.WriteReq_accesses 24149 # number of WriteReq accesses(hits+misses) -system.cpu4.l1c.WriteReq_avg_miss_latency 20416.974602 # average WriteReq miss latency -system.cpu4.l1c.WriteReq_avg_mshr_miss_latency 19415.143220 # average WriteReq mshr miss latency +system.cpu4.l1c.ReadReq_hits 7584 # number of ReadReq hits +system.cpu4.l1c.ReadReq_miss_latency 627109726 # number of ReadReq miss cycles +system.cpu4.l1c.ReadReq_miss_rate 0.830729 # miss rate for ReadReq accesses +system.cpu4.l1c.ReadReq_misses 37220 # number of ReadReq misses +system.cpu4.l1c.ReadReq_mshr_miss_latency 589744634 # number of ReadReq MSHR miss cycles +system.cpu4.l1c.ReadReq_mshr_miss_rate 0.830729 # mshr miss rate for ReadReq accesses +system.cpu4.l1c.ReadReq_mshr_misses 37220 # number of ReadReq MSHR misses +system.cpu4.l1c.ReadReq_mshr_uncacheable_latency 313232793 # number of ReadReq MSHR uncacheable cycles +system.cpu4.l1c.WriteReq_accesses 24193 # number of WriteReq accesses(hits+misses) +system.cpu4.l1c.WriteReq_avg_miss_latency 20495.832426 # average WriteReq miss latency +system.cpu4.l1c.WriteReq_avg_mshr_miss_latency 19492.129507 # average WriteReq mshr miss latency system.cpu4.l1c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu4.l1c.WriteReq_hits 919 # number of WriteReq hits -system.cpu4.l1c.WriteReq_miss_latency 474286320 # number of WriteReq miss cycles -system.cpu4.l1c.WriteReq_miss_rate 0.961945 # miss rate for WriteReq accesses -system.cpu4.l1c.WriteReq_misses 23230 # number of WriteReq misses -system.cpu4.l1c.WriteReq_mshr_miss_latency 451013777 # number of WriteReq MSHR miss cycles -system.cpu4.l1c.WriteReq_mshr_miss_rate 0.961945 # mshr miss rate for WriteReq accesses -system.cpu4.l1c.WriteReq_mshr_misses 23230 # number of WriteReq MSHR misses -system.cpu4.l1c.WriteReq_mshr_uncacheable_latency 197320845 # number of WriteReq MSHR uncacheable cycles -system.cpu4.l1c.avg_blocked_cycles_no_mshrs 1595.899195 # average number of cycles each access was blocked +system.cpu4.l1c.WriteReq_hits 866 # number of WriteReq hits +system.cpu4.l1c.WriteReq_miss_latency 478106283 # number of WriteReq miss cycles +system.cpu4.l1c.WriteReq_miss_rate 0.964205 # miss rate for WriteReq accesses +system.cpu4.l1c.WriteReq_misses 23327 # number of WriteReq misses +system.cpu4.l1c.WriteReq_mshr_miss_latency 454692905 # number of WriteReq MSHR miss cycles +system.cpu4.l1c.WriteReq_mshr_miss_rate 0.964205 # mshr miss rate for WriteReq accesses +system.cpu4.l1c.WriteReq_mshr_misses 23327 # number of WriteReq MSHR misses +system.cpu4.l1c.WriteReq_mshr_uncacheable_latency 192427965 # number of WriteReq MSHR uncacheable cycles +system.cpu4.l1c.avg_blocked_cycles_no_mshrs 1603.347065 # average number of cycles each access was blocked system.cpu4.l1c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu4.l1c.avg_refs 0.415693 # Average number of references to valid blocks. -system.cpu4.l1c.blocked_no_mshrs 69580 # number of cycles access was blocked +system.cpu4.l1c.avg_refs 0.413043 # Average number of references to valid blocks. +system.cpu4.l1c.blocked_no_mshrs 69889 # number of cycles access was blocked system.cpu4.l1c.blocked_no_targets 0 # number of cycles access was blocked -system.cpu4.l1c.blocked_cycles_no_mshrs 111042666 # number of cycles access was blocked +system.cpu4.l1c.blocked_cycles_no_mshrs 112056323 # number of cycles access was blocked system.cpu4.l1c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu4.l1c.cache_copies 0 # number of cache copies performed -system.cpu4.l1c.demand_accesses 68848 # number of demand (read+write) accesses -system.cpu4.l1c.demand_avg_miss_latency 18149.307332 # average overall miss latency -system.cpu4.l1c.demand_avg_mshr_miss_latency 17147.434369 # average overall mshr miss latency -system.cpu4.l1c.demand_hits 8480 # number of demand (read+write) hits -system.cpu4.l1c.demand_miss_latency 1095637385 # number of demand (read+write) miss cycles -system.cpu4.l1c.demand_miss_rate 0.876830 # miss rate for demand accesses -system.cpu4.l1c.demand_misses 60368 # number of demand (read+write) misses +system.cpu4.l1c.demand_accesses 68997 # number of demand (read+write) accesses +system.cpu4.l1c.demand_avg_miss_latency 18253.852528 # average overall miss latency +system.cpu4.l1c.demand_avg_mshr_miss_latency 17250.029547 # average overall mshr miss latency +system.cpu4.l1c.demand_hits 8450 # number of demand (read+write) hits +system.cpu4.l1c.demand_miss_latency 1105216009 # number of demand (read+write) miss cycles +system.cpu4.l1c.demand_miss_rate 0.877531 # miss rate for demand accesses +system.cpu4.l1c.demand_misses 60547 # number of demand (read+write) misses system.cpu4.l1c.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu4.l1c.demand_mshr_miss_latency 1035156318 # number of demand (read+write) MSHR miss cycles -system.cpu4.l1c.demand_mshr_miss_rate 0.876830 # mshr miss rate for demand accesses -system.cpu4.l1c.demand_mshr_misses 60368 # number of demand (read+write) MSHR misses +system.cpu4.l1c.demand_mshr_miss_latency 1044437539 # number of demand (read+write) MSHR miss cycles +system.cpu4.l1c.demand_mshr_miss_rate 0.877531 # mshr miss rate for demand accesses +system.cpu4.l1c.demand_mshr_misses 60547 # number of demand (read+write) MSHR misses system.cpu4.l1c.fast_writes 0 # number of fast writes performed system.cpu4.l1c.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu4.l1c.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu4.l1c.overall_accesses 68848 # number of overall (read+write) accesses -system.cpu4.l1c.overall_avg_miss_latency 18149.307332 # average overall miss latency -system.cpu4.l1c.overall_avg_mshr_miss_latency 17147.434369 # average overall mshr miss latency +system.cpu4.l1c.overall_accesses 68997 # number of overall (read+write) accesses +system.cpu4.l1c.overall_avg_miss_latency 18253.852528 # average overall miss latency +system.cpu4.l1c.overall_avg_mshr_miss_latency 17250.029547 # average overall mshr miss latency system.cpu4.l1c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu4.l1c.overall_hits 8480 # number of overall hits -system.cpu4.l1c.overall_miss_latency 1095637385 # number of overall miss cycles -system.cpu4.l1c.overall_miss_rate 0.876830 # miss rate for overall accesses -system.cpu4.l1c.overall_misses 60368 # number of overall misses +system.cpu4.l1c.overall_hits 8450 # number of overall hits +system.cpu4.l1c.overall_miss_latency 1105216009 # number of overall miss cycles +system.cpu4.l1c.overall_miss_rate 0.877531 # miss rate for overall accesses +system.cpu4.l1c.overall_misses 60547 # number of overall misses system.cpu4.l1c.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu4.l1c.overall_mshr_miss_latency 1035156318 # number of overall MSHR miss cycles -system.cpu4.l1c.overall_mshr_miss_rate 0.876830 # mshr miss rate for overall accesses -system.cpu4.l1c.overall_mshr_misses 60368 # number of overall MSHR misses -system.cpu4.l1c.overall_mshr_uncacheable_latency 508865779 # number of overall MSHR uncacheable cycles +system.cpu4.l1c.overall_mshr_miss_latency 1044437539 # number of overall MSHR miss cycles +system.cpu4.l1c.overall_mshr_miss_rate 0.877531 # mshr miss rate for overall accesses +system.cpu4.l1c.overall_mshr_misses 60547 # number of overall MSHR misses +system.cpu4.l1c.overall_mshr_uncacheable_latency 505660758 # number of overall MSHR uncacheable cycles system.cpu4.l1c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu4.l1c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu4.l1c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -391,75 +391,75 @@ system.cpu4.l1c.prefetcher.num_hwpf_issued 0 # system.cpu4.l1c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu4.l1c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu4.l1c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu4.l1c.replacements 27387 # number of replacements -system.cpu4.l1c.sampled_refs 27744 # Sample count of references to valid blocks. +system.cpu4.l1c.replacements 27638 # number of replacements +system.cpu4.l1c.sampled_refs 27985 # Sample count of references to valid blocks. system.cpu4.l1c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu4.l1c.tagsinuse 342.465450 # Cycle average of tags in use -system.cpu4.l1c.total_refs 11533 # Total number of references to valid blocks. +system.cpu4.l1c.tagsinuse 346.668579 # Cycle average of tags in use +system.cpu4.l1c.total_refs 11559 # Total number of references to valid blocks. system.cpu4.l1c.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu4.l1c.writebacks 10754 # number of writebacks +system.cpu4.l1c.writebacks 10780 # number of writebacks system.cpu4.num_copies 0 # number of copy accesses completed -system.cpu4.num_reads 98875 # number of read accesses completed -system.cpu4.num_writes 53476 # number of write accesses completed -system.cpu5.l1c.ReadReq_accesses 45145 # number of ReadReq accesses(hits+misses) -system.cpu5.l1c.ReadReq_avg_miss_latency 16695.250027 # average ReadReq miss latency -system.cpu5.l1c.ReadReq_avg_mshr_miss_latency 15693.270526 # average ReadReq mshr miss latency +system.cpu4.num_reads 99517 # number of read accesses completed +system.cpu4.num_writes 53554 # number of write accesses completed +system.cpu5.l1c.ReadReq_accesses 45330 # number of ReadReq accesses(hits+misses) +system.cpu5.l1c.ReadReq_avg_miss_latency 16742.272952 # average ReadReq miss latency +system.cpu5.l1c.ReadReq_avg_mshr_miss_latency 15738.453990 # average ReadReq mshr miss latency system.cpu5.l1c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu5.l1c.ReadReq_hits 7729 # number of ReadReq hits -system.cpu5.l1c.ReadReq_miss_latency 624669475 # number of ReadReq miss cycles -system.cpu5.l1c.ReadReq_miss_rate 0.828796 # miss rate for ReadReq accesses -system.cpu5.l1c.ReadReq_misses 37416 # number of ReadReq misses -system.cpu5.l1c.ReadReq_mshr_miss_latency 587179410 # number of ReadReq MSHR miss cycles -system.cpu5.l1c.ReadReq_mshr_miss_rate 0.828796 # mshr miss rate for ReadReq accesses -system.cpu5.l1c.ReadReq_mshr_misses 37416 # number of ReadReq MSHR misses -system.cpu5.l1c.ReadReq_mshr_uncacheable_latency 307088107 # number of ReadReq MSHR uncacheable cycles -system.cpu5.l1c.WriteReq_accesses 24354 # number of WriteReq accesses(hits+misses) -system.cpu5.l1c.WriteReq_avg_miss_latency 20311.644445 # average WriteReq miss latency -system.cpu5.l1c.WriteReq_avg_mshr_miss_latency 19309.896163 # average WriteReq mshr miss latency +system.cpu5.l1c.ReadReq_hits 7653 # number of ReadReq hits +system.cpu5.l1c.ReadReq_miss_latency 630798618 # number of ReadReq miss cycles +system.cpu5.l1c.ReadReq_miss_rate 0.831171 # miss rate for ReadReq accesses +system.cpu5.l1c.ReadReq_misses 37677 # number of ReadReq misses +system.cpu5.l1c.ReadReq_mshr_miss_latency 592977731 # number of ReadReq MSHR miss cycles +system.cpu5.l1c.ReadReq_mshr_miss_rate 0.831171 # mshr miss rate for ReadReq accesses +system.cpu5.l1c.ReadReq_mshr_misses 37677 # number of ReadReq MSHR misses +system.cpu5.l1c.ReadReq_mshr_uncacheable_latency 317163872 # number of ReadReq MSHR uncacheable cycles +system.cpu5.l1c.WriteReq_accesses 24208 # number of WriteReq accesses(hits+misses) +system.cpu5.l1c.WriteReq_avg_miss_latency 20252.552363 # average WriteReq miss latency +system.cpu5.l1c.WriteReq_avg_mshr_miss_latency 19248.677491 # average WriteReq mshr miss latency system.cpu5.l1c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu5.l1c.WriteReq_hits 923 # number of WriteReq hits -system.cpu5.l1c.WriteReq_miss_latency 475922141 # number of WriteReq miss cycles -system.cpu5.l1c.WriteReq_miss_rate 0.962101 # miss rate for WriteReq accesses -system.cpu5.l1c.WriteReq_misses 23431 # number of WriteReq misses -system.cpu5.l1c.WriteReq_mshr_miss_latency 452450177 # number of WriteReq MSHR miss cycles -system.cpu5.l1c.WriteReq_mshr_miss_rate 0.962101 # mshr miss rate for WriteReq accesses -system.cpu5.l1c.WriteReq_mshr_misses 23431 # number of WriteReq MSHR misses -system.cpu5.l1c.WriteReq_mshr_uncacheable_latency 201036456 # number of WriteReq MSHR uncacheable cycles -system.cpu5.l1c.avg_blocked_cycles_no_mshrs 1589.108090 # average number of cycles each access was blocked +system.cpu5.l1c.WriteReq_hits 928 # number of WriteReq hits +system.cpu5.l1c.WriteReq_miss_latency 471479419 # number of WriteReq miss cycles +system.cpu5.l1c.WriteReq_miss_rate 0.961666 # miss rate for WriteReq accesses +system.cpu5.l1c.WriteReq_misses 23280 # number of WriteReq misses +system.cpu5.l1c.WriteReq_mshr_miss_latency 448109212 # number of WriteReq MSHR miss cycles +system.cpu5.l1c.WriteReq_mshr_miss_rate 0.961666 # mshr miss rate for WriteReq accesses +system.cpu5.l1c.WriteReq_mshr_misses 23280 # number of WriteReq MSHR misses +system.cpu5.l1c.WriteReq_mshr_uncacheable_latency 202581548 # number of WriteReq MSHR uncacheable cycles +system.cpu5.l1c.avg_blocked_cycles_no_mshrs 1592.994331 # average number of cycles each access was blocked system.cpu5.l1c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu5.l1c.avg_refs 0.411131 # Average number of references to valid blocks. -system.cpu5.l1c.blocked_no_mshrs 69923 # number of cycles access was blocked +system.cpu5.l1c.avg_refs 0.413221 # Average number of references to valid blocks. +system.cpu5.l1c.blocked_no_mshrs 70383 # number of cycles access was blocked system.cpu5.l1c.blocked_no_targets 0 # number of cycles access was blocked -system.cpu5.l1c.blocked_cycles_no_mshrs 111115205 # number of cycles access was blocked +system.cpu5.l1c.blocked_cycles_no_mshrs 112119720 # number of cycles access was blocked system.cpu5.l1c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu5.l1c.cache_copies 0 # number of cache copies performed -system.cpu5.l1c.demand_accesses 69499 # number of demand (read+write) accesses -system.cpu5.l1c.demand_avg_miss_latency 18087.853403 # average overall miss latency -system.cpu5.l1c.demand_avg_mshr_miss_latency 17085.962940 # average overall mshr miss latency -system.cpu5.l1c.demand_hits 8652 # number of demand (read+write) hits -system.cpu5.l1c.demand_miss_latency 1100591616 # number of demand (read+write) miss cycles -system.cpu5.l1c.demand_miss_rate 0.875509 # miss rate for demand accesses -system.cpu5.l1c.demand_misses 60847 # number of demand (read+write) misses +system.cpu5.l1c.demand_accesses 69538 # number of demand (read+write) accesses +system.cpu5.l1c.demand_avg_miss_latency 18082.878701 # average overall miss latency +system.cpu5.l1c.demand_avg_mshr_miss_latency 17079.038388 # average overall mshr miss latency +system.cpu5.l1c.demand_hits 8581 # number of demand (read+write) hits +system.cpu5.l1c.demand_miss_latency 1102278037 # number of demand (read+write) miss cycles +system.cpu5.l1c.demand_miss_rate 0.876600 # miss rate for demand accesses +system.cpu5.l1c.demand_misses 60957 # number of demand (read+write) misses system.cpu5.l1c.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu5.l1c.demand_mshr_miss_latency 1039629587 # number of demand (read+write) MSHR miss cycles -system.cpu5.l1c.demand_mshr_miss_rate 0.875509 # mshr miss rate for demand accesses -system.cpu5.l1c.demand_mshr_misses 60847 # number of demand (read+write) MSHR misses +system.cpu5.l1c.demand_mshr_miss_latency 1041086943 # number of demand (read+write) MSHR miss cycles +system.cpu5.l1c.demand_mshr_miss_rate 0.876600 # mshr miss rate for demand accesses +system.cpu5.l1c.demand_mshr_misses 60957 # number of demand (read+write) MSHR misses system.cpu5.l1c.fast_writes 0 # number of fast writes performed system.cpu5.l1c.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu5.l1c.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu5.l1c.overall_accesses 69499 # number of overall (read+write) accesses -system.cpu5.l1c.overall_avg_miss_latency 18087.853403 # average overall miss latency -system.cpu5.l1c.overall_avg_mshr_miss_latency 17085.962940 # average overall mshr miss latency +system.cpu5.l1c.overall_accesses 69538 # number of overall (read+write) accesses +system.cpu5.l1c.overall_avg_miss_latency 18082.878701 # average overall miss latency +system.cpu5.l1c.overall_avg_mshr_miss_latency 17079.038388 # average overall mshr miss latency system.cpu5.l1c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu5.l1c.overall_hits 8652 # number of overall hits -system.cpu5.l1c.overall_miss_latency 1100591616 # number of overall miss cycles -system.cpu5.l1c.overall_miss_rate 0.875509 # miss rate for overall accesses -system.cpu5.l1c.overall_misses 60847 # number of overall misses +system.cpu5.l1c.overall_hits 8581 # number of overall hits +system.cpu5.l1c.overall_miss_latency 1102278037 # number of overall miss cycles +system.cpu5.l1c.overall_miss_rate 0.876600 # miss rate for overall accesses +system.cpu5.l1c.overall_misses 60957 # number of overall misses system.cpu5.l1c.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu5.l1c.overall_mshr_miss_latency 1039629587 # number of overall MSHR miss cycles -system.cpu5.l1c.overall_mshr_miss_rate 0.875509 # mshr miss rate for overall accesses -system.cpu5.l1c.overall_mshr_misses 60847 # number of overall MSHR misses -system.cpu5.l1c.overall_mshr_uncacheable_latency 508124563 # number of overall MSHR uncacheable cycles +system.cpu5.l1c.overall_mshr_miss_latency 1041086943 # number of overall MSHR miss cycles +system.cpu5.l1c.overall_mshr_miss_rate 0.876600 # mshr miss rate for overall accesses +system.cpu5.l1c.overall_mshr_misses 60957 # number of overall MSHR misses +system.cpu5.l1c.overall_mshr_uncacheable_latency 519745420 # number of overall MSHR uncacheable cycles system.cpu5.l1c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu5.l1c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu5.l1c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -470,75 +470,75 @@ system.cpu5.l1c.prefetcher.num_hwpf_issued 0 # system.cpu5.l1c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu5.l1c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu5.l1c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu5.l1c.replacements 28136 # number of replacements -system.cpu5.l1c.sampled_refs 28497 # Sample count of references to valid blocks. +system.cpu5.l1c.replacements 28012 # number of replacements +system.cpu5.l1c.sampled_refs 28365 # Sample count of references to valid blocks. system.cpu5.l1c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu5.l1c.tagsinuse 345.800641 # Cycle average of tags in use -system.cpu5.l1c.total_refs 11716 # Total number of references to valid blocks. +system.cpu5.l1c.tagsinuse 347.429877 # Cycle average of tags in use +system.cpu5.l1c.total_refs 11721 # Total number of references to valid blocks. system.cpu5.l1c.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu5.l1c.writebacks 11040 # number of writebacks +system.cpu5.l1c.writebacks 10901 # number of writebacks system.cpu5.num_copies 0 # number of copy accesses completed system.cpu5.num_reads 100000 # number of read accesses completed -system.cpu5.num_writes 53687 # number of write accesses completed -system.cpu6.l1c.ReadReq_accesses 45027 # number of ReadReq accesses(hits+misses) -system.cpu6.l1c.ReadReq_avg_miss_latency 16617.118087 # average ReadReq miss latency -system.cpu6.l1c.ReadReq_avg_mshr_miss_latency 15615.219316 # average ReadReq mshr miss latency +system.cpu5.num_writes 53842 # number of write accesses completed +system.cpu6.l1c.ReadReq_accesses 45124 # number of ReadReq accesses(hits+misses) +system.cpu6.l1c.ReadReq_avg_miss_latency 16852.177623 # average ReadReq miss latency +system.cpu6.l1c.ReadReq_avg_mshr_miss_latency 15848.333619 # average ReadReq mshr miss latency system.cpu6.l1c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu6.l1c.ReadReq_hits 7597 # number of ReadReq hits -system.cpu6.l1c.ReadReq_miss_latency 621978730 # number of ReadReq miss cycles -system.cpu6.l1c.ReadReq_miss_rate 0.831279 # miss rate for ReadReq accesses -system.cpu6.l1c.ReadReq_misses 37430 # number of ReadReq misses -system.cpu6.l1c.ReadReq_mshr_miss_latency 584477659 # number of ReadReq MSHR miss cycles -system.cpu6.l1c.ReadReq_mshr_miss_rate 0.831279 # mshr miss rate for ReadReq accesses -system.cpu6.l1c.ReadReq_mshr_misses 37430 # number of ReadReq MSHR misses -system.cpu6.l1c.ReadReq_mshr_uncacheable_latency 320096620 # number of ReadReq MSHR uncacheable cycles -system.cpu6.l1c.WriteReq_accesses 23941 # number of WriteReq accesses(hits+misses) -system.cpu6.l1c.WriteReq_avg_miss_latency 20221.380036 # average WriteReq miss latency -system.cpu6.l1c.WriteReq_avg_mshr_miss_latency 19219.637304 # average WriteReq mshr miss latency +system.cpu6.l1c.ReadReq_hits 7719 # number of ReadReq hits +system.cpu6.l1c.ReadReq_miss_latency 630355704 # number of ReadReq miss cycles +system.cpu6.l1c.ReadReq_miss_rate 0.828938 # miss rate for ReadReq accesses +system.cpu6.l1c.ReadReq_misses 37405 # number of ReadReq misses +system.cpu6.l1c.ReadReq_mshr_miss_latency 592806919 # number of ReadReq MSHR miss cycles +system.cpu6.l1c.ReadReq_mshr_miss_rate 0.828938 # mshr miss rate for ReadReq accesses +system.cpu6.l1c.ReadReq_mshr_misses 37405 # number of ReadReq MSHR misses +system.cpu6.l1c.ReadReq_mshr_uncacheable_latency 313955648 # number of ReadReq MSHR uncacheable cycles +system.cpu6.l1c.WriteReq_accesses 24360 # number of WriteReq accesses(hits+misses) +system.cpu6.l1c.WriteReq_avg_miss_latency 20279.291722 # average WriteReq miss latency +system.cpu6.l1c.WriteReq_avg_mshr_miss_latency 19275.372628 # average WriteReq mshr miss latency system.cpu6.l1c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu6.l1c.WriteReq_hits 930 # number of WriteReq hits -system.cpu6.l1c.WriteReq_miss_latency 465314176 # number of WriteReq miss cycles -system.cpu6.l1c.WriteReq_miss_rate 0.961155 # miss rate for WriteReq accesses -system.cpu6.l1c.WriteReq_misses 23011 # number of WriteReq misses -system.cpu6.l1c.WriteReq_mshr_miss_latency 442263074 # number of WriteReq MSHR miss cycles -system.cpu6.l1c.WriteReq_mshr_miss_rate 0.961155 # mshr miss rate for WriteReq accesses -system.cpu6.l1c.WriteReq_mshr_misses 23011 # number of WriteReq MSHR misses -system.cpu6.l1c.WriteReq_mshr_uncacheable_latency 197754604 # number of WriteReq MSHR uncacheable cycles -system.cpu6.l1c.avg_blocked_cycles_no_mshrs 1586.699742 # average number of cycles each access was blocked +system.cpu6.l1c.WriteReq_hits 913 # number of WriteReq hits +system.cpu6.l1c.WriteReq_miss_latency 475488553 # number of WriteReq miss cycles +system.cpu6.l1c.WriteReq_miss_rate 0.962521 # miss rate for WriteReq accesses +system.cpu6.l1c.WriteReq_misses 23447 # number of WriteReq misses +system.cpu6.l1c.WriteReq_mshr_miss_latency 451949662 # number of WriteReq MSHR miss cycles +system.cpu6.l1c.WriteReq_mshr_miss_rate 0.962521 # mshr miss rate for WriteReq accesses +system.cpu6.l1c.WriteReq_mshr_misses 23447 # number of WriteReq MSHR misses +system.cpu6.l1c.WriteReq_mshr_uncacheable_latency 198611435 # number of WriteReq MSHR uncacheable cycles +system.cpu6.l1c.avg_blocked_cycles_no_mshrs 1598.405866 # average number of cycles each access was blocked system.cpu6.l1c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu6.l1c.avg_refs 0.414524 # Average number of references to valid blocks. -system.cpu6.l1c.blocked_no_mshrs 70023 # number of cycles access was blocked +system.cpu6.l1c.avg_refs 0.418615 # Average number of references to valid blocks. +system.cpu6.l1c.blocked_no_mshrs 70240 # number of cycles access was blocked system.cpu6.l1c.blocked_no_targets 0 # number of cycles access was blocked -system.cpu6.l1c.blocked_cycles_no_mshrs 111105476 # number of cycles access was blocked +system.cpu6.l1c.blocked_cycles_no_mshrs 112272028 # number of cycles access was blocked system.cpu6.l1c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu6.l1c.cache_copies 0 # number of cache copies performed -system.cpu6.l1c.demand_accesses 68968 # number of demand (read+write) accesses -system.cpu6.l1c.demand_avg_miss_latency 17989.326881 # average overall miss latency -system.cpu6.l1c.demand_avg_mshr_miss_latency 16987.487517 # average overall mshr miss latency -system.cpu6.l1c.demand_hits 8527 # number of demand (read+write) hits -system.cpu6.l1c.demand_miss_latency 1087292906 # number of demand (read+write) miss cycles -system.cpu6.l1c.demand_miss_rate 0.876363 # miss rate for demand accesses -system.cpu6.l1c.demand_misses 60441 # number of demand (read+write) misses +system.cpu6.l1c.demand_accesses 69484 # number of demand (read+write) accesses +system.cpu6.l1c.demand_avg_miss_latency 18172.685483 # average overall miss latency +system.cpu6.l1c.demand_avg_mshr_miss_latency 17168.812545 # average overall mshr miss latency +system.cpu6.l1c.demand_hits 8632 # number of demand (read+write) hits +system.cpu6.l1c.demand_miss_latency 1105844257 # number of demand (read+write) miss cycles +system.cpu6.l1c.demand_miss_rate 0.875770 # miss rate for demand accesses +system.cpu6.l1c.demand_misses 60852 # number of demand (read+write) misses system.cpu6.l1c.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu6.l1c.demand_mshr_miss_latency 1026740733 # number of demand (read+write) MSHR miss cycles -system.cpu6.l1c.demand_mshr_miss_rate 0.876363 # mshr miss rate for demand accesses -system.cpu6.l1c.demand_mshr_misses 60441 # number of demand (read+write) MSHR misses +system.cpu6.l1c.demand_mshr_miss_latency 1044756581 # number of demand (read+write) MSHR miss cycles +system.cpu6.l1c.demand_mshr_miss_rate 0.875770 # mshr miss rate for demand accesses +system.cpu6.l1c.demand_mshr_misses 60852 # number of demand (read+write) MSHR misses system.cpu6.l1c.fast_writes 0 # number of fast writes performed system.cpu6.l1c.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu6.l1c.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu6.l1c.overall_accesses 68968 # number of overall (read+write) accesses -system.cpu6.l1c.overall_avg_miss_latency 17989.326881 # average overall miss latency -system.cpu6.l1c.overall_avg_mshr_miss_latency 16987.487517 # average overall mshr miss latency +system.cpu6.l1c.overall_accesses 69484 # number of overall (read+write) accesses +system.cpu6.l1c.overall_avg_miss_latency 18172.685483 # average overall miss latency +system.cpu6.l1c.overall_avg_mshr_miss_latency 17168.812545 # average overall mshr miss latency system.cpu6.l1c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu6.l1c.overall_hits 8527 # number of overall hits -system.cpu6.l1c.overall_miss_latency 1087292906 # number of overall miss cycles -system.cpu6.l1c.overall_miss_rate 0.876363 # miss rate for overall accesses -system.cpu6.l1c.overall_misses 60441 # number of overall misses +system.cpu6.l1c.overall_hits 8632 # number of overall hits +system.cpu6.l1c.overall_miss_latency 1105844257 # number of overall miss cycles +system.cpu6.l1c.overall_miss_rate 0.875770 # miss rate for overall accesses +system.cpu6.l1c.overall_misses 60852 # number of overall misses system.cpu6.l1c.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu6.l1c.overall_mshr_miss_latency 1026740733 # number of overall MSHR miss cycles -system.cpu6.l1c.overall_mshr_miss_rate 0.876363 # mshr miss rate for overall accesses -system.cpu6.l1c.overall_mshr_misses 60441 # number of overall MSHR misses -system.cpu6.l1c.overall_mshr_uncacheable_latency 517851224 # number of overall MSHR uncacheable cycles +system.cpu6.l1c.overall_mshr_miss_latency 1044756581 # number of overall MSHR miss cycles +system.cpu6.l1c.overall_mshr_miss_rate 0.875770 # mshr miss rate for overall accesses +system.cpu6.l1c.overall_mshr_misses 60852 # number of overall MSHR misses +system.cpu6.l1c.overall_mshr_uncacheable_latency 512567083 # number of overall MSHR uncacheable cycles system.cpu6.l1c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu6.l1c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu6.l1c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -549,75 +549,75 @@ system.cpu6.l1c.prefetcher.num_hwpf_issued 0 # system.cpu6.l1c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu6.l1c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu6.l1c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu6.l1c.replacements 27646 # number of replacements -system.cpu6.l1c.sampled_refs 27996 # Sample count of references to valid blocks. +system.cpu6.l1c.replacements 27959 # number of replacements +system.cpu6.l1c.sampled_refs 28310 # Sample count of references to valid blocks. system.cpu6.l1c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu6.l1c.tagsinuse 344.481018 # Cycle average of tags in use -system.cpu6.l1c.total_refs 11605 # Total number of references to valid blocks. +system.cpu6.l1c.tagsinuse 344.892132 # Cycle average of tags in use +system.cpu6.l1c.total_refs 11851 # Total number of references to valid blocks. system.cpu6.l1c.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu6.l1c.writebacks 10854 # number of writebacks +system.cpu6.l1c.writebacks 11044 # number of writebacks system.cpu6.num_copies 0 # number of copy accesses completed -system.cpu6.num_reads 99885 # number of read accesses completed -system.cpu6.num_writes 53649 # number of write accesses completed -system.cpu7.l1c.ReadReq_accesses 44691 # number of ReadReq accesses(hits+misses) -system.cpu7.l1c.ReadReq_avg_miss_latency 16751.059693 # average ReadReq miss latency -system.cpu7.l1c.ReadReq_avg_mshr_miss_latency 15749.134660 # average ReadReq mshr miss latency +system.cpu6.num_reads 99626 # number of read accesses completed +system.cpu6.num_writes 53905 # number of write accesses completed +system.cpu7.l1c.ReadReq_accesses 44909 # number of ReadReq accesses(hits+misses) +system.cpu7.l1c.ReadReq_avg_miss_latency 16826.619219 # average ReadReq miss latency +system.cpu7.l1c.ReadReq_avg_mshr_miss_latency 15822.802503 # average ReadReq mshr miss latency system.cpu7.l1c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.cpu7.l1c.ReadReq_hits 7568 # number of ReadReq hits -system.cpu7.l1c.ReadReq_miss_latency 621849589 # number of ReadReq miss cycles -system.cpu7.l1c.ReadReq_miss_rate 0.830659 # miss rate for ReadReq accesses -system.cpu7.l1c.ReadReq_misses 37123 # number of ReadReq misses -system.cpu7.l1c.ReadReq_mshr_miss_latency 584655126 # number of ReadReq MSHR miss cycles -system.cpu7.l1c.ReadReq_mshr_miss_rate 0.830659 # mshr miss rate for ReadReq accesses -system.cpu7.l1c.ReadReq_mshr_misses 37123 # number of ReadReq MSHR misses -system.cpu7.l1c.ReadReq_mshr_uncacheable_latency 309541021 # number of ReadReq MSHR uncacheable cycles -system.cpu7.l1c.WriteReq_accesses 24304 # number of WriteReq accesses(hits+misses) -system.cpu7.l1c.WriteReq_avg_miss_latency 20320.041471 # average WriteReq miss latency -system.cpu7.l1c.WriteReq_avg_mshr_miss_latency 19318.250661 # average WriteReq mshr miss latency +system.cpu7.l1c.ReadReq_hits 7759 # number of ReadReq hits +system.cpu7.l1c.ReadReq_miss_latency 625108904 # number of ReadReq miss cycles +system.cpu7.l1c.ReadReq_miss_rate 0.827228 # miss rate for ReadReq accesses +system.cpu7.l1c.ReadReq_misses 37150 # number of ReadReq misses +system.cpu7.l1c.ReadReq_mshr_miss_latency 587817113 # number of ReadReq MSHR miss cycles +system.cpu7.l1c.ReadReq_mshr_miss_rate 0.827228 # mshr miss rate for ReadReq accesses +system.cpu7.l1c.ReadReq_mshr_misses 37150 # number of ReadReq MSHR misses +system.cpu7.l1c.ReadReq_mshr_uncacheable_latency 317908383 # number of ReadReq MSHR uncacheable cycles +system.cpu7.l1c.WriteReq_accesses 24427 # number of WriteReq accesses(hits+misses) +system.cpu7.l1c.WriteReq_avg_miss_latency 20228.908213 # average WriteReq miss latency +system.cpu7.l1c.WriteReq_avg_mshr_miss_latency 19225.075071 # average WriteReq mshr miss latency system.cpu7.l1c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.cpu7.l1c.WriteReq_hits 866 # number of WriteReq hits -system.cpu7.l1c.WriteReq_miss_latency 476261132 # number of WriteReq miss cycles -system.cpu7.l1c.WriteReq_miss_rate 0.964368 # miss rate for WriteReq accesses -system.cpu7.l1c.WriteReq_misses 23438 # number of WriteReq misses -system.cpu7.l1c.WriteReq_mshr_miss_latency 452781159 # number of WriteReq MSHR miss cycles -system.cpu7.l1c.WriteReq_mshr_miss_rate 0.964368 # mshr miss rate for WriteReq accesses -system.cpu7.l1c.WriteReq_mshr_misses 23438 # number of WriteReq MSHR misses -system.cpu7.l1c.WriteReq_mshr_uncacheable_latency 195853343 # number of WriteReq MSHR uncacheable cycles -system.cpu7.l1c.avg_blocked_cycles_no_mshrs 1592.201934 # average number of cycles each access was blocked +system.cpu7.l1c.WriteReq_hits 916 # number of WriteReq hits +system.cpu7.l1c.WriteReq_miss_latency 475601861 # number of WriteReq miss cycles +system.cpu7.l1c.WriteReq_miss_rate 0.962501 # miss rate for WriteReq accesses +system.cpu7.l1c.WriteReq_misses 23511 # number of WriteReq misses +system.cpu7.l1c.WriteReq_mshr_miss_latency 452000740 # number of WriteReq MSHR miss cycles +system.cpu7.l1c.WriteReq_mshr_miss_rate 0.962501 # mshr miss rate for WriteReq accesses +system.cpu7.l1c.WriteReq_mshr_misses 23511 # number of WriteReq MSHR misses +system.cpu7.l1c.WriteReq_mshr_uncacheable_latency 197920310 # number of WriteReq MSHR uncacheable cycles +system.cpu7.l1c.avg_blocked_cycles_no_mshrs 1598.930420 # average number of cycles each access was blocked system.cpu7.l1c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.cpu7.l1c.avg_refs 0.409635 # Average number of references to valid blocks. -system.cpu7.l1c.blocked_no_mshrs 69815 # number of cycles access was blocked +system.cpu7.l1c.avg_refs 0.421584 # Average number of references to valid blocks. +system.cpu7.l1c.blocked_no_mshrs 70034 # number of cycles access was blocked system.cpu7.l1c.blocked_no_targets 0 # number of cycles access was blocked -system.cpu7.l1c.blocked_cycles_no_mshrs 111159578 # number of cycles access was blocked +system.cpu7.l1c.blocked_cycles_no_mshrs 111979493 # number of cycles access was blocked system.cpu7.l1c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.cpu7.l1c.cache_copies 0 # number of cache copies performed -system.cpu7.l1c.demand_accesses 68995 # number of demand (read+write) accesses -system.cpu7.l1c.demand_avg_miss_latency 18132.308268 # average overall miss latency -system.cpu7.l1c.demand_avg_mshr_miss_latency 17130.435181 # average overall mshr miss latency -system.cpu7.l1c.demand_hits 8434 # number of demand (read+write) hits -system.cpu7.l1c.demand_miss_latency 1098110721 # number of demand (read+write) miss cycles -system.cpu7.l1c.demand_miss_rate 0.877759 # miss rate for demand accesses -system.cpu7.l1c.demand_misses 60561 # number of demand (read+write) misses +system.cpu7.l1c.demand_accesses 69336 # number of demand (read+write) accesses +system.cpu7.l1c.demand_avg_miss_latency 18145.278927 # average overall miss latency +system.cpu7.l1c.demand_avg_mshr_miss_latency 17141.455845 # average overall mshr miss latency +system.cpu7.l1c.demand_hits 8675 # number of demand (read+write) hits +system.cpu7.l1c.demand_miss_latency 1100710765 # number of demand (read+write) miss cycles +system.cpu7.l1c.demand_miss_rate 0.874885 # miss rate for demand accesses +system.cpu7.l1c.demand_misses 60661 # number of demand (read+write) misses system.cpu7.l1c.demand_mshr_hits 0 # number of demand (read+write) MSHR hits -system.cpu7.l1c.demand_mshr_miss_latency 1037436285 # number of demand (read+write) MSHR miss cycles -system.cpu7.l1c.demand_mshr_miss_rate 0.877759 # mshr miss rate for demand accesses -system.cpu7.l1c.demand_mshr_misses 60561 # number of demand (read+write) MSHR misses +system.cpu7.l1c.demand_mshr_miss_latency 1039817853 # number of demand (read+write) MSHR miss cycles +system.cpu7.l1c.demand_mshr_miss_rate 0.874885 # mshr miss rate for demand accesses +system.cpu7.l1c.demand_mshr_misses 60661 # number of demand (read+write) MSHR misses system.cpu7.l1c.fast_writes 0 # number of fast writes performed system.cpu7.l1c.mshr_cap_events 0 # number of times MSHR cap was activated system.cpu7.l1c.no_allocate_misses 0 # Number of misses that were no-allocate -system.cpu7.l1c.overall_accesses 68995 # number of overall (read+write) accesses -system.cpu7.l1c.overall_avg_miss_latency 18132.308268 # average overall miss latency -system.cpu7.l1c.overall_avg_mshr_miss_latency 17130.435181 # average overall mshr miss latency +system.cpu7.l1c.overall_accesses 69336 # number of overall (read+write) accesses +system.cpu7.l1c.overall_avg_miss_latency 18145.278927 # average overall miss latency +system.cpu7.l1c.overall_avg_mshr_miss_latency 17141.455845 # average overall mshr miss latency system.cpu7.l1c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.cpu7.l1c.overall_hits 8434 # number of overall hits -system.cpu7.l1c.overall_miss_latency 1098110721 # number of overall miss cycles -system.cpu7.l1c.overall_miss_rate 0.877759 # miss rate for overall accesses -system.cpu7.l1c.overall_misses 60561 # number of overall misses +system.cpu7.l1c.overall_hits 8675 # number of overall hits +system.cpu7.l1c.overall_miss_latency 1100710765 # number of overall miss cycles +system.cpu7.l1c.overall_miss_rate 0.874885 # miss rate for overall accesses +system.cpu7.l1c.overall_misses 60661 # number of overall misses system.cpu7.l1c.overall_mshr_hits 0 # number of overall MSHR hits -system.cpu7.l1c.overall_mshr_miss_latency 1037436285 # number of overall MSHR miss cycles -system.cpu7.l1c.overall_mshr_miss_rate 0.877759 # mshr miss rate for overall accesses -system.cpu7.l1c.overall_mshr_misses 60561 # number of overall MSHR misses -system.cpu7.l1c.overall_mshr_uncacheable_latency 505394364 # number of overall MSHR uncacheable cycles +system.cpu7.l1c.overall_mshr_miss_latency 1039817853 # number of overall MSHR miss cycles +system.cpu7.l1c.overall_mshr_miss_rate 0.874885 # mshr miss rate for overall accesses +system.cpu7.l1c.overall_mshr_misses 60661 # number of overall MSHR misses +system.cpu7.l1c.overall_mshr_uncacheable_latency 515828693 # number of overall MSHR uncacheable cycles system.cpu7.l1c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.cpu7.l1c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.cpu7.l1c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -628,88 +628,88 @@ system.cpu7.l1c.prefetcher.num_hwpf_issued 0 # system.cpu7.l1c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.cpu7.l1c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.cpu7.l1c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.cpu7.l1c.replacements 27888 # number of replacements -system.cpu7.l1c.sampled_refs 28230 # Sample count of references to valid blocks. +system.cpu7.l1c.replacements 27690 # number of replacements +system.cpu7.l1c.sampled_refs 28049 # Sample count of references to valid blocks. system.cpu7.l1c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.cpu7.l1c.tagsinuse 344.969892 # Cycle average of tags in use -system.cpu7.l1c.total_refs 11564 # Total number of references to valid blocks. +system.cpu7.l1c.tagsinuse 343.299146 # Cycle average of tags in use +system.cpu7.l1c.total_refs 11825 # Total number of references to valid blocks. system.cpu7.l1c.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.cpu7.l1c.writebacks 10925 # number of writebacks +system.cpu7.l1c.writebacks 10985 # number of writebacks system.cpu7.num_copies 0 # number of copy accesses completed -system.cpu7.num_reads 99393 # number of read accesses completed -system.cpu7.num_writes 53943 # number of write accesses completed -system.l2c.ReadExReq_accesses 74841 # number of ReadExReq accesses(hits+misses) -system.l2c.ReadExReq_avg_miss_latency 20077.258829 # average ReadExReq miss latency -system.l2c.ReadExReq_avg_mshr_miss_latency 10005.440708 # average ReadExReq mshr miss latency -system.l2c.ReadExReq_miss_latency 1502602128 # number of ReadExReq miss cycles +system.cpu7.num_reads 99331 # number of read accesses completed +system.cpu7.num_writes 53962 # number of write accesses completed +system.l2c.ReadExReq_accesses 74680 # number of ReadExReq accesses(hits+misses) +system.l2c.ReadExReq_avg_miss_latency 20085.692461 # average ReadExReq miss latency +system.l2c.ReadExReq_avg_mshr_miss_latency 10006.831093 # average ReadExReq mshr miss latency +system.l2c.ReadExReq_miss_latency 1499999513 # number of ReadExReq miss cycles system.l2c.ReadExReq_miss_rate 1 # miss rate for ReadExReq accesses -system.l2c.ReadExReq_misses 74841 # number of ReadExReq misses -system.l2c.ReadExReq_mshr_hits 333 # number of ReadExReq MSHR hits -system.l2c.ReadExReq_mshr_miss_latency 748817188 # number of ReadExReq MSHR miss cycles +system.l2c.ReadExReq_misses 74680 # number of ReadExReq misses +system.l2c.ReadExReq_mshr_hits 354 # number of ReadExReq MSHR hits +system.l2c.ReadExReq_mshr_miss_latency 747310146 # number of ReadExReq MSHR miss cycles system.l2c.ReadExReq_mshr_miss_rate 1 # mshr miss rate for ReadExReq accesses -system.l2c.ReadExReq_mshr_misses 74841 # number of ReadExReq MSHR misses -system.l2c.ReadReq_accesses 137840 # number of ReadReq accesses(hits+misses) -system.l2c.ReadReq_avg_miss_latency 20218.016376 # average ReadReq miss latency -system.l2c.ReadReq_avg_mshr_miss_latency 10005.490618 # average ReadReq mshr miss latency +system.l2c.ReadExReq_mshr_misses 74680 # number of ReadExReq MSHR misses +system.l2c.ReadReq_accesses 138650 # number of ReadReq accesses(hits+misses) +system.l2c.ReadReq_avg_miss_latency 20215.443305 # average ReadReq miss latency +system.l2c.ReadReq_avg_mshr_miss_latency 10007.689712 # average ReadReq mshr miss latency system.l2c.ReadReq_avg_mshr_uncacheable_latency inf # average ReadReq mshr uncacheable latency -system.l2c.ReadReq_hits 90514 # number of ReadReq hits -system.l2c.ReadReq_miss_latency 956837843 # number of ReadReq miss cycles -system.l2c.ReadReq_miss_rate 0.343340 # miss rate for ReadReq accesses -system.l2c.ReadReq_misses 47326 # number of ReadReq misses -system.l2c.ReadReq_mshr_hits 619 # number of ReadReq MSHR hits -system.l2c.ReadReq_mshr_miss_latency 473519849 # number of ReadReq MSHR miss cycles -system.l2c.ReadReq_mshr_miss_rate 0.343340 # mshr miss rate for ReadReq accesses -system.l2c.ReadReq_mshr_misses 47326 # number of ReadReq MSHR misses -system.l2c.ReadReq_mshr_uncacheable_latency 791100325 # number of ReadReq MSHR uncacheable cycles -system.l2c.UpgradeReq_accesses 18299 # number of UpgradeReq accesses(hits+misses) -system.l2c.UpgradeReq_avg_miss_latency 11082.248210 # average UpgradeReq miss latency -system.l2c.UpgradeReq_avg_mshr_miss_latency 10005.327832 # average UpgradeReq mshr miss latency -system.l2c.UpgradeReq_miss_latency 202794060 # number of UpgradeReq miss cycles +system.l2c.ReadReq_hits 91062 # number of ReadReq hits +system.l2c.ReadReq_miss_latency 962012516 # number of ReadReq miss cycles +system.l2c.ReadReq_miss_rate 0.343224 # miss rate for ReadReq accesses +system.l2c.ReadReq_misses 47588 # number of ReadReq misses +system.l2c.ReadReq_mshr_hits 611 # number of ReadReq MSHR hits +system.l2c.ReadReq_mshr_miss_latency 476245938 # number of ReadReq MSHR miss cycles +system.l2c.ReadReq_mshr_miss_rate 0.343224 # mshr miss rate for ReadReq accesses +system.l2c.ReadReq_mshr_misses 47588 # number of ReadReq MSHR misses +system.l2c.ReadReq_mshr_uncacheable_latency 793404880 # number of ReadReq MSHR uncacheable cycles +system.l2c.UpgradeReq_accesses 18486 # number of UpgradeReq accesses(hits+misses) +system.l2c.UpgradeReq_avg_miss_latency 11037.307260 # average UpgradeReq miss latency +system.l2c.UpgradeReq_avg_mshr_miss_latency 10007.005085 # average UpgradeReq mshr miss latency +system.l2c.UpgradeReq_miss_latency 204035662 # number of UpgradeReq miss cycles system.l2c.UpgradeReq_miss_rate 1 # miss rate for UpgradeReq accesses -system.l2c.UpgradeReq_misses 18299 # number of UpgradeReq misses +system.l2c.UpgradeReq_misses 18486 # number of UpgradeReq misses system.l2c.UpgradeReq_mshr_hits 30 # number of UpgradeReq MSHR hits -system.l2c.UpgradeReq_mshr_miss_latency 183087494 # number of UpgradeReq MSHR miss cycles +system.l2c.UpgradeReq_mshr_miss_latency 184989496 # number of UpgradeReq MSHR miss cycles system.l2c.UpgradeReq_mshr_miss_rate 1 # mshr miss rate for UpgradeReq accesses -system.l2c.UpgradeReq_mshr_misses 18299 # number of UpgradeReq MSHR misses +system.l2c.UpgradeReq_mshr_misses 18486 # number of UpgradeReq MSHR misses system.l2c.WriteReq_avg_mshr_uncacheable_latency inf # average WriteReq mshr uncacheable latency -system.l2c.WriteReq_mshr_uncacheable_latency 429380546 # number of WriteReq MSHR uncacheable cycles -system.l2c.Writeback_accesses 86810 # number of Writeback accesses(hits+misses) -system.l2c.Writeback_hits 86810 # number of Writeback hits -system.l2c.avg_blocked_cycles_no_mshrs 2919.500000 # average number of cycles each access was blocked +system.l2c.WriteReq_mshr_uncacheable_latency 430707040 # number of WriteReq MSHR uncacheable cycles +system.l2c.Writeback_accesses 86799 # number of Writeback accesses(hits+misses) +system.l2c.Writeback_hits 86799 # number of Writeback hits +system.l2c.avg_blocked_cycles_no_mshrs 2909.833333 # average number of cycles each access was blocked system.l2c.avg_blocked_cycles_no_targets # average number of cycles each access was blocked -system.l2c.avg_refs 2.008302 # Average number of references to valid blocks. +system.l2c.avg_refs 1.988478 # Average number of references to valid blocks. system.l2c.blocked_no_mshrs 6 # number of cycles access was blocked system.l2c.blocked_no_targets 0 # number of cycles access was blocked -system.l2c.blocked_cycles_no_mshrs 17517 # number of cycles access was blocked +system.l2c.blocked_cycles_no_mshrs 17459 # number of cycles access was blocked system.l2c.blocked_cycles_no_targets 0 # number of cycles access was blocked system.l2c.cache_copies 0 # number of cache copies performed -system.l2c.demand_accesses 212681 # number of demand (read+write) accesses -system.l2c.demand_avg_miss_latency 20131.786579 # average overall miss latency -system.l2c.demand_avg_mshr_miss_latency 10005.460042 # average overall mshr miss latency -system.l2c.demand_hits 90514 # number of demand (read+write) hits -system.l2c.demand_miss_latency 2459439971 # number of demand (read+write) miss cycles -system.l2c.demand_miss_rate 0.574414 # miss rate for demand accesses -system.l2c.demand_misses 122167 # number of demand (read+write) misses -system.l2c.demand_mshr_hits 952 # number of demand (read+write) MSHR hits -system.l2c.demand_mshr_miss_latency 1222337037 # number of demand (read+write) MSHR miss cycles -system.l2c.demand_mshr_miss_rate 0.574414 # mshr miss rate for demand accesses -system.l2c.demand_mshr_misses 122167 # number of demand (read+write) MSHR misses +system.l2c.demand_accesses 213330 # number of demand (read+write) accesses +system.l2c.demand_avg_miss_latency 20136.192863 # average overall miss latency +system.l2c.demand_avg_mshr_miss_latency 10007.165276 # average overall mshr miss latency +system.l2c.demand_hits 91062 # number of demand (read+write) hits +system.l2c.demand_miss_latency 2462012029 # number of demand (read+write) miss cycles +system.l2c.demand_miss_rate 0.573140 # miss rate for demand accesses +system.l2c.demand_misses 122268 # number of demand (read+write) misses +system.l2c.demand_mshr_hits 965 # number of demand (read+write) MSHR hits +system.l2c.demand_mshr_miss_latency 1223556084 # number of demand (read+write) MSHR miss cycles +system.l2c.demand_mshr_miss_rate 0.573140 # mshr miss rate for demand accesses +system.l2c.demand_mshr_misses 122268 # number of demand (read+write) MSHR misses system.l2c.fast_writes 0 # number of fast writes performed system.l2c.mshr_cap_events 0 # number of times MSHR cap was activated system.l2c.no_allocate_misses 0 # Number of misses that were no-allocate -system.l2c.overall_accesses 212681 # number of overall (read+write) accesses -system.l2c.overall_avg_miss_latency 20131.786579 # average overall miss latency -system.l2c.overall_avg_mshr_miss_latency 10005.460042 # average overall mshr miss latency +system.l2c.overall_accesses 213330 # number of overall (read+write) accesses +system.l2c.overall_avg_miss_latency 20136.192863 # average overall miss latency +system.l2c.overall_avg_mshr_miss_latency 10007.165276 # average overall mshr miss latency system.l2c.overall_avg_mshr_uncacheable_latency inf # average overall mshr uncacheable latency -system.l2c.overall_hits 90514 # number of overall hits -system.l2c.overall_miss_latency 2459439971 # number of overall miss cycles -system.l2c.overall_miss_rate 0.574414 # miss rate for overall accesses -system.l2c.overall_misses 122167 # number of overall misses -system.l2c.overall_mshr_hits 952 # number of overall MSHR hits -system.l2c.overall_mshr_miss_latency 1222337037 # number of overall MSHR miss cycles -system.l2c.overall_mshr_miss_rate 0.574414 # mshr miss rate for overall accesses -system.l2c.overall_mshr_misses 122167 # number of overall MSHR misses -system.l2c.overall_mshr_uncacheable_latency 1220480871 # number of overall MSHR uncacheable cycles +system.l2c.overall_hits 91062 # number of overall hits +system.l2c.overall_miss_latency 2462012029 # number of overall miss cycles +system.l2c.overall_miss_rate 0.573140 # miss rate for overall accesses +system.l2c.overall_misses 122268 # number of overall misses +system.l2c.overall_mshr_hits 965 # number of overall MSHR hits +system.l2c.overall_mshr_miss_latency 1223556084 # number of overall MSHR miss cycles +system.l2c.overall_mshr_miss_rate 0.573140 # mshr miss rate for overall accesses +system.l2c.overall_mshr_misses 122268 # number of overall MSHR misses +system.l2c.overall_mshr_uncacheable_latency 1224111920 # number of overall MSHR uncacheable cycles system.l2c.overall_mshr_uncacheable_misses 0 # number of overall MSHR uncacheable misses system.l2c.prefetcher.num_hwpf_already_in_cache 0 # number of hwpf that were already in the cache system.l2c.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr @@ -720,12 +720,12 @@ system.l2c.prefetcher.num_hwpf_issued 0 # nu system.l2c.prefetcher.num_hwpf_removed_MSHR_hit 0 # number of hwpf removed because MSHR allocated system.l2c.prefetcher.num_hwpf_span_page 0 # number of hwpf spanning a virtual page system.l2c.prefetcher.num_hwpf_squashed_from_miss 0 # number of hwpf that got squashed due to a miss aborting calculation time -system.l2c.replacements 73609 # number of replacements -system.l2c.sampled_refs 74198 # Sample count of references to valid blocks. +system.l2c.replacements 74376 # number of replacements +system.l2c.sampled_refs 74986 # Sample count of references to valid blocks. system.l2c.soft_prefetch_mshr_full 0 # number of mshr full events for SW prefetching instrutions -system.l2c.tagsinuse 631.450089 # Cycle average of tags in use -system.l2c.total_refs 149012 # Total number of references to valid blocks. +system.l2c.tagsinuse 633.319008 # Cycle average of tags in use +system.l2c.total_refs 149108 # Total number of references to valid blocks. system.l2c.warmup_cycle 0 # Cycle when the warmup percentage was hit. -system.l2c.writebacks 47009 # number of writebacks +system.l2c.writebacks 47583 # number of writebacks ---------- End Simulation Statistics ---------- diff --git a/tests/quick/50.memtest/ref/alpha/linux/memtest/stderr b/tests/quick/50.memtest/ref/alpha/linux/memtest/stderr index 6e067280a..f89b5d5ce 100644 --- a/tests/quick/50.memtest/ref/alpha/linux/memtest/stderr +++ b/tests/quick/50.memtest/ref/alpha/linux/memtest/stderr @@ -1,74 +1,74 @@ warn: Entering event queue @ 0. Starting simulation... -system.cpu2: completed 10000 read accesses @10737200 -system.cpu5: completed 10000 read accesses @10933125 -system.cpu6: completed 10000 read accesses @10968295 -system.cpu4: completed 10000 read accesses @11004110 -system.cpu0: completed 10000 read accesses @11034624 -system.cpu1: completed 10000 read accesses @11079796 -system.cpu7: completed 10000 read accesses @11098893 -system.cpu3: completed 10000 read accesses @11305149 -system.cpu5: completed 20000 read accesses @22247478 -system.cpu0: completed 20000 read accesses @22286441 -system.cpu2: completed 20000 read accesses @22412370 -system.cpu6: completed 20000 read accesses @22412546 -system.cpu7: completed 20000 read accesses @22443360 -system.cpu4: completed 20000 read accesses @22571774 -system.cpu3: completed 20000 read accesses @22684521 -system.cpu1: completed 20000 read accesses @22854803 -system.cpu6: completed 30000 read accesses @33383823 -system.cpu5: completed 30000 read accesses @33433409 -system.cpu2: completed 30000 read accesses @33567039 -system.cpu0: completed 30000 read accesses @33772397 -system.cpu7: completed 30000 read accesses @33863963 -system.cpu4: completed 30000 read accesses @34085859 -system.cpu1: completed 30000 read accesses @34145159 -system.cpu3: completed 30000 read accesses @34287598 -system.cpu5: completed 40000 read accesses @44537930 -system.cpu6: completed 40000 read accesses @44682656 -system.cpu2: completed 40000 read accesses @45063291 -system.cpu7: completed 40000 read accesses @45207960 -system.cpu4: completed 40000 read accesses @45307242 -system.cpu0: completed 40000 read accesses @45322044 -system.cpu1: completed 40000 read accesses @45703462 -system.cpu3: completed 40000 read accesses @45764765 -system.cpu5: completed 50000 read accesses @55736175 -system.cpu6: completed 50000 read accesses @55796558 -system.cpu2: completed 50000 read accesses @56140676 -system.cpu7: completed 50000 read accesses @56614131 -system.cpu1: completed 50000 read accesses @56649016 -system.cpu0: completed 50000 read accesses @56658259 -system.cpu4: completed 50000 read accesses @56697374 -system.cpu3: completed 50000 read accesses @56853901 -system.cpu5: completed 60000 read accesses @66922971 -system.cpu6: completed 60000 read accesses @67166318 -system.cpu2: completed 60000 read accesses @67391190 -system.cpu4: completed 60000 read accesses @67879872 -system.cpu1: completed 60000 read accesses @67932570 -system.cpu7: completed 60000 read accesses @68061664 -system.cpu0: completed 60000 read accesses @68084935 -system.cpu3: completed 60000 read accesses @68091555 -system.cpu6: completed 70000 read accesses @78400269 -system.cpu5: completed 70000 read accesses @78438516 -system.cpu2: completed 70000 read accesses @78758205 -system.cpu3: completed 70000 read accesses @79263647 -system.cpu4: completed 70000 read accesses @79315746 -system.cpu7: completed 70000 read accesses @79346909 -system.cpu0: completed 70000 read accesses @79354333 -system.cpu1: completed 70000 read accesses @79387143 -system.cpu5: completed 80000 read accesses @89714934 -system.cpu6: completed 80000 read accesses @89763887 -system.cpu2: completed 80000 read accesses @90325410 -system.cpu7: completed 80000 read accesses @90552338 -system.cpu4: completed 80000 read accesses @90699585 -system.cpu1: completed 80000 read accesses @90703570 -system.cpu3: completed 80000 read accesses @90734586 -system.cpu0: completed 80000 read accesses @90833170 -system.cpu5: completed 90000 read accesses @100989582 -system.cpu6: completed 90000 read accesses @101209540 -system.cpu7: completed 90000 read accesses @101654330 -system.cpu2: completed 90000 read accesses @101680284 -system.cpu1: completed 90000 read accesses @101964609 -system.cpu3: completed 90000 read accesses @101974763 -system.cpu0: completed 90000 read accesses @102286151 -system.cpu4: completed 90000 read accesses @102328481 -system.cpu5: completed 100000 read accesses @112555067 +system.cpu2: completed 10000 read accesses @10889862 +system.cpu6: completed 10000 read accesses @10965571 +system.cpu0: completed 10000 read accesses @10999807 +system.cpu1: completed 10000 read accesses @11061066 +system.cpu3: completed 10000 read accesses @11070068 +system.cpu5: completed 10000 read accesses @11143240 +system.cpu7: completed 10000 read accesses @11205415 +system.cpu4: completed 10000 read accesses @11436114 +system.cpu5: completed 20000 read accesses @22318031 +system.cpu2: completed 20000 read accesses @22337080 +system.cpu0: completed 20000 read accesses @22381736 +system.cpu6: completed 20000 read accesses @22509672 +system.cpu1: completed 20000 read accesses @22762640 +system.cpu7: completed 20000 read accesses @22874302 +system.cpu3: completed 20000 read accesses @22934916 +system.cpu4: completed 20000 read accesses @22955693 +system.cpu2: completed 30000 read accesses @33671766 +system.cpu5: completed 30000 read accesses @33722420 +system.cpu0: completed 30000 read accesses @33817843 +system.cpu1: completed 30000 read accesses @34138032 +system.cpu3: completed 30000 read accesses @34173736 +system.cpu6: completed 30000 read accesses @34210820 +system.cpu7: completed 30000 read accesses @34282426 +system.cpu4: completed 30000 read accesses @34509982 +system.cpu2: completed 40000 read accesses @45029426 +system.cpu5: completed 40000 read accesses @45134036 +system.cpu0: completed 40000 read accesses @45316016 +system.cpu3: completed 40000 read accesses @45518533 +system.cpu6: completed 40000 read accesses @45639311 +system.cpu1: completed 40000 read accesses @45681507 +system.cpu7: completed 40000 read accesses @45794833 +system.cpu4: completed 40000 read accesses @46027115 +system.cpu2: completed 50000 read accesses @56302892 +system.cpu5: completed 50000 read accesses @56333031 +system.cpu3: completed 50000 read accesses @56769550 +system.cpu0: completed 50000 read accesses @56860279 +system.cpu1: completed 50000 read accesses @56989965 +system.cpu7: completed 50000 read accesses @57056302 +system.cpu6: completed 50000 read accesses @57079409 +system.cpu4: completed 50000 read accesses @57116196 +system.cpu2: completed 60000 read accesses @67583365 +system.cpu5: completed 60000 read accesses @67785565 +system.cpu3: completed 60000 read accesses @68057386 +system.cpu0: completed 60000 read accesses @68158806 +system.cpu4: completed 60000 read accesses @68296537 +system.cpu6: completed 60000 read accesses @68386914 +system.cpu7: completed 60000 read accesses @68429516 +system.cpu1: completed 60000 read accesses @68460666 +system.cpu2: completed 70000 read accesses @79111322 +system.cpu5: completed 70000 read accesses @79209430 +system.cpu4: completed 70000 read accesses @79635720 +system.cpu0: completed 70000 read accesses @79745526 +system.cpu3: completed 70000 read accesses @79788385 +system.cpu1: completed 70000 read accesses @79799686 +system.cpu7: completed 70000 read accesses @79866566 +system.cpu6: completed 70000 read accesses @79989630 +system.cpu5: completed 80000 read accesses @90523593 +system.cpu2: completed 80000 read accesses @90753657 +system.cpu4: completed 80000 read accesses @91052610 +system.cpu6: completed 80000 read accesses @91127936 +system.cpu0: completed 80000 read accesses @91167181 +system.cpu1: completed 80000 read accesses @91235432 +system.cpu3: completed 80000 read accesses @91277914 +system.cpu7: completed 80000 read accesses @91382669 +system.cpu2: completed 90000 read accesses @101882254 +system.cpu5: completed 90000 read accesses @101888287 +system.cpu1: completed 90000 read accesses @102242250 +system.cpu4: completed 90000 read accesses @102331682 +system.cpu6: completed 90000 read accesses @102446126 +system.cpu3: completed 90000 read accesses @102480895 +system.cpu0: completed 90000 read accesses @102517256 +system.cpu7: completed 90000 read accesses @102831150 +system.cpu5: completed 100000 read accesses @113467820 diff --git a/tests/quick/50.memtest/ref/alpha/linux/memtest/stdout b/tests/quick/50.memtest/ref/alpha/linux/memtest/stdout index 9edc3918b..3df001a17 100644 --- a/tests/quick/50.memtest/ref/alpha/linux/memtest/stdout +++ b/tests/quick/50.memtest/ref/alpha/linux/memtest/stdout @@ -1,13 +1,13 @@ M5 Simulator System -Copyright (c) 2001-2006 +Copyright (c) 2001-2008 The Regents of The University of Michigan All Rights Reserved -M5 compiled Feb 13 2008 00:33:15 -M5 started Wed Feb 13 00:34:33 2008 -M5 executing on zizzer +M5 compiled Feb 24 2008 12:58:20 +M5 started Sun Feb 24 13:01:36 2008 +M5 executing on tater command line: build/ALPHA_SE/m5.fast -d build/ALPHA_SE/tests/fast/quick/50.memtest/alpha/linux/memtest tests/run.py quick/50.memtest/alpha/linux/memtest Global frequency set at 1000000000000 ticks per second -Exiting @ tick 112555067 because maximum number of loads reached +Exiting @ tick 113467820 because maximum number of loads reached -- cgit v1.2.3