summaryrefslogtreecommitdiff
path: root/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2007-05-15 19:25:35 -0400
committerAli Saidi <saidi@eecs.umich.edu>2007-05-15 19:25:35 -0400
commitb85690e239616b703881b7734b0559f61f9eb75e (patch)
treef144325bc982177a8ff0d87ba87cc9e840bfb301 /tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual
parentc30e615689148c6e5ecd06e86069cba716dec5e0 (diff)
downloadgem5-b85690e239616b703881b7734b0559f61f9eb75e.tar.xz
update all the regresstion tests for release
--HG-- extra : convert_revision : 47e420b5b27e196a6e7a6424540923623bb3c4d2
Diffstat (limited to 'tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual')
-rw-r--r--tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/config.ini363
-rw-r--r--tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/config.out334
-rw-r--r--tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/m5stats.txt868
-rw-r--r--tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/stderr10
-rw-r--r--tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/stdout13
5 files changed, 1261 insertions, 327 deletions
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 8e1ba179d..7bcdbdb71 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
@@ -5,14 +5,14 @@ dummy=0
[system]
type=LinuxAlphaSystem
-children=bridge cpu0 cpu1 disk0 disk2 intrctrl iobus membus physmem sim_console simple_disk tsunami
-boot_cpu_frequency=1
+children=bridge cpu0 cpu1 disk0 disk2 intrctrl iobus l2c membus physmem sim_console simple_disk toL2Bus tsunami
+boot_cpu_frequency=500
boot_osflags=root=/dev/hda1 console=ttyS0
-console=/Users/ali/work/system/binaries/console
+console=/dist/m5/system/binaries/console
init_param=0
-kernel=/Users/ali/work/system/binaries/vmlinux
+kernel=/dist/m5/system/binaries/vmlinux
mem_mode=timing
-pal=/Users/ali/work/system/binaries/ts_osfpal
+pal=/dist/m5/system/binaries/ts_osfpal
physmem=system.physmem
readfile=tests/halt.sh
symbolfile=
@@ -21,10 +21,10 @@ system_type=34
[system.bridge]
type=Bridge
-delay=0
+delay=50000
fix_partial_write_a=false
fix_partial_write_b=true
-nack_delay=0
+nack_delay=4000
req_size_a=16
req_size_b=16
resp_size_a=16
@@ -35,8 +35,8 @@ side_b=system.membus.port[0]
[system.cpu0]
type=TimingSimpleCPU
-children=dtb itb
-clock=1
+children=dcache dtb icache itb
+clock=500
cpu_id=0
defer_registration=false
do_checkpoint_insts=true
@@ -54,21 +54,109 @@ phase=0
profile=0
progress_interval=0
system=system
-dcache_port=system.membus.port[3]
-icache_port=system.membus.port[2]
+dcache_port=system.cpu0.dcache.cpu_side
+icache_port=system.cpu0.icache.cpu_side
+
+[system.cpu0.dcache]
+type=BaseCache
+children=protocol
+adaptive_compression=false
+assoc=4
+block_size=64
+compressed_bus=false
+compression_latency=0
+hash_delay=1
+latency=1000
+lifo=false
+max_miss_count=0
+mshrs=4
+prefetch_access=false
+prefetch_cache_check_push=true
+prefetch_data_accesses_only=false
+prefetch_degree=1
+prefetch_latency=10
+prefetch_miss=false
+prefetch_past_page=false
+prefetch_policy=none
+prefetch_serial_squash=false
+prefetch_use_cpu_id=true
+prefetcher_size=100
+prioritizeRequests=false
+protocol=system.cpu0.dcache.protocol
+repl=Null
+size=32768
+split=false
+split_size=0
+store_compressed=false
+subblock_size=0
+tgts_per_mshr=8
+trace_addr=0
+two_queue=false
+write_buffers=8
+cpu_side=system.cpu0.dcache_port
+mem_side=system.toL2Bus.port[2]
+
+[system.cpu0.dcache.protocol]
+type=CoherenceProtocol
+do_upgrades=true
+protocol=moesi
[system.cpu0.dtb]
type=AlphaDTB
size=64
+[system.cpu0.icache]
+type=BaseCache
+children=protocol
+adaptive_compression=false
+assoc=1
+block_size=64
+compressed_bus=false
+compression_latency=0
+hash_delay=1
+latency=1000
+lifo=false
+max_miss_count=0
+mshrs=4
+prefetch_access=false
+prefetch_cache_check_push=true
+prefetch_data_accesses_only=false
+prefetch_degree=1
+prefetch_latency=10
+prefetch_miss=false
+prefetch_past_page=false
+prefetch_policy=none
+prefetch_serial_squash=false
+prefetch_use_cpu_id=true
+prefetcher_size=100
+prioritizeRequests=false
+protocol=system.cpu0.icache.protocol
+repl=Null
+size=32768
+split=false
+split_size=0
+store_compressed=false
+subblock_size=0
+tgts_per_mshr=8
+trace_addr=0
+two_queue=false
+write_buffers=8
+cpu_side=system.cpu0.icache_port
+mem_side=system.toL2Bus.port[1]
+
+[system.cpu0.icache.protocol]
+type=CoherenceProtocol
+do_upgrades=true
+protocol=moesi
+
[system.cpu0.itb]
type=AlphaITB
size=48
[system.cpu1]
type=TimingSimpleCPU
-children=dtb itb
-clock=1
+children=dcache dtb icache itb
+clock=500
cpu_id=1
defer_registration=false
do_checkpoint_insts=true
@@ -86,13 +174,101 @@ phase=0
profile=0
progress_interval=0
system=system
-dcache_port=system.membus.port[5]
-icache_port=system.membus.port[4]
+dcache_port=system.cpu1.dcache.cpu_side
+icache_port=system.cpu1.icache.cpu_side
+
+[system.cpu1.dcache]
+type=BaseCache
+children=protocol
+adaptive_compression=false
+assoc=4
+block_size=64
+compressed_bus=false
+compression_latency=0
+hash_delay=1
+latency=1000
+lifo=false
+max_miss_count=0
+mshrs=4
+prefetch_access=false
+prefetch_cache_check_push=true
+prefetch_data_accesses_only=false
+prefetch_degree=1
+prefetch_latency=10
+prefetch_miss=false
+prefetch_past_page=false
+prefetch_policy=none
+prefetch_serial_squash=false
+prefetch_use_cpu_id=true
+prefetcher_size=100
+prioritizeRequests=false
+protocol=system.cpu1.dcache.protocol
+repl=Null
+size=32768
+split=false
+split_size=0
+store_compressed=false
+subblock_size=0
+tgts_per_mshr=8
+trace_addr=0
+two_queue=false
+write_buffers=8
+cpu_side=system.cpu1.dcache_port
+mem_side=system.toL2Bus.port[4]
+
+[system.cpu1.dcache.protocol]
+type=CoherenceProtocol
+do_upgrades=true
+protocol=moesi
[system.cpu1.dtb]
type=AlphaDTB
size=64
+[system.cpu1.icache]
+type=BaseCache
+children=protocol
+adaptive_compression=false
+assoc=1
+block_size=64
+compressed_bus=false
+compression_latency=0
+hash_delay=1
+latency=1000
+lifo=false
+max_miss_count=0
+mshrs=4
+prefetch_access=false
+prefetch_cache_check_push=true
+prefetch_data_accesses_only=false
+prefetch_degree=1
+prefetch_latency=10
+prefetch_miss=false
+prefetch_past_page=false
+prefetch_policy=none
+prefetch_serial_squash=false
+prefetch_use_cpu_id=true
+prefetcher_size=100
+prioritizeRequests=false
+protocol=system.cpu1.icache.protocol
+repl=Null
+size=32768
+split=false
+split_size=0
+store_compressed=false
+subblock_size=0
+tgts_per_mshr=8
+trace_addr=0
+two_queue=false
+write_buffers=8
+cpu_side=system.cpu1.icache_port
+mem_side=system.toL2Bus.port[3]
+
+[system.cpu1.icache.protocol]
+type=CoherenceProtocol
+do_upgrades=true
+protocol=moesi
+
[system.cpu1.itb]
type=AlphaITB
size=48
@@ -100,7 +276,7 @@ size=48
[system.disk0]
type=IdeDisk
children=image
-delay=2000
+delay=1000000
driveID=master
image=system.disk0.image
@@ -113,13 +289,13 @@ table_size=65536
[system.disk0.image.child]
type=RawDiskImage
-image_file=/Users/ali/work/system/disks/linux-latest.img
+image_file=/dist/m5/system/disks/linux-latest.img
read_only=true
[system.disk2]
type=IdeDisk
children=image
-delay=2000
+delay=1000000
driveID=master
image=system.disk2.image
@@ -132,7 +308,7 @@ table_size=65536
[system.disk2.image.child]
type=RawDiskImage
-image_file=/Users/ali/work/system/disks/linux-bigswap2.img
+image_file=/dist/m5/system/disks/linux-bigswap2.img
read_only=true
[system.intrctrl]
@@ -143,27 +319,65 @@ sys=system
type=Bus
block_size=64
bus_id=0
-clock=2
+clock=1000
responder_set=true
width=64
default=system.tsunami.pciconfig.pio
port=system.bridge.side_a system.tsunami.cchip.pio system.tsunami.pchip.pio system.tsunami.fake_sm_chip.pio system.tsunami.fake_uart1.pio system.tsunami.fake_uart2.pio system.tsunami.fake_uart3.pio system.tsunami.fake_uart4.pio system.tsunami.fake_ppc.pio system.tsunami.fake_OROM.pio system.tsunami.fake_pnp_addr.pio system.tsunami.fake_pnp_write.pio system.tsunami.fake_pnp_read0.pio system.tsunami.fake_pnp_read1.pio system.tsunami.fake_pnp_read2.pio system.tsunami.fake_pnp_read3.pio system.tsunami.fake_pnp_read4.pio system.tsunami.fake_pnp_read5.pio system.tsunami.fake_pnp_read6.pio system.tsunami.fake_pnp_read7.pio system.tsunami.fake_ata0.pio system.tsunami.fake_ata1.pio system.tsunami.fb.pio system.tsunami.io.pio system.tsunami.uart.pio system.tsunami.console.pio system.tsunami.ide.pio system.tsunami.ethernet.pio system.tsunami.ethernet.config system.tsunami.ethernet.dma system.tsunami.ide.config system.tsunami.ide.dma
+[system.l2c]
+type=BaseCache
+adaptive_compression=false
+assoc=8
+block_size=64
+compressed_bus=false
+compression_latency=0
+hash_delay=1
+latency=10000
+lifo=false
+max_miss_count=0
+mshrs=92
+prefetch_access=false
+prefetch_cache_check_push=true
+prefetch_data_accesses_only=false
+prefetch_degree=1
+prefetch_latency=10
+prefetch_miss=false
+prefetch_past_page=false
+prefetch_policy=none
+prefetch_serial_squash=false
+prefetch_use_cpu_id=true
+prefetcher_size=100
+prioritizeRequests=false
+protocol=Null
+repl=Null
+size=4194304
+split=false
+split_size=0
+store_compressed=false
+subblock_size=0
+tgts_per_mshr=16
+trace_addr=0
+two_queue=false
+write_buffers=8
+cpu_side=system.toL2Bus.port[0]
+mem_side=system.membus.port[2]
+
[system.membus]
type=Bus
children=responder
block_size=64
bus_id=1
-clock=2
+clock=1000
responder_set=false
width=64
default=system.membus.responder.pio
-port=system.bridge.side_b system.physmem.port system.cpu0.icache_port system.cpu0.dcache_port system.cpu1.icache_port system.cpu1.dcache_port
+port=system.bridge.side_b system.physmem.port system.l2c.mem_side
[system.membus.responder]
type=IsaFake
pio_addr=0
-pio_latency=0
+pio_latency=1
pio_size=8
platform=system.tsunami
ret_bad_addr=true
@@ -200,9 +414,36 @@ system=system
[system.simple_disk.disk]
type=RawDiskImage
-image_file=/Users/ali/work/system/disks/linux-latest.img
+image_file=/dist/m5/system/disks/linux-latest.img
read_only=true
+[system.toL2Bus]
+type=Bus
+children=responder
+block_size=64
+bus_id=0
+clock=1000
+responder_set=false
+width=64
+default=system.toL2Bus.responder.pio
+port=system.l2c.cpu_side system.cpu0.icache.mem_side system.cpu0.dcache.mem_side system.cpu1.icache.mem_side system.cpu1.dcache.mem_side
+
+[system.toL2Bus.responder]
+type=IsaFake
+pio_addr=0
+pio_latency=1
+pio_size=8
+platform=system.tsunami
+ret_bad_addr=true
+ret_data16=65535
+ret_data32=4294967295
+ret_data64=18446744073709551615
+ret_data8=255
+system=system
+update_data=false
+warn_access=
+pio=system.toL2Bus.default
+
[system.tsunami]
type=Tsunami
children=cchip console etherint ethernet fake_OROM fake_ata0 fake_ata1 fake_pnp_addr fake_pnp_read0 fake_pnp_read1 fake_pnp_read2 fake_pnp_read3 fake_pnp_read4 fake_pnp_read5 fake_pnp_read6 fake_pnp_read7 fake_pnp_write fake_ppc fake_sm_chip fake_uart1 fake_uart2 fake_uart3 fake_uart4 fb ide io pchip pciconfig uart
@@ -212,7 +453,7 @@ system=system
[system.tsunami.cchip]
type=TsunamiCChip
pio_addr=8803072344064
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
system=system
tsunami=system.tsunami
@@ -223,7 +464,7 @@ type=AlphaConsole
cpu=system.cpu0
disk=system.simple_disk
pio_addr=8804682956800
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
sim_console=system.sim_console
system=system
@@ -238,7 +479,7 @@ peer=Null
type=NSGigE
children=configdata
clock=0
-config_latency=40
+config_latency=20000
configdata=system.tsunami.ethernet.configdata
dma_data_free=false
dma_desc_free=false
@@ -248,21 +489,21 @@ dma_read_factor=0
dma_write_delay=0
dma_write_factor=0
hardware_address=00:90:00:00:00:01
-intr_delay=20000
-max_backoff_delay=20000
-min_backoff_delay=8
+intr_delay=10000000
+max_backoff_delay=10000000
+min_backoff_delay=4000
pci_bus=0
pci_dev=1
pci_func=0
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
rss=false
-rx_delay=2000
+rx_delay=1000000
rx_fifo_size=524288
rx_filter=true
rx_thread=false
system=system
-tx_delay=2000
+tx_delay=1000000
tx_fifo_size=524288
tx_thread=false
config=system.iobus.port[28]
@@ -307,7 +548,7 @@ VendorID=4107
[system.tsunami.fake_OROM]
type=IsaFake
pio_addr=8796093677568
-pio_latency=2
+pio_latency=1000
pio_size=393216
platform=system.tsunami
ret_bad_addr=false
@@ -323,7 +564,7 @@ pio=system.iobus.port[9]
[system.tsunami.fake_ata0]
type=IsaFake
pio_addr=8804615848432
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -339,7 +580,7 @@ pio=system.iobus.port[20]
[system.tsunami.fake_ata1]
type=IsaFake
pio_addr=8804615848304
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -355,7 +596,7 @@ pio=system.iobus.port[21]
[system.tsunami.fake_pnp_addr]
type=IsaFake
pio_addr=8804615848569
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -371,7 +612,7 @@ pio=system.iobus.port[10]
[system.tsunami.fake_pnp_read0]
type=IsaFake
pio_addr=8804615848451
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -387,7 +628,7 @@ pio=system.iobus.port[12]
[system.tsunami.fake_pnp_read1]
type=IsaFake
pio_addr=8804615848515
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -403,7 +644,7 @@ pio=system.iobus.port[13]
[system.tsunami.fake_pnp_read2]
type=IsaFake
pio_addr=8804615848579
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -419,7 +660,7 @@ pio=system.iobus.port[14]
[system.tsunami.fake_pnp_read3]
type=IsaFake
pio_addr=8804615848643
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -435,7 +676,7 @@ pio=system.iobus.port[15]
[system.tsunami.fake_pnp_read4]
type=IsaFake
pio_addr=8804615848707
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -451,7 +692,7 @@ pio=system.iobus.port[16]
[system.tsunami.fake_pnp_read5]
type=IsaFake
pio_addr=8804615848771
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -467,7 +708,7 @@ pio=system.iobus.port[17]
[system.tsunami.fake_pnp_read6]
type=IsaFake
pio_addr=8804615848835
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -483,7 +724,7 @@ pio=system.iobus.port[18]
[system.tsunami.fake_pnp_read7]
type=IsaFake
pio_addr=8804615848899
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -499,7 +740,7 @@ pio=system.iobus.port[19]
[system.tsunami.fake_pnp_write]
type=IsaFake
pio_addr=8804615850617
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -515,7 +756,7 @@ pio=system.iobus.port[11]
[system.tsunami.fake_ppc]
type=IsaFake
pio_addr=8804615848891
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -531,7 +772,7 @@ pio=system.iobus.port[8]
[system.tsunami.fake_sm_chip]
type=IsaFake
pio_addr=8804615848816
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -547,7 +788,7 @@ pio=system.iobus.port[3]
[system.tsunami.fake_uart1]
type=IsaFake
pio_addr=8804615848696
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -563,7 +804,7 @@ pio=system.iobus.port[4]
[system.tsunami.fake_uart2]
type=IsaFake
pio_addr=8804615848936
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -579,7 +820,7 @@ pio=system.iobus.port[5]
[system.tsunami.fake_uart3]
type=IsaFake
pio_addr=8804615848680
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -595,7 +836,7 @@ pio=system.iobus.port[6]
[system.tsunami.fake_uart4]
type=IsaFake
pio_addr=8804615848944
-pio_latency=2
+pio_latency=1000
pio_size=8
platform=system.tsunami
ret_bad_addr=false
@@ -612,7 +853,7 @@ pio=system.iobus.port[7]
type=BadDevice
devicename=FrameBuffer
pio_addr=8804615848912
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
system=system
pio=system.iobus.port[22]
@@ -620,15 +861,15 @@ pio=system.iobus.port[22]
[system.tsunami.ide]
type=IdeController
children=configdata
-config_latency=40
+config_latency=20000
configdata=system.tsunami.ide.configdata
disks=system.disk0 system.disk2
-max_backoff_delay=20000
-min_backoff_delay=8
+max_backoff_delay=10000000
+min_backoff_delay=4000
pci_bus=0
pci_dev=0
pci_func=0
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
system=system
config=system.iobus.port[30]
@@ -672,9 +913,9 @@ VendorID=32902
[system.tsunami.io]
type=TsunamiIO
-frequency=1953125
+frequency=976562500
pio_addr=8804615847936
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
system=system
time=2009 1 1 0 0 0 3 1
@@ -685,7 +926,7 @@ pio=system.iobus.port[23]
[system.tsunami.pchip]
type=TsunamiPChip
pio_addr=8802535473152
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
system=system
tsunami=system.tsunami
@@ -703,7 +944,7 @@ pio=system.iobus.default
[system.tsunami.uart]
type=Uart8250
pio_addr=8804615848952
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
sim_console=system.sim_console
system=system
diff --git a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/config.out b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/config.out
index 890030c19..68698cf83 100644
--- a/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/config.out
+++ b/tests/quick/10.linux-boot/ref/alpha/linux/tsunami-simple-timing-dual/config.out
@@ -11,12 +11,12 @@ zero=false
[system]
type=LinuxAlphaSystem
-boot_cpu_frequency=1
+boot_cpu_frequency=500
physmem=system.physmem
mem_mode=timing
-kernel=/Users/ali/work/system/binaries/vmlinux
-console=/Users/ali/work/system/binaries/console
-pal=/Users/ali/work/system/binaries/ts_osfpal
+kernel=/dist/m5/system/binaries/vmlinux
+console=/dist/m5/system/binaries/console
+pal=/dist/m5/system/binaries/ts_osfpal
boot_osflags=root=/dev/hda1 console=ttyS0
readfile=tests/halt.sh
symbolfile=
@@ -27,7 +27,7 @@ system_rev=1024
[system.membus]
type=Bus
bus_id=1
-clock=2
+clock=1000
width=64
responder_set=false
block_size=64
@@ -44,7 +44,7 @@ intrctrl=system.intrctrl
[system.membus.responder]
type=IsaFake
pio_addr=0
-pio_latency=0
+pio_latency=1
pio_size=8
ret_bad_addr=true
update_data=false
@@ -56,21 +56,58 @@ ret_data64=18446744073709551615
platform=system.tsunami
system=system
+[system.l2c]
+type=BaseCache
+size=4194304
+assoc=8
+block_size=64
+latency=10000
+mshrs=92
+tgts_per_mshr=16
+write_buffers=8
+prioritizeRequests=false
+protocol=null
+trace_addr=0
+hash_delay=1
+repl=null
+compressed_bus=false
+store_compressed=false
+adaptive_compression=false
+compression_latency=0
+block_size=64
+max_miss_count=0
+addr_range=[0,18446744073709551615]
+split=false
+split_size=0
+lifo=false
+two_queue=false
+prefetch_miss=false
+prefetch_access=false
+prefetcher_size=100
+prefetch_past_page=false
+prefetch_serial_squash=false
+prefetch_latency=10
+prefetch_degree=1
+prefetch_policy=none
+prefetch_cache_check_push=true
+prefetch_use_cpu_id=true
+prefetch_data_accesses_only=false
+
[system.bridge]
type=Bridge
req_size_a=16
req_size_b=16
resp_size_a=16
resp_size_b=16
-delay=0
-nack_delay=0
+delay=50000
+nack_delay=4000
write_ack=false
fix_partial_write_a=false
fix_partial_write_b=true
[system.disk0.image.child]
type=RawDiskImage
-image_file=/Users/ali/work/system/disks/linux-latest.img
+image_file=/dist/m5/system/disks/linux-latest.img
read_only=true
[system.disk0.image]
@@ -84,11 +121,11 @@ read_only=false
type=IdeDisk
image=system.disk0.image
driveID=master
-delay=2000
+delay=1000000
[system.disk2.image.child]
type=RawDiskImage
-image_file=/Users/ali/work/system/disks/linux-bigswap2.img
+image_file=/dist/m5/system/disks/linux-bigswap2.img
read_only=true
[system.disk2.image]
@@ -102,7 +139,7 @@ read_only=false
type=IdeDisk
image=system.disk2.image
driveID=master
-delay=2000
+delay=1000000
[system.cpu0.itb]
type=AlphaITB
@@ -127,7 +164,7 @@ profile=0
do_quiesce=true
do_checkpoint_insts=true
do_statistics_insts=true
-clock=1
+clock=500
phase=0
defer_registration=false
// width not specified
@@ -135,6 +172,90 @@ function_trace=false
function_trace_start=0
// simulate_stalls not specified
+[system.cpu0.icache.protocol]
+type=CoherenceProtocol
+protocol=moesi
+do_upgrades=true
+
+[system.cpu0.icache]
+type=BaseCache
+size=32768
+assoc=1
+block_size=64
+latency=1000
+mshrs=4
+tgts_per_mshr=8
+write_buffers=8
+prioritizeRequests=false
+protocol=system.cpu0.icache.protocol
+trace_addr=0
+hash_delay=1
+repl=null
+compressed_bus=false
+store_compressed=false
+adaptive_compression=false
+compression_latency=0
+block_size=64
+max_miss_count=0
+addr_range=[0,18446744073709551615]
+split=false
+split_size=0
+lifo=false
+two_queue=false
+prefetch_miss=false
+prefetch_access=false
+prefetcher_size=100
+prefetch_past_page=false
+prefetch_serial_squash=false
+prefetch_latency=10
+prefetch_degree=1
+prefetch_policy=none
+prefetch_cache_check_push=true
+prefetch_use_cpu_id=true
+prefetch_data_accesses_only=false
+
+[system.cpu0.dcache.protocol]
+type=CoherenceProtocol
+protocol=moesi
+do_upgrades=true
+
+[system.cpu0.dcache]
+type=BaseCache
+size=32768
+assoc=4
+block_size=64
+latency=1000
+mshrs=4
+tgts_per_mshr=8
+write_buffers=8
+prioritizeRequests=false
+protocol=system.cpu0.dcache.protocol
+trace_addr=0
+hash_delay=1
+repl=null
+compressed_bus=false
+store_compressed=false
+adaptive_compression=false
+compression_latency=0
+block_size=64
+max_miss_count=0
+addr_range=[0,18446744073709551615]
+split=false
+split_size=0
+lifo=false
+two_queue=false
+prefetch_miss=false
+prefetch_access=false
+prefetcher_size=100
+prefetch_past_page=false
+prefetch_serial_squash=false
+prefetch_latency=10
+prefetch_degree=1
+prefetch_policy=none
+prefetch_cache_check_push=true
+prefetch_use_cpu_id=true
+prefetch_data_accesses_only=false
+
[system.cpu1.itb]
type=AlphaITB
size=48
@@ -158,7 +279,7 @@ profile=0
do_quiesce=true
do_checkpoint_insts=true
do_statistics_insts=true
-clock=1
+clock=500
phase=0
defer_registration=false
// width not specified
@@ -166,9 +287,93 @@ function_trace=false
function_trace_start=0
// simulate_stalls not specified
+[system.cpu1.icache.protocol]
+type=CoherenceProtocol
+protocol=moesi
+do_upgrades=true
+
+[system.cpu1.icache]
+type=BaseCache
+size=32768
+assoc=1
+block_size=64
+latency=1000
+mshrs=4
+tgts_per_mshr=8
+write_buffers=8
+prioritizeRequests=false
+protocol=system.cpu1.icache.protocol
+trace_addr=0
+hash_delay=1
+repl=null
+compressed_bus=false
+store_compressed=false
+adaptive_compression=false
+compression_latency=0
+block_size=64
+max_miss_count=0
+addr_range=[0,18446744073709551615]
+split=false
+split_size=0
+lifo=false
+two_queue=false
+prefetch_miss=false
+prefetch_access=false
+prefetcher_size=100
+prefetch_past_page=false
+prefetch_serial_squash=false
+prefetch_latency=10
+prefetch_degree=1
+prefetch_policy=none
+prefetch_cache_check_push=true
+prefetch_use_cpu_id=true
+prefetch_data_accesses_only=false
+
+[system.cpu1.dcache.protocol]
+type=CoherenceProtocol
+protocol=moesi
+do_upgrades=true
+
+[system.cpu1.dcache]
+type=BaseCache
+size=32768
+assoc=4
+block_size=64
+latency=1000
+mshrs=4
+tgts_per_mshr=8
+write_buffers=8
+prioritizeRequests=false
+protocol=system.cpu1.dcache.protocol
+trace_addr=0
+hash_delay=1
+repl=null
+compressed_bus=false
+store_compressed=false
+adaptive_compression=false
+compression_latency=0
+block_size=64
+max_miss_count=0
+addr_range=[0,18446744073709551615]
+split=false
+split_size=0
+lifo=false
+two_queue=false
+prefetch_miss=false
+prefetch_access=false
+prefetcher_size=100
+prefetch_past_page=false
+prefetch_serial_squash=false
+prefetch_latency=10
+prefetch_degree=1
+prefetch_policy=none
+prefetch_cache_check_push=true
+prefetch_use_cpu_id=true
+prefetch_data_accesses_only=false
+
[system.simple_disk.disk]
type=RawDiskImage
-image_file=/Users/ali/work/system/disks/linux-latest.img
+image_file=/dist/m5/system/disks/linux-latest.img
read_only=true
[system.simple_disk]
@@ -179,7 +384,7 @@ disk=system.simple_disk.disk
[system.tsunami.fake_uart1]
type=IsaFake
pio_addr=8804615848696
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -194,7 +399,7 @@ system=system
[system.tsunami.fake_uart2]
type=IsaFake
pio_addr=8804615848936
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -209,7 +414,7 @@ system=system
[system.tsunami.fake_uart3]
type=IsaFake
pio_addr=8804615848680
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -224,7 +429,7 @@ system=system
[system.tsunami.fake_uart4]
type=IsaFake
pio_addr=8804615848944
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -239,7 +444,7 @@ system=system
[system.tsunami.fake_ppc]
type=IsaFake
pio_addr=8804615848891
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -254,7 +459,7 @@ system=system
[system.tsunami.cchip]
type=TsunamiCChip
pio_addr=8803072344064
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
system=system
tsunami=system.tsunami
@@ -262,8 +467,8 @@ tsunami=system.tsunami
[system.tsunami.io]
type=TsunamiIO
pio_addr=8804615847936
-pio_latency=2
-frequency=1953125
+pio_latency=1000
+frequency=976562500
platform=system.tsunami
system=system
time=2009 1 1 0 0 0 3 1
@@ -294,12 +499,12 @@ pio_addr=8804682956800
system=system
cpu=system.cpu0
platform=system.tsunami
-pio_latency=2
+pio_latency=1000
[system.tsunami.fake_ata1]
type=IsaFake
pio_addr=8804615848304
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -314,7 +519,7 @@ system=system
[system.tsunami.fake_ata0]
type=IsaFake
pio_addr=8804615848432
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -329,7 +534,7 @@ system=system
[system.tsunami.pchip]
type=TsunamiPChip
pio_addr=8802535473152
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
system=system
tsunami=system.tsunami
@@ -337,7 +542,7 @@ tsunami=system.tsunami
[system.tsunami.fake_pnp_read3]
type=IsaFake
pio_addr=8804615848643
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -352,7 +557,7 @@ system=system
[system.tsunami.fake_pnp_read2]
type=IsaFake
pio_addr=8804615848579
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -367,7 +572,7 @@ system=system
[system.tsunami.fake_pnp_read1]
type=IsaFake
pio_addr=8804615848515
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -382,7 +587,7 @@ system=system
[system.tsunami.fake_pnp_read0]
type=IsaFake
pio_addr=8804615848451
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -397,7 +602,7 @@ system=system
[system.tsunami.fake_pnp_read7]
type=IsaFake
pio_addr=8804615848899
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -412,7 +617,7 @@ system=system
[system.tsunami.fake_pnp_read6]
type=IsaFake
pio_addr=8804615848835
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -427,7 +632,7 @@ system=system
[system.tsunami.fake_pnp_read5]
type=IsaFake
pio_addr=8804615848771
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -442,7 +647,7 @@ system=system
[system.tsunami.fake_pnp_read4]
type=IsaFake
pio_addr=8804615848707
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -457,7 +662,7 @@ system=system
[system.tsunami.fake_pnp_write]
type=IsaFake
pio_addr=8804615850617
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -475,7 +680,7 @@ devicename=FrameBuffer
pio_addr=8804615848912
system=system
platform=system.tsunami
-pio_latency=2
+pio_latency=1000
[system.tsunami.ethernet.configdata]
type=PciConfigData
@@ -516,14 +721,14 @@ BAR5Size=0
type=NSGigE
system=system
platform=system.tsunami
-min_backoff_delay=8
-max_backoff_delay=20000
+min_backoff_delay=4000
+max_backoff_delay=10000000
configdata=system.tsunami.ethernet.configdata
pci_bus=0
pci_dev=1
pci_func=0
-pio_latency=2
-config_latency=40
+pio_latency=1000
+config_latency=20000
clock=0
dma_desc_free=false
dma_data_free=false
@@ -532,9 +737,9 @@ dma_write_delay=0
dma_read_factor=0
dma_write_factor=0
dma_no_allocate=true
-intr_delay=20000
-rx_delay=2000
-tx_delay=2000
+intr_delay=10000000
+rx_delay=1000000
+tx_delay=1000000
rx_fifo_size=524288
tx_fifo_size=524288
rx_filter=true
@@ -551,7 +756,7 @@ device=system.tsunami.ethernet
[system.tsunami.fake_OROM]
type=IsaFake
pio_addr=8796093677568
-pio_latency=2
+pio_latency=1000
pio_size=393216
ret_bad_addr=false
update_data=false
@@ -566,7 +771,7 @@ system=system
[system.tsunami.uart]
type=Uart8250
pio_addr=8804615848952
-pio_latency=2
+pio_latency=1000
platform=system.tsunami
sim_console=system.sim_console
system=system
@@ -574,7 +779,7 @@ system=system
[system.tsunami.fake_sm_chip]
type=IsaFake
pio_addr=8804615848816
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -589,7 +794,7 @@ system=system
[system.tsunami.fake_pnp_addr]
type=IsaFake
pio_addr=8804615848569
-pio_latency=2
+pio_latency=1000
pio_size=8
ret_bad_addr=false
update_data=false
@@ -640,21 +845,44 @@ BAR5Size=0
type=IdeController
system=system
platform=system.tsunami
-min_backoff_delay=8
-max_backoff_delay=20000
+min_backoff_delay=4000
+max_backoff_delay=10000000
configdata=system.tsunami.ide.configdata
pci_bus=0
pci_dev=0
pci_func=0
-pio_latency=2
-config_latency=40
+pio_latency=1000
+config_latency=20000
disks=system.disk0 system.disk2
[system.iobus]
type=Bus
bus_id=0
-clock=2
+clock=1000
width=64
responder_set=true
block_size=64
+[system.toL2Bus]
+type=Bus
+bus_id=0
+clock=1000
+width=64
+responder_set=false
+block_size=64
+
+[system.toL2Bus.responder]
+type=IsaFake
+pio_addr=0
+pio_latency=1
+pio_size=8
+ret_bad_addr=true
+update_data=false
+warn_access=
+ret_data8=255
+ret_data16=65535
+ret_data32=4294967295
+ret_data64=18446744073709551615
+platform=system.tsunami
+system=system
+
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 e808b031d..83bb77f93 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,221 +1,604 @@
---------- Begin Simulation Statistics ----------
-host_inst_rate 159511 # Simulator instruction rate (inst/s)
-host_seconds 408.44 # Real time elapsed on the host
-host_tick_rate 9737848 # Simulator tick rate (ticks/s)
-sim_freq 2000000000 # Frequency of simulated ticks
-sim_insts 65151264 # Number of instructions simulated
-sim_seconds 1.988681 # Number of seconds simulated
-sim_ticks 3977362808 # Number of ticks simulated
-system.cpu0.dtb.accesses 676531 # DTB accesses
-system.cpu0.dtb.acv 306 # DTB access violations
-system.cpu0.dtb.hits 12726999 # DTB hits
-system.cpu0.dtb.misses 8261 # DTB misses
-system.cpu0.dtb.read_accesses 494241 # DTB read accesses
-system.cpu0.dtb.read_acv 184 # DTB read access violations
-system.cpu0.dtb.read_hits 7906690 # DTB read hits
-system.cpu0.dtb.read_misses 7534 # DTB read misses
-system.cpu0.dtb.write_accesses 182290 # DTB write accesses
-system.cpu0.dtb.write_acv 122 # DTB write access violations
-system.cpu0.dtb.write_hits 4820309 # DTB write hits
-system.cpu0.dtb.write_misses 727 # DTB write misses
-system.cpu0.idle_fraction 0.930953 # Percentage of idle cycles
-system.cpu0.itb.accesses 3412195 # ITB accesses
-system.cpu0.itb.acv 161 # ITB acv
-system.cpu0.itb.hits 3408362 # ITB hits
-system.cpu0.itb.misses 3833 # ITB misses
-system.cpu0.kern.callpal 142550 # number of callpals executed
+host_inst_rate 213082 # Simulator instruction rate (inst/s)
+host_mem_usage 203724 # Number of bytes of host memory used
+host_seconds 296.83 # Real time elapsed on the host
+host_tick_rate 6573231278 # Simulator tick rate (ticks/s)
+sim_freq 1000000000000 # Frequency of simulated ticks
+sim_insts 63248814 # Number of instructions simulated
+sim_seconds 1.951129 # Number of seconds simulated
+sim_ticks 1951129131000 # Number of ticks simulated
+system.cpu0.dcache.ReadReq_accesses 9299202 # number of ReadReq accesses(hits+misses)
+system.cpu0.dcache.ReadReq_avg_miss_latency 13073.177688 # average ReadReq miss latency
+system.cpu0.dcache.ReadReq_avg_mshr_miss_latency 12073.152824 # average ReadReq mshr miss latency
+system.cpu0.dcache.ReadReq_hits 7589849 # number of ReadReq hits
+system.cpu0.dcache.ReadReq_miss_latency 22346675500 # number of ReadReq miss cycles
+system.cpu0.dcache.ReadReq_miss_rate 0.183817 # miss rate for ReadReq accesses
+system.cpu0.dcache.ReadReq_misses 1709353 # number of ReadReq misses
+system.cpu0.dcache.ReadReq_mshr_miss_latency 20637280000 # number of ReadReq MSHR miss cycles
+system.cpu0.dcache.ReadReq_mshr_miss_rate 0.183817 # mshr miss rate for ReadReq accesses
+system.cpu0.dcache.ReadReq_mshr_misses 1709353 # number of ReadReq MSHR misses
+system.cpu0.dcache.ReadReq_mshr_uncacheable 6873 # number of ReadReq MSHR uncacheable
+system.cpu0.dcache.ReadResp_avg_mshr_uncacheable_latency inf # average ReadResp mshr uncacheable latency
+system.cpu0.dcache.ReadResp_mshr_uncacheable_latency 841915000 # number of ReadResp MSHR uncacheable cycles
+system.cpu0.dcache.WriteReq_accesses 6016348 # number of WriteReq accesses(hits+misses)
+system.cpu0.dcache.WriteReq_avg_miss_latency 12644.438594 # average WriteReq miss latency
+system.cpu0.dcache.WriteReq_avg_mshr_miss_latency 11630.972878 # average WriteReq mshr miss latency
+system.cpu0.dcache.WriteReq_hits 5727689 # number of WriteReq hits
+system.cpu0.dcache.WriteReq_miss_latency 3649931000 # number of WriteReq miss cycles
+system.cpu0.dcache.WriteReq_miss_rate 0.047979 # miss rate for WriteReq accesses
+system.cpu0.dcache.WriteReq_misses 288659 # number of WriteReq misses
+system.cpu0.dcache.WriteReq_mshr_miss_latency 3357385000 # number of WriteReq MSHR miss cycles
+system.cpu0.dcache.WriteReq_mshr_miss_rate 0.047979 # mshr miss rate for WriteReq accesses
+system.cpu0.dcache.WriteReq_mshr_misses 288659 # number of WriteReq MSHR misses
+system.cpu0.dcache.WriteReq_mshr_uncacheable 9698 # number of WriteReq MSHR uncacheable
+system.cpu0.dcache.WriteResp_avg_mshr_uncacheable_latency inf # average WriteResp mshr uncacheable latency
+system.cpu0.dcache.WriteResp_mshr_uncacheable_latency 1186164500 # number of WriteResp MSHR uncacheable cycles
+system.cpu0.dcache.avg_blocked_cycles_no_mshrs <err: div-0> # average number of cycles each access was blocked
+system.cpu0.dcache.avg_blocked_cycles_no_targets <err: div-0> # average number of cycles each access was blocked
+system.cpu0.dcache.avg_refs 6.687909 # 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 15315550 # number of demand (read+write) accesses
+system.cpu0.dcache.demand_avg_miss_latency 13011.236419 # average overall miss latency
+system.cpu0.dcache.demand_avg_mshr_miss_latency 12009.269714 # average overall mshr miss latency
+system.cpu0.dcache.demand_hits 13317538 # number of demand (read+write) hits
+system.cpu0.dcache.demand_miss_latency 25996606500 # number of demand (read+write) miss cycles
+system.cpu0.dcache.demand_miss_rate 0.130456 # miss rate for demand accesses
+system.cpu0.dcache.demand_misses 1998012 # 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 23994665000 # number of demand (read+write) MSHR miss cycles
+system.cpu0.dcache.demand_mshr_miss_rate 0.130456 # mshr miss rate for demand accesses
+system.cpu0.dcache.demand_mshr_misses 1998012 # 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 15315550 # number of overall (read+write) accesses
+system.cpu0.dcache.overall_avg_miss_latency 13011.236419 # average overall miss latency
+system.cpu0.dcache.overall_avg_mshr_miss_latency 12009.269714 # average overall mshr miss latency
+system.cpu0.dcache.overall_avg_mshr_uncacheable_latency 0 # average overall mshr uncacheable latency
+system.cpu0.dcache.overall_hits 13317538 # number of overall hits
+system.cpu0.dcache.overall_miss_latency 25996606500 # number of overall miss cycles
+system.cpu0.dcache.overall_miss_rate 0.130456 # miss rate for overall accesses
+system.cpu0.dcache.overall_misses 1998012 # number of overall misses
+system.cpu0.dcache.overall_mshr_hits 0 # number of overall MSHR hits
+system.cpu0.dcache.overall_mshr_miss_latency 23994665000 # number of overall MSHR miss cycles
+system.cpu0.dcache.overall_mshr_miss_rate 0.130456 # mshr miss rate for overall accesses
+system.cpu0.dcache.overall_mshr_misses 1998012 # number of overall MSHR misses
+system.cpu0.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles
+system.cpu0.dcache.overall_mshr_uncacheable_misses 16571 # 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
+system.cpu0.dcache.prefetcher.num_hwpf_already_in_prefetcher 0 # number of hwpf that were already in the prefetch queue
+system.cpu0.dcache.prefetcher.num_hwpf_evicted 0 # number of hwpf removed due to no buffer left
+system.cpu0.dcache.prefetcher.num_hwpf_identified 0 # number of hwpf identified
+system.cpu0.dcache.prefetcher.num_hwpf_issued 0 # number of hwpf issued
+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.protocol.hwpf_invalid 0 # hard prefetch misses to invalid blocks
+system.cpu0.dcache.protocol.read_invalid 1709421 # read misses to invalid blocks
+system.cpu0.dcache.protocol.snoop_inv_exclusive 0 # Invalidate snoops on exclusive blocks
+system.cpu0.dcache.protocol.snoop_inv_invalid 0 # Invalidate snoops on invalid blocks
+system.cpu0.dcache.protocol.snoop_inv_modified 0 # Invalidate snoops on modified blocks
+system.cpu0.dcache.protocol.snoop_inv_owned 0 # Invalidate snoops on owned blocks
+system.cpu0.dcache.protocol.snoop_inv_shared 0 # Invalidate snoops on shared blocks
+system.cpu0.dcache.protocol.snoop_read_exclusive 908 # read snoops on exclusive blocks
+system.cpu0.dcache.protocol.snoop_read_modified 3762 # read snoops on modified blocks
+system.cpu0.dcache.protocol.snoop_read_owned 72 # read snoops on owned blocks
+system.cpu0.dcache.protocol.snoop_read_shared 2297 # read snoops on shared blocks
+system.cpu0.dcache.protocol.snoop_readex_exclusive 235 # readEx snoops on exclusive blocks
+system.cpu0.dcache.protocol.snoop_readex_modified 207 # readEx snoops on modified blocks
+system.cpu0.dcache.protocol.snoop_readex_owned 15 # readEx snoops on owned blocks
+system.cpu0.dcache.protocol.snoop_readex_shared 7 # readEx snoops on shared blocks
+system.cpu0.dcache.protocol.snoop_upgrade_owned 1074 # upgrade snoops on owned blocks
+system.cpu0.dcache.protocol.snoop_upgrade_shared 726 # upgradee snoops on shared blocks
+system.cpu0.dcache.protocol.snoop_writeinv_exclusive 0 # WriteInvalidate snoops on exclusive blocks
+system.cpu0.dcache.protocol.snoop_writeinv_invalid 0 # WriteInvalidate snoops on invalid blocks
+system.cpu0.dcache.protocol.snoop_writeinv_modified 0 # WriteInvalidate snoops on modified blocks
+system.cpu0.dcache.protocol.snoop_writeinv_owned 0 # WriteInvalidate snoops on owned blocks
+system.cpu0.dcache.protocol.snoop_writeinv_shared 0 # WriteInvalidate snoops on shared blocks
+system.cpu0.dcache.protocol.swpf_invalid 0 # soft prefetch misses to invalid blocks
+system.cpu0.dcache.protocol.write_invalid 284810 # write misses to invalid blocks
+system.cpu0.dcache.protocol.write_owned 2533 # write misses to owned blocks
+system.cpu0.dcache.protocol.write_shared 1354 # write misses to shared blocks
+system.cpu0.dcache.replacements 1991354 # number of replacements
+system.cpu0.dcache.sampled_refs 1991866 # 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 503.775443 # Cycle average of tags in use
+system.cpu0.dcache.total_refs 13321418 # Total number of references to valid blocks.
+system.cpu0.dcache.warmup_cycle 57953000 # Cycle when the warmup percentage was hit.
+system.cpu0.dcache.writebacks 401606 # number of writebacks
+system.cpu0.dtb.accesses 719860 # DTB accesses
+system.cpu0.dtb.acv 289 # DTB access violations
+system.cpu0.dtb.hits 15299767 # DTB hits
+system.cpu0.dtb.misses 8485 # DTB misses
+system.cpu0.dtb.read_accesses 524201 # DTB read accesses
+system.cpu0.dtb.read_acv 174 # DTB read access violations
+system.cpu0.dtb.read_hits 9282693 # DTB read hits
+system.cpu0.dtb.read_misses 7687 # 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 6017074 # DTB write hits
+system.cpu0.dtb.write_misses 798 # DTB write misses
+system.cpu0.icache.ReadReq_accesses 57872551 # number of ReadReq accesses(hits+misses)
+system.cpu0.icache.ReadReq_avg_miss_latency 12029.752588 # average ReadReq miss latency
+system.cpu0.icache.ReadReq_avg_mshr_miss_latency 11029.000057 # average ReadReq mshr miss latency
+system.cpu0.icache.ReadReq_hits 56957639 # number of ReadReq hits
+system.cpu0.icache.ReadReq_miss_latency 11006165000 # number of ReadReq miss cycles
+system.cpu0.icache.ReadReq_miss_rate 0.015809 # miss rate for ReadReq accesses
+system.cpu0.icache.ReadReq_misses 914912 # number of ReadReq misses
+system.cpu0.icache.ReadReq_mshr_miss_latency 10090564500 # number of ReadReq MSHR miss cycles
+system.cpu0.icache.ReadReq_mshr_miss_rate 0.015809 # mshr miss rate for ReadReq accesses
+system.cpu0.icache.ReadReq_mshr_misses 914912 # number of ReadReq MSHR misses
+system.cpu0.icache.avg_blocked_cycles_no_mshrs <err: div-0> # average number of cycles each access was blocked
+system.cpu0.icache.avg_blocked_cycles_no_targets <err: div-0> # average number of cycles each access was blocked
+system.cpu0.icache.avg_refs 62.632934 # 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 57872551 # number of demand (read+write) accesses
+system.cpu0.icache.demand_avg_miss_latency 12029.752588 # average overall miss latency
+system.cpu0.icache.demand_avg_mshr_miss_latency 11029.000057 # average overall mshr miss latency
+system.cpu0.icache.demand_hits 56957639 # number of demand (read+write) hits
+system.cpu0.icache.demand_miss_latency 11006165000 # number of demand (read+write) miss cycles
+system.cpu0.icache.demand_miss_rate 0.015809 # miss rate for demand accesses
+system.cpu0.icache.demand_misses 914912 # 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 10090564500 # number of demand (read+write) MSHR miss cycles
+system.cpu0.icache.demand_mshr_miss_rate 0.015809 # mshr miss rate for demand accesses
+system.cpu0.icache.demand_mshr_misses 914912 # 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 57872551 # number of overall (read+write) accesses
+system.cpu0.icache.overall_avg_miss_latency 12029.752588 # average overall miss latency
+system.cpu0.icache.overall_avg_mshr_miss_latency 11029.000057 # average overall mshr miss latency
+system.cpu0.icache.overall_avg_mshr_uncacheable_latency <err: div-0> # average overall mshr uncacheable latency
+system.cpu0.icache.overall_hits 56957639 # number of overall hits
+system.cpu0.icache.overall_miss_latency 11006165000 # number of overall miss cycles
+system.cpu0.icache.overall_miss_rate 0.015809 # miss rate for overall accesses
+system.cpu0.icache.overall_misses 914912 # number of overall misses
+system.cpu0.icache.overall_mshr_hits 0 # number of overall MSHR hits
+system.cpu0.icache.overall_mshr_miss_latency 10090564500 # number of overall MSHR miss cycles
+system.cpu0.icache.overall_mshr_miss_rate 0.015809 # mshr miss rate for overall accesses
+system.cpu0.icache.overall_mshr_misses 914912 # 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
+system.cpu0.icache.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr
+system.cpu0.icache.prefetcher.num_hwpf_already_in_prefetcher 0 # number of hwpf that were already in the prefetch queue
+system.cpu0.icache.prefetcher.num_hwpf_evicted 0 # number of hwpf removed due to no buffer left
+system.cpu0.icache.prefetcher.num_hwpf_identified 0 # number of hwpf identified
+system.cpu0.icache.prefetcher.num_hwpf_issued 0 # number of hwpf issued
+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.protocol.hwpf_invalid 0 # hard prefetch misses to invalid blocks
+system.cpu0.icache.protocol.read_invalid 915158 # read misses to invalid blocks
+system.cpu0.icache.protocol.snoop_inv_exclusive 0 # Invalidate snoops on exclusive blocks
+system.cpu0.icache.protocol.snoop_inv_invalid 0 # Invalidate snoops on invalid blocks
+system.cpu0.icache.protocol.snoop_inv_modified 0 # Invalidate snoops on modified blocks
+system.cpu0.icache.protocol.snoop_inv_owned 0 # Invalidate snoops on owned blocks
+system.cpu0.icache.protocol.snoop_inv_shared 0 # Invalidate snoops on shared blocks
+system.cpu0.icache.protocol.snoop_read_exclusive 4652 # read snoops on exclusive blocks
+system.cpu0.icache.protocol.snoop_read_modified 0 # read snoops on modified blocks
+system.cpu0.icache.protocol.snoop_read_owned 0 # read snoops on owned blocks
+system.cpu0.icache.protocol.snoop_read_shared 8768 # read snoops on shared blocks
+system.cpu0.icache.protocol.snoop_readex_exclusive 121 # readEx snoops on exclusive blocks
+system.cpu0.icache.protocol.snoop_readex_modified 0 # readEx snoops on modified blocks
+system.cpu0.icache.protocol.snoop_readex_owned 0 # readEx snoops on owned blocks
+system.cpu0.icache.protocol.snoop_readex_shared 1 # readEx snoops on shared blocks
+system.cpu0.icache.protocol.snoop_upgrade_owned 0 # upgrade snoops on owned blocks
+system.cpu0.icache.protocol.snoop_upgrade_shared 12 # upgradee snoops on shared blocks
+system.cpu0.icache.protocol.snoop_writeinv_exclusive 0 # WriteInvalidate snoops on exclusive blocks
+system.cpu0.icache.protocol.snoop_writeinv_invalid 0 # WriteInvalidate snoops on invalid blocks
+system.cpu0.icache.protocol.snoop_writeinv_modified 0 # WriteInvalidate snoops on modified blocks
+system.cpu0.icache.protocol.snoop_writeinv_owned 0 # WriteInvalidate snoops on owned blocks
+system.cpu0.icache.protocol.snoop_writeinv_shared 0 # WriteInvalidate snoops on shared blocks
+system.cpu0.icache.protocol.swpf_invalid 0 # soft prefetch misses to invalid blocks
+system.cpu0.icache.protocol.write_invalid 0 # write misses to invalid blocks
+system.cpu0.icache.protocol.write_owned 0 # write misses to owned blocks
+system.cpu0.icache.protocol.write_shared 0 # write misses to shared blocks
+system.cpu0.icache.replacements 908876 # number of replacements
+system.cpu0.icache.sampled_refs 909388 # 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 508.806183 # Cycle average of tags in use
+system.cpu0.icache.total_refs 56957639 # Total number of references to valid blocks.
+system.cpu0.icache.warmup_cycle 34906249000 # Cycle when the warmup percentage was hit.
+system.cpu0.icache.writebacks 0 # number of writebacks
+system.cpu0.idle_fraction 0.943968 # Percentage of idle cycles
+system.cpu0.itb.accesses 3944641 # ITB accesses
+system.cpu0.itb.acv 143 # ITB acv
+system.cpu0.itb.hits 3940800 # ITB hits
+system.cpu0.itb.misses 3841 # ITB misses
+system.cpu0.kern.callpal 187118 # number of callpals executed
system.cpu0.kern.callpal_cserve 1 0.00% 0.00% # number of callpals executed
-system.cpu0.kern.callpal_wripir 572 0.40% 0.40% # number of callpals executed
-system.cpu0.kern.callpal_wrmces 1 0.00% 0.40% # number of callpals executed
-system.cpu0.kern.callpal_wrfen 1 0.00% 0.40% # number of callpals executed
-system.cpu0.kern.callpal_wrvptptr 1 0.00% 0.40% # number of callpals executed
-system.cpu0.kern.callpal_swpctx 2878 2.02% 2.42% # number of callpals executed
-system.cpu0.kern.callpal_tbi 47 0.03% 2.46% # number of callpals executed
-system.cpu0.kern.callpal_wrent 7 0.00% 2.46% # number of callpals executed
-system.cpu0.kern.callpal_swpipl 127700 89.58% 92.04% # number of callpals executed
-system.cpu0.kern.callpal_rdps 6611 4.64% 96.68% # number of callpals executed
-system.cpu0.kern.callpal_wrkgp 1 0.00% 96.68% # number of callpals executed
-system.cpu0.kern.callpal_wrusp 3 0.00% 96.68% # number of callpals executed
-system.cpu0.kern.callpal_rdusp 8 0.01% 96.69% # number of callpals executed
-system.cpu0.kern.callpal_whami 2 0.00% 96.69% # number of callpals executed
-system.cpu0.kern.callpal_rti 4215 2.96% 99.65% # number of callpals executed
-system.cpu0.kern.callpal_callsys 355 0.25% 99.90% # number of callpals executed
-system.cpu0.kern.callpal_imb 147 0.10% 100.00% # number of callpals executed
+system.cpu0.kern.callpal_wripir 96 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 3865 2.07% 2.12% # 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.15% # number of callpals executed
+system.cpu0.kern.callpal_swpipl 171254 91.52% 93.67% # number of callpals executed
+system.cpu0.kern.callpal_rdps 6635 3.55% 97.21% # number of callpals executed
+system.cpu0.kern.callpal_wrkgp 1 0.00% 97.21% # 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 4694 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 157735 # number of hwrei instructions executed
-system.cpu0.kern.inst.quiesce 6620 # number of quiesce instructions executed
-system.cpu0.kern.ipl_count 134538 # number of times we switched to this ipl
-system.cpu0.kern.ipl_count_0 53716 39.93% 39.93% # number of times we switched to this ipl
-system.cpu0.kern.ipl_count_21 131 0.10% 40.02% # number of times we switched to this ipl
-system.cpu0.kern.ipl_count_22 2009 1.49% 41.52% # number of times we switched to this ipl
-system.cpu0.kern.ipl_count_30 482 0.36% 41.88% # number of times we switched to this ipl
-system.cpu0.kern.ipl_count_31 78200 58.12% 100.00% # number of times we switched to this ipl
-system.cpu0.kern.ipl_good 108740 # number of times we switched to this ipl from a different ipl
-system.cpu0.kern.ipl_good_0 53300 49.02% 49.02% # number of times we switched to this ipl from a different ipl
-system.cpu0.kern.ipl_good_21 131 0.12% 49.14% # number of times we switched to this ipl from a different ipl
-system.cpu0.kern.ipl_good_22 2009 1.85% 50.98% # number of times we switched to this ipl from a different ipl
-system.cpu0.kern.ipl_good_30 482 0.44% 51.43% # number of times we switched to this ipl from a different ipl
-system.cpu0.kern.ipl_good_31 52818 48.57% 100.00% # number of times we switched to this ipl from a different ipl
-system.cpu0.kern.ipl_ticks 3976579702 # number of cycles we spent at this ipl
-system.cpu0.kern.ipl_ticks_0 3843619308 96.66% 96.66% # number of cycles we spent at this ipl
-system.cpu0.kern.ipl_ticks_21 123584 0.00% 96.66% # number of cycles we spent at this ipl
-system.cpu0.kern.ipl_ticks_22 1873872 0.05% 96.71% # number of cycles we spent at this ipl
-system.cpu0.kern.ipl_ticks_30 1201752 0.03% 96.74% # number of cycles we spent at this ipl
-system.cpu0.kern.ipl_ticks_31 129761186 3.26% 100.00% # number of cycles we spent at this ipl
-system.cpu0.kern.ipl_used 0.808247 # fraction of swpipl calls that actually changed the ipl
-system.cpu0.kern.ipl_used_0 0.992256 # fraction of swpipl calls that actually changed the ipl
+system.cpu0.kern.inst.hwrei 201983 # number of hwrei instructions executed
+system.cpu0.kern.inst.quiesce 6162 # number of quiesce instructions executed
+system.cpu0.kern.ipl_count 178054 # number of times we switched to this ipl
+system.cpu0.kern.ipl_count_0 72322 40.62% 40.62% # number of times we switched to this ipl
+system.cpu0.kern.ipl_count_21 131 0.07% 40.69% # number of times we switched to this ipl
+system.cpu0.kern.ipl_count_22 1968 1.11% 41.80% # number of times we switched to this ipl
+system.cpu0.kern.ipl_count_30 6 0.00% 41.80% # number of times we switched to this ipl
+system.cpu0.kern.ipl_count_31 103627 58.20% 100.00% # number of times we switched to this ipl
+system.cpu0.kern.ipl_good 144005 # number of times we switched to this ipl from a different ipl
+system.cpu0.kern.ipl_good_0 70953 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 1968 1.37% 50.73% # number of times we switched to this ipl from a different ipl
+system.cpu0.kern.ipl_good_30 6 0.00% 50.73% # number of times we switched to this ipl from a different ipl
+system.cpu0.kern.ipl_good_31 70947 49.27% 100.00% # number of times we switched to this ipl from a different ipl
+system.cpu0.kern.ipl_ticks 1951128432000 # number of cycles we spent at this ipl
+system.cpu0.kern.ipl_ticks_0 1894864204500 97.12% 97.12% # number of cycles we spent at this ipl
+system.cpu0.kern.ipl_ticks_21 72482500 0.00% 97.12% # number of cycles we spent at this ipl
+system.cpu0.kern.ipl_ticks_22 564462000 0.03% 97.15% # number of cycles we spent at this ipl
+system.cpu0.kern.ipl_ticks_30 4114000 0.00% 97.15% # number of cycles we spent at this ipl
+system.cpu0.kern.ipl_ticks_31 55623169000 2.85% 100.00% # number of cycles we spent at this ipl
+system.cpu0.kern.ipl_used_0 0.981071 # 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.675422 # fraction of swpipl calls that actually changed the ipl
-system.cpu0.kern.mode_good_kernel 1193
-system.cpu0.kern.mode_good_user 1193
+system.cpu0.kern.ipl_used_31 0.684638 # fraction of swpipl calls that actually changed the ipl
+system.cpu0.kern.mode_good_kernel 1230
+system.cpu0.kern.mode_good_user 1231
system.cpu0.kern.mode_good_idle 0
-system.cpu0.kern.mode_switch_kernel 6700 # number of protection mode switches
-system.cpu0.kern.mode_switch_user 1193 # number of protection mode switches
+system.cpu0.kern.mode_switch_kernel 7215 # number of protection mode switches
+system.cpu0.kern.mode_switch_user 1231 # number of protection mode switches
system.cpu0.kern.mode_switch_idle 0 # number of protection mode switches
-system.cpu0.kern.mode_switch_good 0.302293 # fraction of useful protection mode switches
-system.cpu0.kern.mode_switch_good_kernel 0.178060 # fraction of useful protection mode switches
+system.cpu0.kern.mode_switch_good <err: div-0> # fraction of useful protection mode switches
+system.cpu0.kern.mode_switch_good_kernel 0.170478 # 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 <err: div-0> # fraction of useful protection mode switches
-system.cpu0.kern.mode_ticks_kernel 3965295376 99.76% 99.76% # number of ticks spent at the given mode
-system.cpu0.kern.mode_ticks_user 9600934 0.24% 100.00% # number of ticks spent at the given mode
+system.cpu0.kern.mode_ticks_kernel 1947973402000 99.84% 99.84% # number of ticks spent at the given mode
+system.cpu0.kern.mode_ticks_user 3155028000 0.16% 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 2879 # number of times the context was actually changed
-system.cpu0.kern.syscall 216 # number of syscalls executed
-system.cpu0.kern.syscall_2 7 3.24% 3.24% # number of syscalls executed
-system.cpu0.kern.syscall_3 18 8.33% 11.57% # number of syscalls executed
-system.cpu0.kern.syscall_4 3 1.39% 12.96% # number of syscalls executed
-system.cpu0.kern.syscall_6 30 13.89% 26.85% # number of syscalls executed
-system.cpu0.kern.syscall_12 1 0.46% 27.31% # number of syscalls executed
-system.cpu0.kern.syscall_15 1 0.46% 27.78% # number of syscalls executed
-system.cpu0.kern.syscall_17 9 4.17% 31.94% # number of syscalls executed
-system.cpu0.kern.syscall_19 6 2.78% 34.72% # number of syscalls executed
-system.cpu0.kern.syscall_20 4 1.85% 36.57% # number of syscalls executed
-system.cpu0.kern.syscall_23 2 0.93% 37.50% # number of syscalls executed
-system.cpu0.kern.syscall_24 4 1.85% 39.35% # number of syscalls executed
-system.cpu0.kern.syscall_33 7 3.24% 42.59% # number of syscalls executed
-system.cpu0.kern.syscall_41 2 0.93% 43.52% # number of syscalls executed
-system.cpu0.kern.syscall_45 36 16.67% 60.19% # number of syscalls executed
-system.cpu0.kern.syscall_47 4 1.85% 62.04% # number of syscalls executed
-system.cpu0.kern.syscall_48 8 3.70% 65.74% # number of syscalls executed
-system.cpu0.kern.syscall_54 9 4.17% 69.91% # number of syscalls executed
-system.cpu0.kern.syscall_58 1 0.46% 70.37% # number of syscalls executed
-system.cpu0.kern.syscall_59 6 2.78% 73.15% # number of syscalls executed
-system.cpu0.kern.syscall_71 28 12.96% 86.11% # number of syscalls executed
-system.cpu0.kern.syscall_73 3 1.39% 87.50% # number of syscalls executed
-system.cpu0.kern.syscall_74 8 3.70% 91.20% # number of syscalls executed
-system.cpu0.kern.syscall_87 1 0.46% 91.67% # number of syscalls executed
-system.cpu0.kern.syscall_90 2 0.93% 92.59% # number of syscalls executed
-system.cpu0.kern.syscall_92 7 3.24% 95.83% # number of syscalls executed
-system.cpu0.kern.syscall_97 2 0.93% 96.76% # number of syscalls executed
-system.cpu0.kern.syscall_98 2 0.93% 97.69% # number of syscalls executed
-system.cpu0.kern.syscall_132 2 0.93% 98.61% # number of syscalls executed
-system.cpu0.kern.syscall_144 1 0.46% 99.07% # number of syscalls executed
-system.cpu0.kern.syscall_147 2 0.93% 100.00% # number of syscalls executed
-system.cpu0.not_idle_fraction 0.069047 # Percentage of non-idle cycles
-system.cpu0.numCycles 3976579942 # number of cpu cycles simulated
-system.cpu0.num_insts 50252314 # Number of instructions executed
-system.cpu0.num_refs 12958725 # Number of memory references
-system.cpu1.dtb.accesses 346252 # DTB accesses
-system.cpu1.dtb.acv 67 # DTB access violations
-system.cpu1.dtb.hits 4740996 # DTB hits
-system.cpu1.dtb.misses 3345 # DTB misses
-system.cpu1.dtb.read_accesses 235843 # DTB read accesses
-system.cpu1.dtb.read_acv 26 # DTB read access violations
-system.cpu1.dtb.read_hits 2707487 # DTB read hits
-system.cpu1.dtb.read_misses 2918 # DTB read misses
-system.cpu1.dtb.write_accesses 110409 # DTB write accesses
-system.cpu1.dtb.write_acv 41 # DTB write access violations
-system.cpu1.dtb.write_hits 2033509 # DTB write hits
-system.cpu1.dtb.write_misses 427 # DTB write misses
-system.cpu1.idle_fraction 0.974578 # Percentage of idle cycles
-system.cpu1.itb.accesses 2097175 # ITB accesses
-system.cpu1.itb.acv 23 # ITB acv
-system.cpu1.itb.hits 2095903 # ITB hits
-system.cpu1.itb.misses 1272 # ITB misses
-system.cpu1.kern.callpal 80960 # number of callpals executed
+system.cpu0.kern.swap_context 3866 # 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.056032 # Percentage of non-idle cycles
+system.cpu0.numCycles 1951129131000 # number of cpu cycles simulated
+system.cpu0.num_insts 57872550 # Number of instructions executed
+system.cpu0.num_refs 15541096 # Number of memory references
+system.cpu1.dcache.ReadReq_accesses 1052558 # number of ReadReq accesses(hits+misses)
+system.cpu1.dcache.ReadReq_avg_miss_latency 11119.734481 # average ReadReq miss latency
+system.cpu1.dcache.ReadReq_avg_mshr_miss_latency 10119.576119 # average ReadReq mshr miss latency
+system.cpu1.dcache.ReadReq_hits 1014670 # number of ReadReq hits
+system.cpu1.dcache.ReadReq_miss_latency 421304500 # number of ReadReq miss cycles
+system.cpu1.dcache.ReadReq_miss_rate 0.035996 # miss rate for ReadReq accesses
+system.cpu1.dcache.ReadReq_misses 37888 # number of ReadReq misses
+system.cpu1.dcache.ReadReq_mshr_miss_latency 383410500 # number of ReadReq MSHR miss cycles
+system.cpu1.dcache.ReadReq_mshr_miss_rate 0.035996 # mshr miss rate for ReadReq accesses
+system.cpu1.dcache.ReadReq_mshr_misses 37888 # number of ReadReq MSHR misses
+system.cpu1.dcache.ReadReq_mshr_uncacheable 120 # number of ReadReq MSHR uncacheable
+system.cpu1.dcache.ReadResp_avg_mshr_uncacheable_latency inf # average ReadResp mshr uncacheable latency
+system.cpu1.dcache.ReadResp_mshr_uncacheable_latency 14641500 # number of ReadResp MSHR uncacheable cycles
+system.cpu1.dcache.WriteReq_accesses 677186 # number of WriteReq accesses(hits+misses)
+system.cpu1.dcache.WriteReq_avg_miss_latency 11920.138166 # average WriteReq miss latency
+system.cpu1.dcache.WriteReq_avg_mshr_miss_latency 10843.231096 # average WriteReq mshr miss latency
+system.cpu1.dcache.WriteReq_hits 653157 # number of WriteReq hits
+system.cpu1.dcache.WriteReq_miss_latency 286429000 # number of WriteReq miss cycles
+system.cpu1.dcache.WriteReq_miss_rate 0.035484 # miss rate for WriteReq accesses
+system.cpu1.dcache.WriteReq_misses 24029 # number of WriteReq misses
+system.cpu1.dcache.WriteReq_mshr_miss_latency 260552000 # number of WriteReq MSHR miss cycles
+system.cpu1.dcache.WriteReq_mshr_miss_rate 0.035484 # mshr miss rate for WriteReq accesses
+system.cpu1.dcache.WriteReq_mshr_misses 24029 # number of WriteReq MSHR misses
+system.cpu1.dcache.WriteReq_mshr_uncacheable 2496 # number of WriteReq MSHR uncacheable
+system.cpu1.dcache.WriteResp_avg_mshr_uncacheable_latency inf # average WriteResp mshr uncacheable latency
+system.cpu1.dcache.WriteResp_mshr_uncacheable_latency 304596500 # number of WriteResp MSHR uncacheable cycles
+system.cpu1.dcache.avg_blocked_cycles_no_mshrs <err: div-0> # average number of cycles each access was blocked
+system.cpu1.dcache.avg_blocked_cycles_no_targets <err: div-0> # average number of cycles each access was blocked
+system.cpu1.dcache.avg_refs 29.876823 # 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 1729744 # number of demand (read+write) accesses
+system.cpu1.dcache.demand_avg_miss_latency 11430.358383 # average overall miss latency
+system.cpu1.dcache.demand_avg_mshr_miss_latency 10400.415072 # average overall mshr miss latency
+system.cpu1.dcache.demand_hits 1667827 # number of demand (read+write) hits
+system.cpu1.dcache.demand_miss_latency 707733500 # number of demand (read+write) miss cycles
+system.cpu1.dcache.demand_miss_rate 0.035795 # miss rate for demand accesses
+system.cpu1.dcache.demand_misses 61917 # 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 643962500 # number of demand (read+write) MSHR miss cycles
+system.cpu1.dcache.demand_mshr_miss_rate 0.035795 # mshr miss rate for demand accesses
+system.cpu1.dcache.demand_mshr_misses 61917 # 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 1729744 # number of overall (read+write) accesses
+system.cpu1.dcache.overall_avg_miss_latency 11430.358383 # average overall miss latency
+system.cpu1.dcache.overall_avg_mshr_miss_latency 10400.415072 # average overall mshr miss latency
+system.cpu1.dcache.overall_avg_mshr_uncacheable_latency 0 # average overall mshr uncacheable latency
+system.cpu1.dcache.overall_hits 1667827 # number of overall hits
+system.cpu1.dcache.overall_miss_latency 707733500 # number of overall miss cycles
+system.cpu1.dcache.overall_miss_rate 0.035795 # miss rate for overall accesses
+system.cpu1.dcache.overall_misses 61917 # number of overall misses
+system.cpu1.dcache.overall_mshr_hits 0 # number of overall MSHR hits
+system.cpu1.dcache.overall_mshr_miss_latency 643962500 # number of overall MSHR miss cycles
+system.cpu1.dcache.overall_mshr_miss_rate 0.035795 # mshr miss rate for overall accesses
+system.cpu1.dcache.overall_mshr_misses 61917 # number of overall MSHR misses
+system.cpu1.dcache.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles
+system.cpu1.dcache.overall_mshr_uncacheable_misses 2616 # 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
+system.cpu1.dcache.prefetcher.num_hwpf_already_in_prefetcher 0 # number of hwpf that were already in the prefetch queue
+system.cpu1.dcache.prefetcher.num_hwpf_evicted 0 # number of hwpf removed due to no buffer left
+system.cpu1.dcache.prefetcher.num_hwpf_identified 0 # number of hwpf identified
+system.cpu1.dcache.prefetcher.num_hwpf_issued 0 # number of hwpf issued
+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.protocol.hwpf_invalid 0 # hard prefetch misses to invalid blocks
+system.cpu1.dcache.protocol.read_invalid 37951 # read misses to invalid blocks
+system.cpu1.dcache.protocol.snoop_inv_exclusive 0 # Invalidate snoops on exclusive blocks
+system.cpu1.dcache.protocol.snoop_inv_invalid 0 # Invalidate snoops on invalid blocks
+system.cpu1.dcache.protocol.snoop_inv_modified 0 # Invalidate snoops on modified blocks
+system.cpu1.dcache.protocol.snoop_inv_owned 0 # Invalidate snoops on owned blocks
+system.cpu1.dcache.protocol.snoop_inv_shared 0 # Invalidate snoops on shared blocks
+system.cpu1.dcache.protocol.snoop_read_exclusive 906 # read snoops on exclusive blocks
+system.cpu1.dcache.protocol.snoop_read_modified 1965 # read snoops on modified blocks
+system.cpu1.dcache.protocol.snoop_read_owned 254 # read snoops on owned blocks
+system.cpu1.dcache.protocol.snoop_read_shared 65869 # read snoops on shared blocks
+system.cpu1.dcache.protocol.snoop_readex_exclusive 191 # readEx snoops on exclusive blocks
+system.cpu1.dcache.protocol.snoop_readex_modified 198 # readEx snoops on modified blocks
+system.cpu1.dcache.protocol.snoop_readex_owned 48 # readEx snoops on owned blocks
+system.cpu1.dcache.protocol.snoop_readex_shared 42 # readEx snoops on shared blocks
+system.cpu1.dcache.protocol.snoop_upgrade_owned 1132 # upgrade snoops on owned blocks
+system.cpu1.dcache.protocol.snoop_upgrade_shared 2716 # upgradee snoops on shared blocks
+system.cpu1.dcache.protocol.snoop_writeinv_exclusive 0 # WriteInvalidate snoops on exclusive blocks
+system.cpu1.dcache.protocol.snoop_writeinv_invalid 0 # WriteInvalidate snoops on invalid blocks
+system.cpu1.dcache.protocol.snoop_writeinv_modified 0 # WriteInvalidate snoops on modified blocks
+system.cpu1.dcache.protocol.snoop_writeinv_owned 0 # WriteInvalidate snoops on owned blocks
+system.cpu1.dcache.protocol.snoop_writeinv_shared 0 # WriteInvalidate snoops on shared blocks
+system.cpu1.dcache.protocol.swpf_invalid 0 # soft prefetch misses to invalid blocks
+system.cpu1.dcache.protocol.write_invalid 22206 # write misses to invalid blocks
+system.cpu1.dcache.protocol.write_owned 601 # write misses to owned blocks
+system.cpu1.dcache.protocol.write_shared 1247 # write misses to shared blocks
+system.cpu1.dcache.replacements 55360 # number of replacements
+system.cpu1.dcache.sampled_refs 55749 # 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 388.749341 # Cycle average of tags in use
+system.cpu1.dcache.total_refs 1665603 # Total number of references to valid blocks.
+system.cpu1.dcache.warmup_cycle 1935095598000 # Cycle when the warmup percentage was hit.
+system.cpu1.dcache.writebacks 27663 # number of writebacks
+system.cpu1.dtb.accesses 302878 # DTB accesses
+system.cpu1.dtb.acv 84 # DTB access violations
+system.cpu1.dtb.hits 1728432 # 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 1049360 # 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 679072 # DTB write hits
+system.cpu1.dtb.write_misses 356 # DTB write misses
+system.cpu1.icache.ReadReq_accesses 5376264 # number of ReadReq accesses(hits+misses)
+system.cpu1.icache.ReadReq_avg_miss_latency 12045.939531 # average ReadReq miss latency
+system.cpu1.icache.ReadReq_avg_mshr_miss_latency 11045.466957 # average ReadReq mshr miss latency
+system.cpu1.icache.ReadReq_hits 5281041 # number of ReadReq hits
+system.cpu1.icache.ReadReq_miss_latency 1147050500 # number of ReadReq miss cycles
+system.cpu1.icache.ReadReq_miss_rate 0.017712 # miss rate for ReadReq accesses
+system.cpu1.icache.ReadReq_misses 95223 # number of ReadReq misses
+system.cpu1.icache.ReadReq_mshr_miss_latency 1051782500 # number of ReadReq MSHR miss cycles
+system.cpu1.icache.ReadReq_mshr_miss_rate 0.017712 # mshr miss rate for ReadReq accesses
+system.cpu1.icache.ReadReq_mshr_misses 95223 # number of ReadReq MSHR misses
+system.cpu1.icache.avg_blocked_cycles_no_mshrs <err: div-0> # average number of cycles each access was blocked
+system.cpu1.icache.avg_blocked_cycles_no_targets <err: div-0> # average number of cycles each access was blocked
+system.cpu1.icache.avg_refs 57.662729 # 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 5376264 # number of demand (read+write) accesses
+system.cpu1.icache.demand_avg_miss_latency 12045.939531 # average overall miss latency
+system.cpu1.icache.demand_avg_mshr_miss_latency 11045.466957 # average overall mshr miss latency
+system.cpu1.icache.demand_hits 5281041 # number of demand (read+write) hits
+system.cpu1.icache.demand_miss_latency 1147050500 # number of demand (read+write) miss cycles
+system.cpu1.icache.demand_miss_rate 0.017712 # miss rate for demand accesses
+system.cpu1.icache.demand_misses 95223 # 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 1051782500 # number of demand (read+write) MSHR miss cycles
+system.cpu1.icache.demand_mshr_miss_rate 0.017712 # mshr miss rate for demand accesses
+system.cpu1.icache.demand_mshr_misses 95223 # 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 5376264 # number of overall (read+write) accesses
+system.cpu1.icache.overall_avg_miss_latency 12045.939531 # average overall miss latency
+system.cpu1.icache.overall_avg_mshr_miss_latency 11045.466957 # average overall mshr miss latency
+system.cpu1.icache.overall_avg_mshr_uncacheable_latency <err: div-0> # average overall mshr uncacheable latency
+system.cpu1.icache.overall_hits 5281041 # number of overall hits
+system.cpu1.icache.overall_miss_latency 1147050500 # number of overall miss cycles
+system.cpu1.icache.overall_miss_rate 0.017712 # miss rate for overall accesses
+system.cpu1.icache.overall_misses 95223 # number of overall misses
+system.cpu1.icache.overall_mshr_hits 0 # number of overall MSHR hits
+system.cpu1.icache.overall_mshr_miss_latency 1051782500 # number of overall MSHR miss cycles
+system.cpu1.icache.overall_mshr_miss_rate 0.017712 # mshr miss rate for overall accesses
+system.cpu1.icache.overall_mshr_misses 95223 # 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
+system.cpu1.icache.prefetcher.num_hwpf_already_in_mshr 0 # number of hwpf that were already in mshr
+system.cpu1.icache.prefetcher.num_hwpf_already_in_prefetcher 0 # number of hwpf that were already in the prefetch queue
+system.cpu1.icache.prefetcher.num_hwpf_evicted 0 # number of hwpf removed due to no buffer left
+system.cpu1.icache.prefetcher.num_hwpf_identified 0 # number of hwpf identified
+system.cpu1.icache.prefetcher.num_hwpf_issued 0 # number of hwpf issued
+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.protocol.hwpf_invalid 0 # hard prefetch misses to invalid blocks
+system.cpu1.icache.protocol.read_invalid 97341 # read misses to invalid blocks
+system.cpu1.icache.protocol.snoop_inv_exclusive 0 # Invalidate snoops on exclusive blocks
+system.cpu1.icache.protocol.snoop_inv_invalid 0 # Invalidate snoops on invalid blocks
+system.cpu1.icache.protocol.snoop_inv_modified 0 # Invalidate snoops on modified blocks
+system.cpu1.icache.protocol.snoop_inv_owned 0 # Invalidate snoops on owned blocks
+system.cpu1.icache.protocol.snoop_inv_shared 0 # Invalidate snoops on shared blocks
+system.cpu1.icache.protocol.snoop_read_exclusive 39627 # read snoops on exclusive blocks
+system.cpu1.icache.protocol.snoop_read_modified 0 # read snoops on modified blocks
+system.cpu1.icache.protocol.snoop_read_owned 0 # read snoops on owned blocks
+system.cpu1.icache.protocol.snoop_read_shared 214588 # read snoops on shared blocks
+system.cpu1.icache.protocol.snoop_readex_exclusive 26 # readEx snoops on exclusive blocks
+system.cpu1.icache.protocol.snoop_readex_modified 0 # readEx snoops on modified blocks
+system.cpu1.icache.protocol.snoop_readex_owned 0 # readEx snoops on owned blocks
+system.cpu1.icache.protocol.snoop_readex_shared 0 # readEx snoops on shared blocks
+system.cpu1.icache.protocol.snoop_upgrade_owned 0 # upgrade snoops on owned blocks
+system.cpu1.icache.protocol.snoop_upgrade_shared 2 # upgradee snoops on shared blocks
+system.cpu1.icache.protocol.snoop_writeinv_exclusive 0 # WriteInvalidate snoops on exclusive blocks
+system.cpu1.icache.protocol.snoop_writeinv_invalid 0 # WriteInvalidate snoops on invalid blocks
+system.cpu1.icache.protocol.snoop_writeinv_modified 0 # WriteInvalidate snoops on modified blocks
+system.cpu1.icache.protocol.snoop_writeinv_owned 0 # WriteInvalidate snoops on owned blocks
+system.cpu1.icache.protocol.snoop_writeinv_shared 0 # WriteInvalidate snoops on shared blocks
+system.cpu1.icache.protocol.swpf_invalid 0 # soft prefetch misses to invalid blocks
+system.cpu1.icache.protocol.write_invalid 0 # write misses to invalid blocks
+system.cpu1.icache.protocol.write_owned 0 # write misses to owned blocks
+system.cpu1.icache.protocol.write_shared 0 # write misses to shared blocks
+system.cpu1.icache.replacements 91073 # number of replacements
+system.cpu1.icache.sampled_refs 91585 # 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 420.500398 # Cycle average of tags in use
+system.cpu1.icache.total_refs 5281041 # Total number of references to valid blocks.
+system.cpu1.icache.warmup_cycle 1947911714000 # Cycle when the warmup percentage was hit.
+system.cpu1.icache.writebacks 0 # number of writebacks
+system.cpu1.idle_fraction 0.995322 # Percentage of idle cycles
+system.cpu1.itb.accesses 1399877 # ITB accesses
+system.cpu1.itb.acv 41 # ITB acv
+system.cpu1.itb.hits 1398631 # ITB hits
+system.cpu1.itb.misses 1246 # ITB misses
+system.cpu1.kern.callpal 29847 # number of callpals executed
system.cpu1.kern.callpal_cserve 1 0.00% 0.00% # number of callpals executed
-system.cpu1.kern.callpal_wripir 482 0.60% 0.60% # 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 2289 2.83% 3.43% # number of callpals executed
-system.cpu1.kern.callpal_tbi 7 0.01% 3.44% # number of callpals executed
-system.cpu1.kern.callpal_wrent 7 0.01% 3.44% # number of callpals executed
-system.cpu1.kern.callpal_swpipl 71572 88.40% 91.85% # number of callpals executed
-system.cpu1.kern.callpal_rdps 2303 2.84% 94.69% # number of callpals executed
-system.cpu1.kern.callpal_wrkgp 1 0.00% 94.69% # number of callpals executed
-system.cpu1.kern.callpal_wrusp 4 0.00% 94.70% # number of callpals executed
-system.cpu1.kern.callpal_rdusp 1 0.00% 94.70% # number of callpals executed
-system.cpu1.kern.callpal_whami 3 0.00% 94.70% # number of callpals executed
-system.cpu1.kern.callpal_rti 4092 5.05% 99.76% # number of callpals executed
-system.cpu1.kern.callpal_callsys 162 0.20% 99.96% # number of callpals executed
-system.cpu1.kern.callpal_imb 33 0.04% 100.00% # number of callpals executed
+system.cpu1.kern.callpal_wripir 6 0.02% 0.02% # 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 375 1.26% 1.29% # number of callpals executed
+system.cpu1.kern.callpal_tbi 10 0.03% 1.32% # number of callpals executed
+system.cpu1.kern.callpal_wrent 7 0.02% 1.34% # number of callpals executed
+system.cpu1.kern.callpal_swpipl 24461 81.95% 83.30% # number of callpals executed
+system.cpu1.kern.callpal_rdps 2201 7.37% 90.67% # number of callpals executed
+system.cpu1.kern.callpal_wrkgp 1 0.00% 90.68% # number of callpals executed
+system.cpu1.kern.callpal_wrusp 3 0.01% 90.69% # number of callpals executed
+system.cpu1.kern.callpal_rdusp 2 0.01% 90.69% # number of callpals executed
+system.cpu1.kern.callpal_whami 3 0.01% 90.70% # number of callpals executed
+system.cpu1.kern.callpal_rti 2582 8.65% 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 88242 # number of hwrei instructions executed
-system.cpu1.kern.inst.quiesce 2815 # number of quiesce instructions executed
-system.cpu1.kern.ipl_count 78238 # number of times we switched to this ipl
-system.cpu1.kern.ipl_count_0 30461 38.93% 38.93% # number of times we switched to this ipl
-system.cpu1.kern.ipl_count_22 2001 2.56% 41.49% # number of times we switched to this ipl
-system.cpu1.kern.ipl_count_30 572 0.73% 42.22% # number of times we switched to this ipl
-system.cpu1.kern.ipl_count_31 45204 57.78% 100.00% # number of times we switched to this ipl
-system.cpu1.kern.ipl_good 61001 # number of times we switched to this ipl from a different ipl
-system.cpu1.kern.ipl_good_0 29500 48.36% 48.36% # number of times we switched to this ipl from a different ipl
-system.cpu1.kern.ipl_good_22 2001 3.28% 51.64% # number of times we switched to this ipl from a different ipl
-system.cpu1.kern.ipl_good_30 572 0.94% 52.58% # number of times we switched to this ipl from a different ipl
-system.cpu1.kern.ipl_good_31 28928 47.42% 100.00% # number of times we switched to this ipl from a different ipl
-system.cpu1.kern.ipl_ticks 3977361024 # number of cycles we spent at this ipl
-system.cpu1.kern.ipl_ticks_0 3855399740 96.93% 96.93% # number of cycles we spent at this ipl
-system.cpu1.kern.ipl_ticks_22 1871566 0.05% 96.98% # number of cycles we spent at this ipl
-system.cpu1.kern.ipl_ticks_30 1461344 0.04% 97.02% # number of cycles we spent at this ipl
-system.cpu1.kern.ipl_ticks_31 118628374 2.98% 100.00% # number of cycles we spent at this ipl
-system.cpu1.kern.ipl_used 0.779685 # fraction of swpipl calls that actually changed the ipl
-system.cpu1.kern.ipl_used_0 0.968451 # fraction of swpipl calls that actually changed the ipl
+system.cpu1.kern.inst.hwrei 36385 # number of hwrei instructions executed
+system.cpu1.kern.inst.quiesce 2332 # number of quiesce instructions executed
+system.cpu1.kern.ipl_count 29103 # number of times we switched to this ipl
+system.cpu1.kern.ipl_count_0 9344 32.11% 32.11% # number of times we switched to this ipl
+system.cpu1.kern.ipl_count_22 1963 6.75% 38.85% # number of times we switched to this ipl
+system.cpu1.kern.ipl_count_30 96 0.33% 39.18% # number of times we switched to this ipl
+system.cpu1.kern.ipl_count_31 17700 60.82% 100.00% # number of times we switched to this ipl
+system.cpu1.kern.ipl_good 20635 # number of times we switched to this ipl from a different ipl
+system.cpu1.kern.ipl_good_0 9336 45.24% 45.24% # number of times we switched to this ipl from a different ipl
+system.cpu1.kern.ipl_good_22 1963 9.51% 54.76% # number of times we switched to this ipl from a different ipl
+system.cpu1.kern.ipl_good_30 96 0.47% 55.22% # number of times we switched to this ipl from a different ipl
+system.cpu1.kern.ipl_good_31 9240 44.78% 100.00% # number of times we switched to this ipl from a different ipl
+system.cpu1.kern.ipl_ticks 1950372731000 # number of cycles we spent at this ipl
+system.cpu1.kern.ipl_ticks_0 1911409272000 98.00% 98.00% # number of cycles we spent at this ipl
+system.cpu1.kern.ipl_ticks_22 494740000 0.03% 98.03% # number of cycles we spent at this ipl
+system.cpu1.kern.ipl_ticks_30 52316000 0.00% 98.03% # number of cycles we spent at this ipl
+system.cpu1.kern.ipl_ticks_31 38416403000 1.97% 100.00% # number of cycles we spent at this ipl
+system.cpu1.kern.ipl_used_0 0.999144 # 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.639943 # fraction of swpipl calls that actually changed the ipl
-system.cpu1.kern.mode_good_kernel 1058
-system.cpu1.kern.mode_good_user 562
-system.cpu1.kern.mode_good_idle 496
-system.cpu1.kern.mode_switch_kernel 2397 # number of protection mode switches
-system.cpu1.kern.mode_switch_user 562 # number of protection mode switches
-system.cpu1.kern.mode_switch_idle 3035 # number of protection mode switches
-system.cpu1.kern.mode_switch_good 0.353020 # fraction of useful protection mode switches
-system.cpu1.kern.mode_switch_good_kernel 0.441385 # fraction of useful protection mode switches
+system.cpu1.kern.ipl_used_31 0.522034 # fraction of swpipl calls that actually changed the ipl
+system.cpu1.kern.mode_good_kernel 538
+system.cpu1.kern.mode_good_user 517
+system.cpu1.kern.mode_good_idle 21
+system.cpu1.kern.mode_switch_kernel 884 # number of protection mode switches
+system.cpu1.kern.mode_switch_user 517 # number of protection mode switches
+system.cpu1.kern.mode_switch_idle 2075 # number of protection mode switches
+system.cpu1.kern.mode_switch_good 1.618718 # fraction of useful protection mode switches
+system.cpu1.kern.mode_switch_good_kernel 0.608597 # 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.163427 # fraction of useful protection mode switches
-system.cpu1.kern.mode_ticks_kernel 64032120 1.61% 1.61% # number of ticks spent at the given mode
-system.cpu1.kern.mode_ticks_user 5754658 0.14% 1.75% # number of ticks spent at the given mode
-system.cpu1.kern.mode_ticks_idle 3907574238 98.25% 100.00% # number of ticks spent at the given mode
-system.cpu1.kern.swap_context 2290 # number of times the context was actually changed
-system.cpu1.kern.syscall 110 # number of syscalls executed
-system.cpu1.kern.syscall_2 1 0.91% 0.91% # number of syscalls executed
-system.cpu1.kern.syscall_3 12 10.91% 11.82% # number of syscalls executed
-system.cpu1.kern.syscall_4 1 0.91% 12.73% # number of syscalls executed
-system.cpu1.kern.syscall_6 12 10.91% 23.64% # number of syscalls executed
-system.cpu1.kern.syscall_17 6 5.45% 29.09% # number of syscalls executed
-system.cpu1.kern.syscall_19 4 3.64% 32.73% # number of syscalls executed
-system.cpu1.kern.syscall_20 2 1.82% 34.55% # number of syscalls executed
-system.cpu1.kern.syscall_23 2 1.82% 36.36% # number of syscalls executed
-system.cpu1.kern.syscall_24 2 1.82% 38.18% # number of syscalls executed
-system.cpu1.kern.syscall_33 4 3.64% 41.82% # number of syscalls executed
-system.cpu1.kern.syscall_45 18 16.36% 58.18% # number of syscalls executed
-system.cpu1.kern.syscall_47 2 1.82% 60.00% # number of syscalls executed
-system.cpu1.kern.syscall_48 2 1.82% 61.82% # number of syscalls executed
-system.cpu1.kern.syscall_54 1 0.91% 62.73% # number of syscalls executed
-system.cpu1.kern.syscall_59 1 0.91% 63.64% # number of syscalls executed
-system.cpu1.kern.syscall_71 26 23.64% 87.27% # number of syscalls executed
-system.cpu1.kern.syscall_74 8 7.27% 94.55% # number of syscalls executed
-system.cpu1.kern.syscall_90 1 0.91% 95.45% # number of syscalls executed
-system.cpu1.kern.syscall_92 2 1.82% 97.27% # number of syscalls executed
-system.cpu1.kern.syscall_132 2 1.82% 99.09% # number of syscalls executed
-system.cpu1.kern.syscall_144 1 0.91% 100.00% # number of syscalls executed
-system.cpu1.not_idle_fraction 0.025422 # Percentage of non-idle cycles
-system.cpu1.numCycles 3977362808 # number of cpu cycles simulated
-system.cpu1.num_insts 14898950 # Number of instructions executed
-system.cpu1.num_refs 4770935 # Number of memory references
+system.cpu1.kern.mode_switch_good_idle 0.010120 # fraction of useful protection mode switches
+system.cpu1.kern.mode_ticks_kernel 3563216000 0.18% 0.18% # number of ticks spent at the given mode
+system.cpu1.kern.mode_ticks_user 1513259000 0.08% 0.26% # number of ticks spent at the given mode
+system.cpu1.kern.mode_ticks_idle 1945257297000 99.74% 100.00% # number of ticks spent at the given mode
+system.cpu1.kern.swap_context 376 # 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.004678 # Percentage of non-idle cycles
+system.cpu1.numCycles 1950372761000 # number of cpu cycles simulated
+system.cpu1.num_insts 5376264 # Number of instructions executed
+system.cpu1.num_refs 1738417 # 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).
@@ -228,6 +611,91 @@ 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.l2c.ReadExReq_accesses 306499 # number of ReadExReq accesses(hits+misses)
+system.l2c.ReadExReq_avg_miss_latency 12998.029396 # average ReadExReq miss latency
+system.l2c.ReadExReq_avg_mshr_miss_latency 10997.988681 # average ReadExReq mshr miss latency
+system.l2c.ReadExReq_hits 183694 # number of ReadExReq hits
+system.l2c.ReadExReq_miss_latency 1596223000 # number of ReadExReq miss cycles
+system.l2c.ReadExReq_miss_rate 0.400670 # miss rate for ReadExReq accesses
+system.l2c.ReadExReq_misses 122805 # number of ReadExReq misses
+system.l2c.ReadExReq_mshr_miss_latency 1350608000 # number of ReadExReq MSHR miss cycles
+system.l2c.ReadExReq_mshr_miss_rate 0.400670 # mshr miss rate for ReadExReq accesses
+system.l2c.ReadExReq_mshr_misses 122805 # number of ReadExReq MSHR misses
+system.l2c.ReadReq_accesses 2751323 # number of ReadReq accesses(hits+misses)
+system.l2c.ReadReq_avg_miss_latency 12999.901707 # average ReadReq miss latency
+system.l2c.ReadReq_avg_mshr_miss_latency 10999.990968 # average ReadReq mshr miss latency
+system.l2c.ReadReq_hits 1810263 # number of ReadReq hits
+system.l2c.ReadReq_miss_latency 12233687500 # number of ReadReq miss cycles
+system.l2c.ReadReq_miss_rate 0.342039 # miss rate for ReadReq accesses
+system.l2c.ReadReq_misses 941060 # number of ReadReq misses
+system.l2c.ReadReq_mshr_hits 11 # number of ReadReq MSHR hits
+system.l2c.ReadReq_mshr_miss_latency 10351530500 # number of ReadReq MSHR miss cycles
+system.l2c.ReadReq_mshr_miss_rate 0.342035 # mshr miss rate for ReadReq accesses
+system.l2c.ReadReq_mshr_misses 941049 # number of ReadReq MSHR misses
+system.l2c.ReadReq_mshr_uncacheable 6993 # number of ReadReq MSHR uncacheable
+system.l2c.ReadResp_avg_mshr_uncacheable_latency inf # average ReadResp mshr uncacheable latency
+system.l2c.ReadResp_mshr_uncacheable_latency 779629500 # number of ReadResp MSHR uncacheable cycles
+system.l2c.WriteReq_mshr_uncacheable 12194 # number of WriteReq MSHR uncacheable
+system.l2c.WriteResp_avg_mshr_uncacheable_latency inf # average WriteResp mshr uncacheable latency
+system.l2c.WriteResp_mshr_uncacheable_latency 1356619000 # number of WriteResp MSHR uncacheable cycles
+system.l2c.Writeback_accesses 429269 # number of Writeback accesses(hits+misses)
+system.l2c.Writeback_hits 429256 # number of Writeback hits
+system.l2c.Writeback_miss_rate 0.000030 # miss rate for Writeback accesses
+system.l2c.Writeback_misses 13 # number of Writeback misses
+system.l2c.Writeback_mshr_miss_rate 0.000030 # mshr miss rate for Writeback accesses
+system.l2c.Writeback_mshr_misses 13 # number of Writeback MSHR misses
+system.l2c.avg_blocked_cycles_no_mshrs <err: div-0> # average number of cycles each access was blocked
+system.l2c.avg_blocked_cycles_no_targets <err: div-0> # average number of cycles each access was blocked
+system.l2c.avg_refs 2.277768 # 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 2751323 # number of demand (read+write) accesses
+system.l2c.demand_avg_miss_latency 12999.901707 # average overall miss latency
+system.l2c.demand_avg_mshr_miss_latency 10999.990968 # average overall mshr miss latency
+system.l2c.demand_hits 1810263 # number of demand (read+write) hits
+system.l2c.demand_miss_latency 12233687500 # number of demand (read+write) miss cycles
+system.l2c.demand_miss_rate 0.342039 # miss rate for demand accesses
+system.l2c.demand_misses 941060 # 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 10351530500 # number of demand (read+write) MSHR miss cycles
+system.l2c.demand_mshr_miss_rate 0.342035 # mshr miss rate for demand accesses
+system.l2c.demand_mshr_misses 941049 # 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 3180592 # number of overall (read+write) accesses
+system.l2c.overall_avg_miss_latency 12999.722126 # average overall miss latency
+system.l2c.overall_avg_mshr_miss_latency 10999.990968 # average overall mshr miss latency
+system.l2c.overall_avg_mshr_uncacheable_latency 0 # average overall mshr uncacheable latency
+system.l2c.overall_hits 2239519 # number of overall hits
+system.l2c.overall_miss_latency 12233687500 # number of overall miss cycles
+system.l2c.overall_miss_rate 0.295880 # miss rate for overall accesses
+system.l2c.overall_misses 941073 # number of overall misses
+system.l2c.overall_mshr_hits 11 # number of overall MSHR hits
+system.l2c.overall_mshr_miss_latency 10351530500 # number of overall MSHR miss cycles
+system.l2c.overall_mshr_miss_rate 0.295872 # mshr miss rate for overall accesses
+system.l2c.overall_mshr_misses 941049 # number of overall MSHR misses
+system.l2c.overall_mshr_uncacheable_latency 0 # number of overall MSHR uncacheable cycles
+system.l2c.overall_mshr_uncacheable_misses 19187 # 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
+system.l2c.prefetcher.num_hwpf_already_in_prefetcher 0 # number of hwpf that were already in the prefetch queue
+system.l2c.prefetcher.num_hwpf_evicted 0 # number of hwpf removed due to no buffer left
+system.l2c.prefetcher.num_hwpf_identified 0 # number of hwpf identified
+system.l2c.prefetcher.num_hwpf_issued 0 # number of hwpf issued
+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 998318 # number of replacements
+system.l2c.sampled_refs 1063854 # 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 65469.787238 # Cycle average of tags in use
+system.l2c.total_refs 2423213 # Total number of references to valid blocks.
+system.l2c.warmup_cycle 3064127000 # Cycle when the warmup percentage was hit.
+system.l2c.writebacks 79556 # number of writebacks
system.tsunami.ethernet.coalescedRxDesc <err: div-0> # average number of RxDesc's coalesced into each post
system.tsunami.ethernet.coalescedRxIdle <err: div-0> # average number of RxIdle's coalesced into each post
system.tsunami.ethernet.coalescedRxOk <err: div-0> # 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 9d86a655e..dc84ff88b 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,7 +1,5 @@
-Warning: rounding error > tolerance
- 0.002000 rounded to 0
-Listening for system connection on port 3456
-0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000
-0: system.remote_gdb.listener: listening for remote gdb #1 on port 7001
+Listening for system connection on port 3457
+0: system.remote_gdb.listener: listening for remote gdb on port 7001
+0: system.remote_gdb.listener: listening for remote gdb on port 7002
warn: Entering event queue @ 0. Starting simulation...
-warn: 1082476: Trying to launch CPU number 1!
+warn: 423901000: 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 ebf8b13c8..a3bd937f6 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
@@ -5,10 +5,9 @@ The Regents of The University of Michigan
All Rights Reserved
-M5 compiled Apr 30 2007 13:38:38
-M5 started Mon Apr 30 13:57:20 2007
-M5 executing on zeep
-command line: build/ALPHA_FS/m5.opt -d build/ALPHA_FS/tests/opt/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 2000000000 ticks per second
- 0: system.tsunami.io.rtc: Real-time clock set to Thu Jan 1 00:00:00 2009
-Exiting @ tick 3977364868 because m5_exit instruction encountered
+M5 compiled May 15 2007 19:06:05
+M5 started Tue May 15 19:07:53 2007
+M5 executing on zizzer.eecs.umich.edu
+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 1951129131000 because m5_exit instruction encountered