Regression: Update stats due to changes to x86 cpuid instruction
This commit is contained in:
parent
11a551ae3a
commit
2590a7dd0a
19 changed files with 1538 additions and 1450 deletions
|
@ -15,7 +15,7 @@ e820_table=system.e820_table
|
||||||
init_param=0
|
init_param=0
|
||||||
intel_mp_pointer=system.intel_mp_pointer
|
intel_mp_pointer=system.intel_mp_pointer
|
||||||
intel_mp_table=system.intel_mp_table
|
intel_mp_table=system.intel_mp_table
|
||||||
kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
|
kernel=/scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
|
||||||
load_addr_mask=18446744073709551615
|
load_addr_mask=18446744073709551615
|
||||||
mem_mode=timing
|
mem_mode=timing
|
||||||
memories=system.physmem
|
memories=system.physmem
|
||||||
|
@ -999,7 +999,7 @@ header_cycles=1
|
||||||
use_default_range=false
|
use_default_range=false
|
||||||
width=8
|
width=8
|
||||||
default=system.membus.badaddr_responder.pio
|
default=system.membus.badaddr_responder.pio
|
||||||
master=system.physmem.port[0] system.bridge.slave system.cpu.interrupts.pio system.cpu.interrupts.int_slave
|
master=system.physmem.port system.bridge.slave system.cpu.interrupts.pio system.cpu.interrupts.int_slave
|
||||||
slave=system.apicbridge.master system.system_port system.iocache.mem_side system.l2c.mem_side system.cpu.interrupts.int_master
|
slave=system.apicbridge.master system.system_port system.iocache.mem_side system.l2c.mem_side system.cpu.interrupts.int_master
|
||||||
|
|
||||||
[system.membus.badaddr_responder]
|
[system.membus.badaddr_responder]
|
||||||
|
@ -1261,7 +1261,7 @@ table_size=65536
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks0.image.child]
|
[system.pc.south_bridge.ide.disks0.image.child]
|
||||||
type=RawDiskImage
|
type=RawDiskImage
|
||||||
image_file=/dist/m5/system/disks/linux-x86.img
|
image_file=/scratch/nilay/GEM5/system/disks/linux-x86.img
|
||||||
read_only=true
|
read_only=true
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks1]
|
[system.pc.south_bridge.ide.disks1]
|
||||||
|
@ -1281,7 +1281,7 @@ table_size=65536
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks1.image.child]
|
[system.pc.south_bridge.ide.disks1.image.child]
|
||||||
type=RawDiskImage
|
type=RawDiskImage
|
||||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
image_file=/scratch/nilay/GEM5/system/disks/linux-bigswap2.img
|
||||||
read_only=true
|
read_only=true
|
||||||
|
|
||||||
[system.pc.south_bridge.int_lines0]
|
[system.pc.south_bridge.int_lines0]
|
||||||
|
|
|
@ -2,7 +2,18 @@ warn: Sockets disabled, not accepting terminal connections
|
||||||
warn: Reading current count from inactive timer.
|
warn: Reading current count from inactive timer.
|
||||||
warn: Sockets disabled, not accepting gdb connections
|
warn: Sockets disabled, not accepting gdb connections
|
||||||
warn: Don't know what interrupt to clear for console.
|
warn: Don't know what interrupt to clear for console.
|
||||||
|
warn: x86 cpuid: unknown family 0xbacc
|
||||||
|
warn: x86 cpuid: unknown family 0xbacc
|
||||||
|
warn: x86 cpuid: unknown family 0xbacc
|
||||||
|
warn: x86 cpuid: unknown family 0xbacc
|
||||||
|
warn: x86 cpuid: unknown family 0xbacc
|
||||||
|
warn: x86 cpuid: unknown family 0xbacc
|
||||||
|
warn: x86 cpuid: unknown family 0xbacc
|
||||||
warn: instruction 'fxsave' unimplemented
|
warn: instruction 'fxsave' unimplemented
|
||||||
|
warn: x86 cpuid: unknown family 0x8086
|
||||||
|
warn: x86 cpuid: unknown family 0x8086
|
||||||
|
warn: x86 cpuid: unimplemented function 8
|
||||||
|
warn: x86 cpuid: unimplemented function 8
|
||||||
warn: Tried to clear PCI interrupt 14
|
warn: Tried to clear PCI interrupt 14
|
||||||
warn: Unknown mouse command 0xe1.
|
warn: Unknown mouse command 0xe1.
|
||||||
warn: instruction 'wbinvd' unimplemented
|
warn: instruction 'wbinvd' unimplemented
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
|
Redirecting stdout to build/X86/tests/opt/long/fs/10.linux-boot/x86/linux/pc-o3-timing/simout
|
||||||
|
Redirecting stderr to build/X86/tests/opt/long/fs/10.linux-boot/x86/linux/pc-o3-timing/simerr
|
||||||
gem5 Simulator System. http://gem5.org
|
gem5 Simulator System. http://gem5.org
|
||||||
gem5 is copyrighted software; use the --copyright option for details.
|
gem5 is copyrighted software; use the --copyright option for details.
|
||||||
|
|
||||||
gem5 compiled Jul 2 2012 08:58:39
|
gem5 compiled Jul 22 2012 08:05:39
|
||||||
gem5 started Jul 2 2012 14:54:43
|
gem5 started Jul 22 2012 08:05:57
|
||||||
gem5 executing on zizzer
|
gem5 executing on ribera.cs.wisc.edu
|
||||||
command line: build/X86/gem5.fast -d build/X86/tests/fast/long/fs/10.linux-boot/x86/linux/pc-o3-timing -re tests/run.py build/X86/tests/fast/long/fs/10.linux-boot/x86/linux/pc-o3-timing
|
command line: build/X86/gem5.opt -d build/X86/tests/opt/long/fs/10.linux-boot/x86/linux/pc-o3-timing -re tests/run.py build/X86/tests/opt/long/fs/10.linux-boot/x86/linux/pc-o3-timing
|
||||||
warning: add_child('terminal'): child 'terminal' already has parent
|
warning: add_child('terminal'): child 'terminal' already has parent
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: kernel located at: /dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
|
info: kernel located at: /scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
|
||||||
|
0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
Exiting @ tick 5173840734500 because m5_exit instruction encountered
|
Exiting @ tick 5172902281500 because m5_exit instruction encountered
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -23,7 +23,7 @@ Built 1 zonelists. Total pages: 30458
|
||||||
Kernel command line: earlyprintk=ttyS0 console=ttyS0 lpj=7999923 root=/dev/hda1
|
Kernel command line: earlyprintk=ttyS0 console=ttyS0 lpj=7999923 root=/dev/hda1
|
||||||
Initializing CPU#0
|
Initializing CPU#0
|
||||||
PID hash table entries: 512 (order: 9, 4096 bytes)
|
PID hash table entries: 512 (order: 9, 4096 bytes)
|
||||||
time.c: Detected 2000.000 MHz processor.
|
time.c: Detected 2000.001 MHz processor.
|
||||||
Console: colour dummy device 80x25
|
Console: colour dummy device 80x25
|
||||||
console handover: boot [earlyser0] -> real [ttyS0]
|
console handover: boot [earlyser0] -> real [ttyS0]
|
||||||
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
|
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
|
||||||
|
@ -39,7 +39,7 @@ ACPI: Core revision 20070126
|
||||||
ACPI Exception (tbxface-0618): AE_NO_ACPI_TABLES, While loading namespace from ACPI tables [20070126]
|
ACPI Exception (tbxface-0618): AE_NO_ACPI_TABLES, While loading namespace from ACPI tables [20070126]
|
||||||
ACPI: Unable to load the System Description Tables
|
ACPI: Unable to load the System Description Tables
|
||||||
Using local APIC timer interrupts.
|
Using local APIC timer interrupts.
|
||||||
result 7812497
|
result 7812499
|
||||||
Detected 7.812 MHz APIC timer.
|
Detected 7.812 MHz APIC timer.
|
||||||
NET: Registered protocol family 16
|
NET: Registered protocol family 16
|
||||||
PCI: Using configuration type 1
|
PCI: Using configuration type 1
|
||||||
|
|
|
@ -15,7 +15,7 @@ e820_table=system.e820_table
|
||||||
init_param=0
|
init_param=0
|
||||||
intel_mp_pointer=system.intel_mp_pointer
|
intel_mp_pointer=system.intel_mp_pointer
|
||||||
intel_mp_table=system.intel_mp_table
|
intel_mp_table=system.intel_mp_table
|
||||||
kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9.smp
|
kernel=/scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9.smp
|
||||||
load_addr_mask=18446744073709551615
|
load_addr_mask=18446744073709551615
|
||||||
mem_mode=timing
|
mem_mode=timing
|
||||||
memories=system.physmem
|
memories=system.physmem
|
||||||
|
@ -642,20 +642,30 @@ version=0
|
||||||
[system.l1_cntrl0.L1DcacheMemory]
|
[system.l1_cntrl0.L1DcacheMemory]
|
||||||
type=RubyCache
|
type=RubyCache
|
||||||
assoc=2
|
assoc=2
|
||||||
|
dataAccessLatency=1
|
||||||
|
dataArrayBanks=1
|
||||||
is_icache=false
|
is_icache=false
|
||||||
latency=3
|
latency=3
|
||||||
replacement_policy=PSEUDO_LRU
|
replacement_policy=PSEUDO_LRU
|
||||||
|
resourceStalls=false
|
||||||
size=32768
|
size=32768
|
||||||
start_index_bit=6
|
start_index_bit=6
|
||||||
|
tagAccessLatency=1
|
||||||
|
tagArrayBanks=1
|
||||||
|
|
||||||
[system.l1_cntrl0.L1IcacheMemory]
|
[system.l1_cntrl0.L1IcacheMemory]
|
||||||
type=RubyCache
|
type=RubyCache
|
||||||
assoc=2
|
assoc=2
|
||||||
|
dataAccessLatency=1
|
||||||
|
dataArrayBanks=1
|
||||||
is_icache=false
|
is_icache=false
|
||||||
latency=3
|
latency=3
|
||||||
replacement_policy=PSEUDO_LRU
|
replacement_policy=PSEUDO_LRU
|
||||||
|
resourceStalls=false
|
||||||
size=32768
|
size=32768
|
||||||
start_index_bit=6
|
start_index_bit=6
|
||||||
|
tagAccessLatency=1
|
||||||
|
tagArrayBanks=1
|
||||||
|
|
||||||
[system.l1_cntrl0.sequencer]
|
[system.l1_cntrl0.sequencer]
|
||||||
type=RubySequencer
|
type=RubySequencer
|
||||||
|
@ -696,20 +706,30 @@ version=1
|
||||||
[system.l1_cntrl1.L1DcacheMemory]
|
[system.l1_cntrl1.L1DcacheMemory]
|
||||||
type=RubyCache
|
type=RubyCache
|
||||||
assoc=2
|
assoc=2
|
||||||
|
dataAccessLatency=1
|
||||||
|
dataArrayBanks=1
|
||||||
is_icache=false
|
is_icache=false
|
||||||
latency=3
|
latency=3
|
||||||
replacement_policy=PSEUDO_LRU
|
replacement_policy=PSEUDO_LRU
|
||||||
|
resourceStalls=false
|
||||||
size=32768
|
size=32768
|
||||||
start_index_bit=6
|
start_index_bit=6
|
||||||
|
tagAccessLatency=1
|
||||||
|
tagArrayBanks=1
|
||||||
|
|
||||||
[system.l1_cntrl1.L1IcacheMemory]
|
[system.l1_cntrl1.L1IcacheMemory]
|
||||||
type=RubyCache
|
type=RubyCache
|
||||||
assoc=2
|
assoc=2
|
||||||
|
dataAccessLatency=1
|
||||||
|
dataArrayBanks=1
|
||||||
is_icache=false
|
is_icache=false
|
||||||
latency=3
|
latency=3
|
||||||
replacement_policy=PSEUDO_LRU
|
replacement_policy=PSEUDO_LRU
|
||||||
|
resourceStalls=false
|
||||||
size=32768
|
size=32768
|
||||||
start_index_bit=6
|
start_index_bit=6
|
||||||
|
tagAccessLatency=1
|
||||||
|
tagArrayBanks=1
|
||||||
|
|
||||||
[system.l1_cntrl1.sequencer]
|
[system.l1_cntrl1.sequencer]
|
||||||
type=RubySequencer
|
type=RubySequencer
|
||||||
|
@ -746,11 +766,16 @@ version=0
|
||||||
[system.l2_cntrl0.L2cacheMemory]
|
[system.l2_cntrl0.L2cacheMemory]
|
||||||
type=RubyCache
|
type=RubyCache
|
||||||
assoc=2
|
assoc=2
|
||||||
|
dataAccessLatency=1
|
||||||
|
dataArrayBanks=1
|
||||||
is_icache=false
|
is_icache=false
|
||||||
latency=15
|
latency=15
|
||||||
replacement_policy=PSEUDO_LRU
|
replacement_policy=PSEUDO_LRU
|
||||||
|
resourceStalls=false
|
||||||
size=4194304
|
size=4194304
|
||||||
start_index_bit=6
|
start_index_bit=6
|
||||||
|
tagAccessLatency=1
|
||||||
|
tagArrayBanks=1
|
||||||
|
|
||||||
[system.pc]
|
[system.pc]
|
||||||
type=Pc
|
type=Pc
|
||||||
|
@ -995,7 +1020,7 @@ table_size=65536
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks0.image.child]
|
[system.pc.south_bridge.ide.disks0.image.child]
|
||||||
type=RawDiskImage
|
type=RawDiskImage
|
||||||
image_file=/dist/m5/system/disks/linux-x86.img
|
image_file=/scratch/nilay/GEM5/system/disks/linux-x86.img
|
||||||
read_only=true
|
read_only=true
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks1]
|
[system.pc.south_bridge.ide.disks1]
|
||||||
|
@ -1015,7 +1040,7 @@ table_size=65536
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks1.image.child]
|
[system.pc.south_bridge.ide.disks1.image.child]
|
||||||
type=RawDiskImage
|
type=RawDiskImage
|
||||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
image_file=/scratch/nilay/GEM5/system/disks/linux-bigswap2.img
|
||||||
read_only=true
|
read_only=true
|
||||||
|
|
||||||
[system.pc.south_bridge.int_lines0]
|
[system.pc.south_bridge.int_lines0]
|
||||||
|
@ -1192,7 +1217,7 @@ header_cycles=1
|
||||||
use_default_range=true
|
use_default_range=true
|
||||||
width=8
|
width=8
|
||||||
default=system.pc.pciconfig.pio
|
default=system.pc.pciconfig.pio
|
||||||
master=system.physmem.port[0] system.pc.south_bridge.cmos.pio system.pc.south_bridge.dma1.pio system.pc.south_bridge.ide.pio system.pc.south_bridge.ide.config system.pc.south_bridge.keyboard.pio system.pc.south_bridge.pic1.pio system.pc.south_bridge.pic2.pio system.pc.south_bridge.pit.pio system.pc.south_bridge.speaker.pio system.pc.south_bridge.io_apic.pio system.pc.i_dont_exist.pio system.pc.behind_pci.pio system.pc.com_1.pio system.pc.fake_com_2.pio system.pc.fake_com_3.pio system.pc.fake_com_4.pio system.pc.fake_floppy.pio system.cpu0.interrupts.pio system.cpu0.interrupts.int_slave system.cpu1.interrupts.pio system.cpu1.interrupts.int_slave
|
master=system.physmem.port system.pc.south_bridge.cmos.pio system.pc.south_bridge.dma1.pio system.pc.south_bridge.ide.pio system.pc.south_bridge.ide.config system.pc.south_bridge.keyboard.pio system.pc.south_bridge.pic1.pio system.pc.south_bridge.pic2.pio system.pc.south_bridge.pit.pio system.pc.south_bridge.speaker.pio system.pc.south_bridge.io_apic.pio system.pc.i_dont_exist.pio system.pc.behind_pci.pio system.pc.com_1.pio system.pc.fake_com_2.pio system.pc.fake_com_3.pio system.pc.fake_com_4.pio system.pc.fake_floppy.pio system.cpu0.interrupts.pio system.cpu0.interrupts.int_slave system.cpu1.interrupts.pio system.cpu1.interrupts.int_slave
|
||||||
slave=system.pc.south_bridge.ide.dma system.pc.south_bridge.io_apic.int_master system.l1_cntrl0.sequencer.pio_port system.l1_cntrl1.sequencer.pio_port system.cpu0.interrupts.int_master system.cpu1.interrupts.int_master
|
slave=system.pc.south_bridge.ide.dma system.pc.south_bridge.io_apic.int_master system.l1_cntrl0.sequencer.pio_port system.l1_cntrl1.sequencer.pio_port system.cpu0.interrupts.int_master system.cpu1.interrupts.int_master
|
||||||
|
|
||||||
[system.ruby]
|
[system.ruby]
|
||||||
|
@ -1219,74 +1244,104 @@ topology=system.ruby.network.topology
|
||||||
|
|
||||||
[system.ruby.network.topology]
|
[system.ruby.network.topology]
|
||||||
type=Topology
|
type=Topology
|
||||||
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 int_links0 int_links1 int_links2 int_links3 int_links4 routers0 routers1 routers2 routers3 routers4 routers5
|
children=ext_links0 ext_links1 ext_links2 ext_links3 ext_links4 int_links0 int_links1 int_links2 int_links3 int_links4
|
||||||
description=Crossbar
|
description=Crossbar
|
||||||
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4
|
ext_links=system.ruby.network.topology.ext_links0 system.ruby.network.topology.ext_links1 system.ruby.network.topology.ext_links2 system.ruby.network.topology.ext_links3 system.ruby.network.topology.ext_links4
|
||||||
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4
|
int_links=system.ruby.network.topology.int_links0 system.ruby.network.topology.int_links1 system.ruby.network.topology.int_links2 system.ruby.network.topology.int_links3 system.ruby.network.topology.int_links4
|
||||||
print_config=false
|
print_config=false
|
||||||
routers=system.ruby.network.topology.routers0 system.ruby.network.topology.routers1 system.ruby.network.topology.routers2 system.ruby.network.topology.routers3 system.ruby.network.topology.routers4 system.ruby.network.topology.routers5
|
routers=system.ruby.network.topology.ext_links0.int_node system.ruby.network.topology.ext_links1.int_node system.ruby.network.topology.ext_links2.int_node system.ruby.network.topology.ext_links3.int_node system.ruby.network.topology.ext_links4.int_node system.ruby.network.topology.int_links0.node_b
|
||||||
|
|
||||||
[system.ruby.network.topology.ext_links0]
|
[system.ruby.network.topology.ext_links0]
|
||||||
type=SimpleExtLink
|
type=SimpleExtLink
|
||||||
|
children=int_node
|
||||||
bandwidth_factor=16
|
bandwidth_factor=16
|
||||||
ext_node=system.l1_cntrl0
|
ext_node=system.l1_cntrl0
|
||||||
int_node=system.ruby.network.topology.routers0
|
int_node=system.ruby.network.topology.ext_links0.int_node
|
||||||
latency=1
|
latency=1
|
||||||
link_id=0
|
link_id=0
|
||||||
weight=1
|
weight=1
|
||||||
|
|
||||||
|
[system.ruby.network.topology.ext_links0.int_node]
|
||||||
|
type=BasicRouter
|
||||||
|
router_id=0
|
||||||
|
|
||||||
[system.ruby.network.topology.ext_links1]
|
[system.ruby.network.topology.ext_links1]
|
||||||
type=SimpleExtLink
|
type=SimpleExtLink
|
||||||
|
children=int_node
|
||||||
bandwidth_factor=16
|
bandwidth_factor=16
|
||||||
ext_node=system.l1_cntrl1
|
ext_node=system.l1_cntrl1
|
||||||
int_node=system.ruby.network.topology.routers1
|
int_node=system.ruby.network.topology.ext_links1.int_node
|
||||||
latency=1
|
latency=1
|
||||||
link_id=1
|
link_id=1
|
||||||
weight=1
|
weight=1
|
||||||
|
|
||||||
|
[system.ruby.network.topology.ext_links1.int_node]
|
||||||
|
type=BasicRouter
|
||||||
|
router_id=1
|
||||||
|
|
||||||
[system.ruby.network.topology.ext_links2]
|
[system.ruby.network.topology.ext_links2]
|
||||||
type=SimpleExtLink
|
type=SimpleExtLink
|
||||||
|
children=int_node
|
||||||
bandwidth_factor=16
|
bandwidth_factor=16
|
||||||
ext_node=system.l2_cntrl0
|
ext_node=system.l2_cntrl0
|
||||||
int_node=system.ruby.network.topology.routers2
|
int_node=system.ruby.network.topology.ext_links2.int_node
|
||||||
latency=1
|
latency=1
|
||||||
link_id=2
|
link_id=2
|
||||||
weight=1
|
weight=1
|
||||||
|
|
||||||
|
[system.ruby.network.topology.ext_links2.int_node]
|
||||||
|
type=BasicRouter
|
||||||
|
router_id=2
|
||||||
|
|
||||||
[system.ruby.network.topology.ext_links3]
|
[system.ruby.network.topology.ext_links3]
|
||||||
type=SimpleExtLink
|
type=SimpleExtLink
|
||||||
|
children=int_node
|
||||||
bandwidth_factor=16
|
bandwidth_factor=16
|
||||||
ext_node=system.dir_cntrl0
|
ext_node=system.dir_cntrl0
|
||||||
int_node=system.ruby.network.topology.routers3
|
int_node=system.ruby.network.topology.ext_links3.int_node
|
||||||
latency=1
|
latency=1
|
||||||
link_id=3
|
link_id=3
|
||||||
weight=1
|
weight=1
|
||||||
|
|
||||||
|
[system.ruby.network.topology.ext_links3.int_node]
|
||||||
|
type=BasicRouter
|
||||||
|
router_id=3
|
||||||
|
|
||||||
[system.ruby.network.topology.ext_links4]
|
[system.ruby.network.topology.ext_links4]
|
||||||
type=SimpleExtLink
|
type=SimpleExtLink
|
||||||
|
children=int_node
|
||||||
bandwidth_factor=16
|
bandwidth_factor=16
|
||||||
ext_node=system.dma_cntrl0
|
ext_node=system.dma_cntrl0
|
||||||
int_node=system.ruby.network.topology.routers4
|
int_node=system.ruby.network.topology.ext_links4.int_node
|
||||||
latency=1
|
latency=1
|
||||||
link_id=4
|
link_id=4
|
||||||
weight=1
|
weight=1
|
||||||
|
|
||||||
|
[system.ruby.network.topology.ext_links4.int_node]
|
||||||
|
type=BasicRouter
|
||||||
|
router_id=4
|
||||||
|
|
||||||
[system.ruby.network.topology.int_links0]
|
[system.ruby.network.topology.int_links0]
|
||||||
type=SimpleIntLink
|
type=SimpleIntLink
|
||||||
|
children=node_b
|
||||||
bandwidth_factor=16
|
bandwidth_factor=16
|
||||||
latency=1
|
latency=1
|
||||||
link_id=5
|
link_id=5
|
||||||
node_a=system.ruby.network.topology.routers0
|
node_a=system.ruby.network.topology.ext_links0.int_node
|
||||||
node_b=system.ruby.network.topology.routers5
|
node_b=system.ruby.network.topology.int_links0.node_b
|
||||||
weight=1
|
weight=1
|
||||||
|
|
||||||
|
[system.ruby.network.topology.int_links0.node_b]
|
||||||
|
type=BasicRouter
|
||||||
|
router_id=5
|
||||||
|
|
||||||
[system.ruby.network.topology.int_links1]
|
[system.ruby.network.topology.int_links1]
|
||||||
type=SimpleIntLink
|
type=SimpleIntLink
|
||||||
bandwidth_factor=16
|
bandwidth_factor=16
|
||||||
latency=1
|
latency=1
|
||||||
link_id=6
|
link_id=6
|
||||||
node_a=system.ruby.network.topology.routers1
|
node_a=system.ruby.network.topology.ext_links1.int_node
|
||||||
node_b=system.ruby.network.topology.routers5
|
node_b=system.ruby.network.topology.int_links0.node_b
|
||||||
weight=1
|
weight=1
|
||||||
|
|
||||||
[system.ruby.network.topology.int_links2]
|
[system.ruby.network.topology.int_links2]
|
||||||
|
@ -1294,8 +1349,8 @@ type=SimpleIntLink
|
||||||
bandwidth_factor=16
|
bandwidth_factor=16
|
||||||
latency=1
|
latency=1
|
||||||
link_id=7
|
link_id=7
|
||||||
node_a=system.ruby.network.topology.routers2
|
node_a=system.ruby.network.topology.ext_links2.int_node
|
||||||
node_b=system.ruby.network.topology.routers5
|
node_b=system.ruby.network.topology.int_links0.node_b
|
||||||
weight=1
|
weight=1
|
||||||
|
|
||||||
[system.ruby.network.topology.int_links3]
|
[system.ruby.network.topology.int_links3]
|
||||||
|
@ -1303,8 +1358,8 @@ type=SimpleIntLink
|
||||||
bandwidth_factor=16
|
bandwidth_factor=16
|
||||||
latency=1
|
latency=1
|
||||||
link_id=8
|
link_id=8
|
||||||
node_a=system.ruby.network.topology.routers3
|
node_a=system.ruby.network.topology.ext_links3.int_node
|
||||||
node_b=system.ruby.network.topology.routers5
|
node_b=system.ruby.network.topology.int_links0.node_b
|
||||||
weight=1
|
weight=1
|
||||||
|
|
||||||
[system.ruby.network.topology.int_links4]
|
[system.ruby.network.topology.int_links4]
|
||||||
|
@ -1312,34 +1367,10 @@ type=SimpleIntLink
|
||||||
bandwidth_factor=16
|
bandwidth_factor=16
|
||||||
latency=1
|
latency=1
|
||||||
link_id=9
|
link_id=9
|
||||||
node_a=system.ruby.network.topology.routers4
|
node_a=system.ruby.network.topology.ext_links4.int_node
|
||||||
node_b=system.ruby.network.topology.routers5
|
node_b=system.ruby.network.topology.int_links0.node_b
|
||||||
weight=1
|
weight=1
|
||||||
|
|
||||||
[system.ruby.network.topology.routers0]
|
|
||||||
type=BasicRouter
|
|
||||||
router_id=0
|
|
||||||
|
|
||||||
[system.ruby.network.topology.routers1]
|
|
||||||
type=BasicRouter
|
|
||||||
router_id=1
|
|
||||||
|
|
||||||
[system.ruby.network.topology.routers2]
|
|
||||||
type=BasicRouter
|
|
||||||
router_id=2
|
|
||||||
|
|
||||||
[system.ruby.network.topology.routers3]
|
|
||||||
type=BasicRouter
|
|
||||||
router_id=3
|
|
||||||
|
|
||||||
[system.ruby.network.topology.routers4]
|
|
||||||
type=BasicRouter
|
|
||||||
router_id=4
|
|
||||||
|
|
||||||
[system.ruby.network.topology.routers5]
|
|
||||||
type=BasicRouter
|
|
||||||
router_id=5
|
|
||||||
|
|
||||||
[system.ruby.profiler]
|
[system.ruby.profiler]
|
||||||
type=RubyProfiler
|
type=RubyProfiler
|
||||||
all_instructions=false
|
all_instructions=false
|
||||||
|
|
|
@ -1,26 +1,26 @@
|
||||||
Real time: Jun/04/2012 17:25:31
|
Real time: Jul/22/2012 09:10:52
|
||||||
|
|
||||||
Profiler Stats
|
Profiler Stats
|
||||||
--------------
|
--------------
|
||||||
Elapsed_time_in_seconds: 842
|
Elapsed_time_in_seconds: 936
|
||||||
Elapsed_time_in_minutes: 14.0333
|
Elapsed_time_in_minutes: 15.6
|
||||||
Elapsed_time_in_hours: 0.233889
|
Elapsed_time_in_hours: 0.26
|
||||||
Elapsed_time_in_days: 0.00974537
|
Elapsed_time_in_days: 0.0108333
|
||||||
|
|
||||||
Virtual_time_in_seconds: 842.03
|
Virtual_time_in_seconds: 935.71
|
||||||
Virtual_time_in_minutes: 14.0338
|
Virtual_time_in_minutes: 15.5952
|
||||||
Virtual_time_in_hours: 0.233897
|
Virtual_time_in_hours: 0.259919
|
||||||
Virtual_time_in_days: 0.00974572
|
Virtual_time_in_days: 0.01083
|
||||||
|
|
||||||
Ruby_current_time: 10609379371
|
Ruby_current_time: 10611136755
|
||||||
Ruby_start_time: 0
|
Ruby_start_time: 0
|
||||||
Ruby_cycles: 10609379371
|
Ruby_cycles: 10611136755
|
||||||
|
|
||||||
mbytes_resident: 268.047
|
mbytes_resident: 255.668
|
||||||
mbytes_total: 470.199
|
mbytes_total: 506.359
|
||||||
resident_ratio: 0.570071
|
resident_ratio: 0.504922
|
||||||
|
|
||||||
ruby_cycles_executed: [ 10609379372 10609379372 ]
|
ruby_cycles_executed: [ 10611136756 10611136756 ]
|
||||||
|
|
||||||
Busy Controller Counts:
|
Busy Controller Counts:
|
||||||
L1Cache-0:0 L1Cache-1:0
|
L1Cache-0:0 L1Cache-1:0
|
||||||
|
@ -30,18 +30,18 @@ DMA-0:0
|
||||||
|
|
||||||
Busy Bank Count:0
|
Busy Bank Count:0
|
||||||
|
|
||||||
sequencer_requests_outstanding: [binsize: 1 max: 2 count: 187820632 average: 1.00009 | standard deviation: 0.00953306 | 0 187803562 17070 ]
|
sequencer_requests_outstanding: [binsize: 1 max: 2 count: 189629563 average: 1.00009 | standard deviation: 0.00948804 | 0 189612491 17072 ]
|
||||||
|
|
||||||
All Non-Zero Cycle Demand Cache Accesses
|
All Non-Zero Cycle Demand Cache Accesses
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
miss_latency: [binsize: 1 max: 171 count: 187820631 average: 3.39134 | standard deviation: 5.2186 | 0 0 0 185167359 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 968687 360 299 324 1431839 442 29 55471 396 374 169 16721 201 124 40 32 58 1 1 3 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12771 11 6 12 99731 53 39 34 64890 57 7 6 12 49 6 0 1 5 5 ]
|
miss_latency: [binsize: 1 max: 171 count: 189629562 average: 3.38837 | standard deviation: 5.2007 | 0 0 0 186971926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 971398 311 266 292 1434090 392 51 54821 354 335 192 16528 110 142 35 32 50 3 1 1 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12755 7 7 13 100203 39 33 32 64996 57 6 5 14 47 5 3 0 3 3 ]
|
||||||
miss_latency_LD: [binsize: 1 max: 171 count: 14904214 average: 5.1415 | standard deviation: 9.3064 | 0 0 0 13521342 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127527 49 51 45 1194807 288 8 19874 224 232 85 4872 149 99 34 25 32 1 1 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2618 2 2 1 16177 17 7 5 15599 14 3 1 4 10 3 0 0 1 1 ]
|
miss_latency_LD: [binsize: 1 max: 168 count: 14911026 average: 5.14403 | standard deviation: 9.30738 | 0 0 0 13525110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 129680 44 39 43 1195959 268 20 19713 183 210 99 4905 71 117 32 25 30 3 1 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2553 0 1 1 16289 11 3 6 15564 15 4 3 4 14 2 1 ]
|
||||||
miss_latency_ST: [binsize: 1 max: 171 count: 9480962 average: 5.51309 | standard deviation: 17.8961 | 0 0 0 9129497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28986 16 10 12 180921 99 2 14858 85 68 52 1857 24 15 2 2 7 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4517 5 0 4 70891 24 21 21 48866 33 3 5 5 39 3 0 1 4 4 ]
|
miss_latency_ST: [binsize: 1 max: 171 count: 9485677 average: 5.51946 | standard deviation: 17.9241 | 0 0 0 9133789 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28572 9 9 4 181841 81 8 14495 87 61 54 1688 25 14 1 4 6 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4608 3 3 4 71166 22 16 18 49004 33 1 2 6 31 3 1 0 3 3 ]
|
||||||
miss_latency_IFETCH: [binsize: 1 max: 165 count: 162265044 average: 3.09464 | standard deviation: 1.92336 | 0 0 0 161451088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 795815 273 223 254 225 27 19 28 19 28 0 0 0 0 0 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5358 4 4 7 11621 10 11 8 3 9 0 0 3 ]
|
miss_latency_IFETCH: [binsize: 1 max: 168 count: 164061652 average: 3.09372 | standard deviation: 1.91508 | 0 0 0 163246895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 796713 238 201 234 171 20 21 22 23 20 0 0 0 0 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5320 4 3 8 11707 6 12 7 5 9 1 0 4 1 0 1 ]
|
||||||
miss_latency_RMW_Read: [binsize: 1 max: 163 count: 492779 average: 6.1766 | standard deviation: 10.7903 | 0 0 0 426659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10783 15 11 11 33161 10 0 12125 33 16 10 8497 16 8 2 2 6 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 227 0 0 0 868 1 0 0 315 1 1 ]
|
miss_latency_RMW_Read: [binsize: 1 max: 166 count: 493615 average: 6.17279 | standard deviation: 10.7803 | 0 0 0 427441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10781 17 14 10 33213 10 0 12152 28 23 20 8480 5 3 1 3 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 228 0 0 0 868 0 1 1 313 0 0 0 0 1 ]
|
||||||
miss_latency_Locked_RMW_Read: [binsize: 1 max: 161 count: 338816 average: 5.46921 | standard deviation: 8.08396 | 0 0 0 299957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5576 7 4 2 22725 18 0 8586 35 30 22 1495 12 2 2 3 6 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 174 1 0 0 107 ]
|
miss_latency_Locked_RMW_Read: [binsize: 1 max: 161 count: 338796 average: 5.46747 | standard deviation: 8.06826 | 0 0 0 299895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5652 3 3 1 22906 13 2 8439 33 21 19 1455 9 8 1 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 173 0 1 0 110 ]
|
||||||
miss_latency_Locked_RMW_Write: [binsize: 1 max: 3 count: 338816 average: 3 | standard deviation: 0 | 0 0 0 338816 ]
|
miss_latency_Locked_RMW_Write: [binsize: 1 max: 3 count: 338796 average: 3 | standard deviation: 0 | 0 0 0 338796 ]
|
||||||
miss_latency_NULL: [binsize: 1 max: 171 count: 187820631 average: 3.39134 | standard deviation: 5.2186 | 0 0 0 185167359 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 968687 360 299 324 1431839 442 29 55471 396 374 169 16721 201 124 40 32 58 1 1 3 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12771 11 6 12 99731 53 39 34 64890 57 7 6 12 49 6 0 1 5 5 ]
|
miss_latency_NULL: [binsize: 1 max: 171 count: 189629562 average: 3.38837 | standard deviation: 5.2007 | 0 0 0 186971926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 971398 311 266 292 1434090 392 51 54821 354 335 192 16528 110 142 35 32 50 3 1 1 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12755 7 7 13 100203 39 33 32 64996 57 6 5 14 47 5 3 0 3 3 ]
|
||||||
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
miss_latency_wCC_issue_to_initial_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
||||||
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
miss_latency_wCC_initial_forward_request: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
||||||
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
miss_latency_wCC_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
||||||
|
@ -52,12 +52,12 @@ miss_latency_dir_initial_forward_request: [binsize: 1 max: 0 count: 0 average: N
|
||||||
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
miss_latency_dir_forward_to_first_response: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
||||||
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
miss_latency_dir_first_response_to_completion: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
||||||
imcomplete_dir_Times: 0
|
imcomplete_dir_Times: 0
|
||||||
miss_latency_LD_NULL: [binsize: 1 max: 171 count: 14904214 average: 5.1415 | standard deviation: 9.3064 | 0 0 0 13521342 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127527 49 51 45 1194807 288 8 19874 224 232 85 4872 149 99 34 25 32 1 1 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2618 2 2 1 16177 17 7 5 15599 14 3 1 4 10 3 0 0 1 1 ]
|
miss_latency_LD_NULL: [binsize: 1 max: 168 count: 14911026 average: 5.14403 | standard deviation: 9.30738 | 0 0 0 13525110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 129680 44 39 43 1195959 268 20 19713 183 210 99 4905 71 117 32 25 30 3 1 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2553 0 1 1 16289 11 3 6 15564 15 4 3 4 14 2 1 ]
|
||||||
miss_latency_ST_NULL: [binsize: 1 max: 171 count: 9480962 average: 5.51309 | standard deviation: 17.8961 | 0 0 0 9129497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28986 16 10 12 180921 99 2 14858 85 68 52 1857 24 15 2 2 7 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4517 5 0 4 70891 24 21 21 48866 33 3 5 5 39 3 0 1 4 4 ]
|
miss_latency_ST_NULL: [binsize: 1 max: 171 count: 9485677 average: 5.51946 | standard deviation: 17.9241 | 0 0 0 9133789 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 28572 9 9 4 181841 81 8 14495 87 61 54 1688 25 14 1 4 6 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4608 3 3 4 71166 22 16 18 49004 33 1 2 6 31 3 1 0 3 3 ]
|
||||||
miss_latency_IFETCH_NULL: [binsize: 1 max: 165 count: 162265044 average: 3.09464 | standard deviation: 1.92336 | 0 0 0 161451088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 795815 273 223 254 225 27 19 28 19 28 0 0 0 0 0 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5358 4 4 7 11621 10 11 8 3 9 0 0 3 ]
|
miss_latency_IFETCH_NULL: [binsize: 1 max: 168 count: 164061652 average: 3.09372 | standard deviation: 1.91508 | 0 0 0 163246895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 796713 238 201 234 171 20 21 22 23 20 0 0 0 0 0 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5320 4 3 8 11707 6 12 7 5 9 1 0 4 1 0 1 ]
|
||||||
miss_latency_RMW_Read_NULL: [binsize: 1 max: 163 count: 492779 average: 6.1766 | standard deviation: 10.7903 | 0 0 0 426659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10783 15 11 11 33161 10 0 12125 33 16 10 8497 16 8 2 2 6 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 227 0 0 0 868 1 0 0 315 1 1 ]
|
miss_latency_RMW_Read_NULL: [binsize: 1 max: 166 count: 493615 average: 6.17279 | standard deviation: 10.7803 | 0 0 0 427441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10781 17 14 10 33213 10 0 12152 28 23 20 8480 5 3 1 3 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 228 0 0 0 868 0 1 1 313 0 0 0 0 1 ]
|
||||||
miss_latency_Locked_RMW_Read_NULL: [binsize: 1 max: 161 count: 338816 average: 5.46921 | standard deviation: 8.08396 | 0 0 0 299957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5576 7 4 2 22725 18 0 8586 35 30 22 1495 12 2 2 3 6 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 51 0 0 0 174 1 0 0 107 ]
|
miss_latency_Locked_RMW_Read_NULL: [binsize: 1 max: 161 count: 338796 average: 5.46747 | standard deviation: 8.06826 | 0 0 0 299895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5652 3 3 1 22906 13 2 8439 33 21 19 1455 9 8 1 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 46 0 0 0 173 0 1 0 110 ]
|
||||||
miss_latency_Locked_RMW_Write_NULL: [binsize: 1 max: 3 count: 338816 average: 3 | standard deviation: 0 | 0 0 0 338816 ]
|
miss_latency_Locked_RMW_Write_NULL: [binsize: 1 max: 3 count: 338796 average: 3 | standard deviation: 0 | 0 0 0 338796 ]
|
||||||
|
|
||||||
All Non-Zero Cycle SW Prefetch Requests
|
All Non-Zero Cycle SW Prefetch Requests
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
@ -71,12 +71,12 @@ filter_action: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN
|
||||||
|
|
||||||
Message Delayed Cycles
|
Message Delayed Cycles
|
||||||
----------------------
|
----------------------
|
||||||
Total_delay_cycles: [binsize: 1 max: 13 count: 10850974 average: 0.59462 | standard deviation: 1.42374 | 9237583 1029 657 892 1609097 1059 106 119 110 244 9 6 16 47 ]
|
Total_delay_cycles: [binsize: 1 max: 13 count: 10872044 average: 0.594087 | standard deviation: 1.42322 | 9257017 966 601 871 1611047 867 138 98 114 242 5 7 16 55 ]
|
||||||
Total_nonPF_delay_cycles: [binsize: 1 max: 9 count: 4764816 average: 0.0223746 | standard deviation: 0.296857 | 4737436 520 425 679 25631 106 3 1 10 5 ]
|
Total_nonPF_delay_cycles: [binsize: 1 max: 9 count: 4773322 average: 0.0220343 | standard deviation: 0.294682 | 4746360 488 366 641 25333 123 1 2 5 3 ]
|
||||||
virtual_network_0_delay_cycles: [binsize: 1 max: 13 count: 6086158 average: 1.04263 | standard deviation: 1.75725 | 4500147 509 232 213 1583466 953 103 118 100 239 9 6 16 47 ]
|
virtual_network_0_delay_cycles: [binsize: 1 max: 13 count: 6098722 average: 1.04182 | standard deviation: 1.75681 | 4510657 478 235 230 1585714 744 137 96 109 239 5 7 16 55 ]
|
||||||
virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
virtual_network_1_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
||||||
virtual_network_2_delay_cycles: [binsize: 1 max: 9 count: 83533 average: 0.0149761 | standard deviation: 0.225696 | 83067 123 97 98 116 28 0 0 0 4 ]
|
virtual_network_2_delay_cycles: [binsize: 1 max: 9 count: 82482 average: 0.0127543 | standard deviation: 0.207023 | 82092 101 67 103 99 17 0 0 0 3 ]
|
||||||
virtual_network_3_delay_cycles: [binsize: 1 max: 9 count: 4681283 average: 0.0225067 | standard deviation: 0.297971 | 4654369 397 328 581 25515 78 3 1 10 1 ]
|
virtual_network_3_delay_cycles: [binsize: 1 max: 8 count: 4690840 average: 0.0221975 | standard deviation: 0.295989 | 4664268 387 299 538 25234 106 1 2 5 ]
|
||||||
virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
virtual_network_4_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
||||||
virtual_network_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
virtual_network_5_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
||||||
virtual_network_6_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
virtual_network_6_delay_cycles: [binsize: 1 max: 0 count: 0 average: NaN |standard deviation: NaN | 0 ]
|
||||||
|
@ -87,82 +87,82 @@ Total_nonPF_delay_cycles: [binsize: 1 max: 9 count: 4764816 average: 0.0223746 |
|
||||||
Resource Usage
|
Resource Usage
|
||||||
--------------
|
--------------
|
||||||
page_size: 4096
|
page_size: 4096
|
||||||
user_time: 841
|
user_time: 935
|
||||||
system_time: 0
|
system_time: 0
|
||||||
page_reclaims: 69674
|
page_reclaims: 66867
|
||||||
page_faults: 18
|
page_faults: 113
|
||||||
swaps: 0
|
swaps: 0
|
||||||
block_inputs: 16056
|
block_inputs: 0
|
||||||
block_outputs: 408
|
block_outputs: 0
|
||||||
|
|
||||||
Network Stats
|
Network Stats
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
total_msg_count_Control: 8492901 67943208
|
total_msg_count_Control: 8507592 68060736
|
||||||
total_msg_count_Request_Control: 248654 1989232
|
total_msg_count_Request_Control: 245557 1964456
|
||||||
total_msg_count_Response_Data: 8788194 632749968
|
total_msg_count_Response_Data: 8804181 633901032
|
||||||
total_msg_count_Response_Control: 10854297 86834376
|
total_msg_count_Response_Control: 10879239 87033912
|
||||||
total_msg_count_Writeback_Data: 4753752 342270144
|
total_msg_count_Writeback_Data: 4760235 342736920
|
||||||
total_msg_count_Writeback_Control: 282753 2262024
|
total_msg_count_Writeback_Control: 290208 2321664
|
||||||
total_msgs: 33420551 total_bytes: 1134048952
|
total_msgs: 33487012 total_bytes: 1136018720
|
||||||
|
|
||||||
switch_0_inlinks: 2
|
switch_0_inlinks: 2
|
||||||
switch_0_outlinks: 2
|
switch_0_outlinks: 2
|
||||||
links_utilized_percent_switch_0: 0.0323999
|
links_utilized_percent_switch_0: 0.0329182
|
||||||
links_utilized_percent_switch_0_link_0: 0.0382499 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_0_link_0: 0.0389055 bw: 16000 base_latency: 1
|
||||||
links_utilized_percent_switch_0_link_1: 0.02655 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_0_link_1: 0.0269309 bw: 16000 base_latency: 1
|
||||||
|
|
||||||
outgoing_messages_switch_0_link_0_Request_Control: 42688 341504 [ 42688 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_0_link_0_Request_Control: 42316 338528 [ 42316 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_0_link_0_Response_Data: 842729 60676488 [ 0 842729 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_0_link_0_Response_Data: 857284 61724448 [ 0 857284 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_0_link_0_Response_Control: 488898 3911184 [ 0 488898 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_0_link_0_Response_Control: 498762 3990096 [ 0 498762 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_0_link_1_Control: 855066 6840528 [ 855066 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_0_link_1_Control: 869376 6955008 [ 869376 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_0_link_1_Response_Data: 40424 2910528 [ 0 40424 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_0_link_1_Response_Data: 39863 2870136 [ 0 39863 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_0_link_1_Response_Control: 517774 4142192 [ 0 16296 501478 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_0_link_1_Response_Control: 527853 4222824 [ 0 16344 511509 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_0_link_1_Writeback_Data: 429162 30899664 [ 429108 54 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_0_link_1_Writeback_Data: 435670 31368240 [ 435613 57 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_0_link_1_Writeback_Control: 34458 275664 [ 34458 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_0_link_1_Writeback_Control: 38325 306600 [ 38325 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
|
|
||||||
switch_1_inlinks: 2
|
switch_1_inlinks: 2
|
||||||
switch_1_outlinks: 2
|
switch_1_outlinks: 2
|
||||||
links_utilized_percent_switch_1: 0.0735359
|
links_utilized_percent_switch_1: 0.0731522
|
||||||
links_utilized_percent_switch_1_link_0: 0.0818749 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_1_link_0: 0.0814063 bw: 16000 base_latency: 1
|
||||||
links_utilized_percent_switch_1_link_1: 0.0651969 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_1_link_1: 0.064898 bw: 16000 base_latency: 1
|
||||||
|
|
||||||
outgoing_messages_switch_1_link_0_Request_Control: 40845 326760 [ 40845 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_1_link_0_Request_Control: 40166 321328 [ 40166 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_1_link_0_Response_Data: 1788501 128772072 [ 0 1788501 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_1_link_0_Response_Data: 1778465 128049480 [ 0 1778465 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_1_link_0_Response_Control: 1235479 9883832 [ 0 1235479 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_1_link_0_Response_Control: 1229916 9839328 [ 0 1229916 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_1_link_1_Control: 1798206 14385648 [ 1798206 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_1_link_1_Control: 1788260 14306080 [ 1788260 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_1_link_1_Response_Data: 34071 2453112 [ 0 34071 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_1_link_1_Response_Data: 33641 2422152 [ 0 33641 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_1_link_1_Response_Control: 1270539 10164312 [ 0 17798 1252741 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_1_link_1_Response_Control: 1263724 10109792 [ 0 17462 1246262 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_1_link_1_Writeback_Data: 1155422 83190384 [ 1155308 114 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_1_link_1_Writeback_Data: 1151075 82877400 [ 1150966 109 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_1_link_1_Writeback_Control: 59793 478344 [ 59793 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_1_link_1_Writeback_Control: 58411 467288 [ 58411 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
|
|
||||||
switch_2_inlinks: 2
|
switch_2_inlinks: 2
|
||||||
switch_2_outlinks: 2
|
switch_2_outlinks: 2
|
||||||
links_utilized_percent_switch_2: 0.110241
|
links_utilized_percent_switch_2: 0.110433
|
||||||
links_utilized_percent_switch_2_link_0: 0.0976111 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_2_link_0: 0.0977505 bw: 16000 base_latency: 1
|
||||||
links_utilized_percent_switch_2_link_1: 0.122871 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_2_link_1: 0.123116 bw: 16000 base_latency: 1
|
||||||
|
|
||||||
outgoing_messages_switch_2_link_0_Control: 2653272 21226176 [ 2653272 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_2_link_0_Control: 2657636 21261088 [ 2657636 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_2_link_0_Response_Data: 202919 14610168 [ 0 202919 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_2_link_0_Response_Data: 203222 14631984 [ 0 203222 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_2_link_0_Response_Control: 1876808 15014464 [ 0 122589 1754219 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_2_link_0_Response_Control: 1880796 15046368 [ 0 123025 1757771 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_2_link_0_Writeback_Data: 1584584 114090048 [ 1584416 168 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_2_link_0_Writeback_Data: 1586745 114245640 [ 1586579 166 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_2_link_0_Writeback_Control: 94251 754008 [ 94251 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_2_link_0_Writeback_Control: 96736 773888 [ 96736 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_2_link_1_Control: 177695 1421560 [ 177695 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_2_link_1_Control: 178228 1425824 [ 178228 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_2_link_1_Request_Control: 81588 652704 [ 81588 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_2_link_1_Request_Control: 80593 644744 [ 80593 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_2_link_1_Response_Data: 2677208 192758976 [ 0 2677208 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_2_link_1_Response_Data: 2682995 193175640 [ 0 2682995 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_2_link_1_Response_Control: 1717623 13740984 [ 0 1717623 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_2_link_1_Response_Control: 1722141 13777128 [ 0 1722141 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
|
|
||||||
switch_3_inlinks: 2
|
switch_3_inlinks: 2
|
||||||
switch_3_outlinks: 2
|
switch_3_outlinks: 2
|
||||||
links_utilized_percent_switch_3: 0.00651138
|
links_utilized_percent_switch_3: 0.00653492
|
||||||
links_utilized_percent_switch_3_link_0: 0.00495717 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_3_link_0: 0.00498048 bw: 16000 base_latency: 1
|
||||||
links_utilized_percent_switch_3_link_1: 0.00806559 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_3_link_1: 0.00808936 bw: 16000 base_latency: 1
|
||||||
|
|
||||||
outgoing_messages_switch_3_link_0_Control: 177695 1421560 [ 177695 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_3_link_0_Control: 178228 1425824 [ 178228 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_3_link_0_Response_Data: 95249 6857928 [ 0 95249 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_3_link_0_Response_Data: 95756 6894432 [ 0 95756 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_3_link_0_Response_Control: 16914 135312 [ 0 16914 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_3_link_0_Response_Control: 16939 135512 [ 0 16939 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_3_link_1_Response_Data: 177695 12794040 [ 0 177695 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_3_link_1_Response_Data: 178228 12832416 [ 0 178228 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_3_link_1_Response_Control: 112163 897304 [ 0 112163 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_3_link_1_Response_Control: 112695 901560 [ 0 112695 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
|
|
||||||
switch_4_inlinks: 2
|
switch_4_inlinks: 2
|
||||||
switch_4_outlinks: 2
|
switch_4_outlinks: 2
|
||||||
|
@ -173,104 +173,104 @@ links_utilized_percent_switch_4: 0
|
||||||
|
|
||||||
switch_5_inlinks: 5
|
switch_5_inlinks: 5
|
||||||
switch_5_outlinks: 5
|
switch_5_outlinks: 5
|
||||||
links_utilized_percent_switch_5: 0.0445386
|
links_utilized_percent_switch_5: 0.0446086
|
||||||
links_utilized_percent_switch_5_link_0: 0.0382499 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_5_link_0: 0.0389055 bw: 16000 base_latency: 1
|
||||||
links_utilized_percent_switch_5_link_1: 0.0818749 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_5_link_1: 0.0814063 bw: 16000 base_latency: 1
|
||||||
links_utilized_percent_switch_5_link_2: 0.0976111 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_5_link_2: 0.0977505 bw: 16000 base_latency: 1
|
||||||
links_utilized_percent_switch_5_link_3: 0.00495717 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_5_link_3: 0.00498048 bw: 16000 base_latency: 1
|
||||||
links_utilized_percent_switch_5_link_4: 0 bw: 16000 base_latency: 1
|
links_utilized_percent_switch_5_link_4: 0 bw: 16000 base_latency: 1
|
||||||
|
|
||||||
outgoing_messages_switch_5_link_0_Request_Control: 42688 341504 [ 42688 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_0_Request_Control: 42316 338528 [ 42316 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_0_Response_Data: 842729 60676488 [ 0 842729 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_0_Response_Data: 857284 61724448 [ 0 857284 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_0_Response_Control: 488898 3911184 [ 0 488898 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_0_Response_Control: 498762 3990096 [ 0 498762 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_1_Request_Control: 40845 326760 [ 40845 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_1_Request_Control: 40166 321328 [ 40166 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_1_Response_Data: 1788501 128772072 [ 0 1788501 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_1_Response_Data: 1778465 128049480 [ 0 1778465 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_1_Response_Control: 1235479 9883832 [ 0 1235479 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_1_Response_Control: 1229916 9839328 [ 0 1229916 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_2_Control: 2653272 21226176 [ 2653272 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_2_Control: 2657636 21261088 [ 2657636 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_2_Response_Data: 202919 14610168 [ 0 202919 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_2_Response_Data: 203222 14631984 [ 0 203222 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_2_Response_Control: 1876808 15014464 [ 0 122589 1754219 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_2_Response_Control: 1880796 15046368 [ 0 123025 1757771 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_2_Writeback_Data: 1584584 114090048 [ 1584416 168 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_2_Writeback_Data: 1586745 114245640 [ 1586579 166 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_2_Writeback_Control: 94251 754008 [ 94251 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_2_Writeback_Control: 96736 773888 [ 96736 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_3_Control: 177695 1421560 [ 177695 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_3_Control: 178228 1425824 [ 178228 0 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_3_Response_Data: 95249 6857928 [ 0 95249 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_3_Response_Data: 95756 6894432 [ 0 95756 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
outgoing_messages_switch_5_link_3_Response_Control: 16914 135312 [ 0 16914 0 0 0 0 0 0 0 0 ] base_latency: 1
|
outgoing_messages_switch_5_link_3_Response_Control: 16939 135512 [ 0 16939 0 0 0 0 0 0 0 0 ] base_latency: 1
|
||||||
|
|
||||||
Cache Stats: system.l1_cntrl0.L1IcacheMemory
|
Cache Stats: system.l1_cntrl0.L1IcacheMemory
|
||||||
system.l1_cntrl0.L1IcacheMemory_total_misses: 326846
|
system.l1_cntrl0.L1IcacheMemory_total_misses: 331052
|
||||||
system.l1_cntrl0.L1IcacheMemory_total_demand_misses: 326846
|
system.l1_cntrl0.L1IcacheMemory_total_demand_misses: 331052
|
||||||
system.l1_cntrl0.L1IcacheMemory_total_prefetches: 0
|
system.l1_cntrl0.L1IcacheMemory_total_prefetches: 0
|
||||||
system.l1_cntrl0.L1IcacheMemory_total_sw_prefetches: 0
|
system.l1_cntrl0.L1IcacheMemory_total_sw_prefetches: 0
|
||||||
system.l1_cntrl0.L1IcacheMemory_total_hw_prefetches: 0
|
system.l1_cntrl0.L1IcacheMemory_total_hw_prefetches: 0
|
||||||
|
|
||||||
system.l1_cntrl0.L1IcacheMemory_request_type_IFETCH: 100%
|
system.l1_cntrl0.L1IcacheMemory_request_type_IFETCH: 100%
|
||||||
|
|
||||||
system.l1_cntrl0.L1IcacheMemory_access_mode_type_Supervisor: 326846 100%
|
system.l1_cntrl0.L1IcacheMemory_access_mode_type_Supervisor: 331052 100%
|
||||||
|
|
||||||
Cache Stats: system.l1_cntrl0.L1DcacheMemory
|
Cache Stats: system.l1_cntrl0.L1DcacheMemory
|
||||||
system.l1_cntrl0.L1DcacheMemory_total_misses: 528220
|
system.l1_cntrl0.L1DcacheMemory_total_misses: 538324
|
||||||
system.l1_cntrl0.L1DcacheMemory_total_demand_misses: 528220
|
system.l1_cntrl0.L1DcacheMemory_total_demand_misses: 538324
|
||||||
system.l1_cntrl0.L1DcacheMemory_total_prefetches: 0
|
system.l1_cntrl0.L1DcacheMemory_total_prefetches: 0
|
||||||
system.l1_cntrl0.L1DcacheMemory_total_sw_prefetches: 0
|
system.l1_cntrl0.L1DcacheMemory_total_sw_prefetches: 0
|
||||||
system.l1_cntrl0.L1DcacheMemory_total_hw_prefetches: 0
|
system.l1_cntrl0.L1DcacheMemory_total_hw_prefetches: 0
|
||||||
|
|
||||||
system.l1_cntrl0.L1DcacheMemory_request_type_LD: 54.1774%
|
system.l1_cntrl0.L1DcacheMemory_request_type_LD: 54.6959%
|
||||||
system.l1_cntrl0.L1DcacheMemory_request_type_ST: 45.8226%
|
system.l1_cntrl0.L1DcacheMemory_request_type_ST: 45.3041%
|
||||||
|
|
||||||
system.l1_cntrl0.L1DcacheMemory_access_mode_type_Supervisor: 528220 100%
|
system.l1_cntrl0.L1DcacheMemory_access_mode_type_Supervisor: 538324 100%
|
||||||
|
|
||||||
--- L1Cache ---
|
--- L1Cache ---
|
||||||
- Event Counts -
|
- Event Counts -
|
||||||
Load [6224073 8680141 ] 14904214
|
Load [6302183 8608843 ] 14911026
|
||||||
Ifetch [103471616 58793435 ] 162265051
|
Ifetch [105452422 58609236 ] 164061658
|
||||||
Store [5279560 5371813 ] 10651373
|
Store [5316807 5340077 ] 10656884
|
||||||
Inv [16350 17912 ] 34262
|
Inv [16401 17571 ] 33972
|
||||||
L1_Replacement [827635 1770998 ] 2598633
|
L1_Replacement [842231 1761215 ] 2603446
|
||||||
Fwd_GETX [12252 11795 ] 24047
|
Fwd_GETX [11967 11549 ] 23516
|
||||||
Fwd_GETS [14082 11138 ] 25220
|
Fwd_GETS [13944 11046 ] 24990
|
||||||
Fwd_GET_INSTR [4 0 ] 4
|
Fwd_GET_INSTR [4 0 ] 4
|
||||||
Data [658 968 ] 1626
|
Data [640 949 ] 1589
|
||||||
Data_Exclusive [248296 1024255 ] 1272551
|
Data_Exclusive [256580 1019234 ] 1275814
|
||||||
DataS_fromL1 [11138 14086 ] 25224
|
DataS_fromL1 [11046 13948 ] 24994
|
||||||
Data_all_Acks [582637 749192 ] 1331829
|
Data_all_Acks [589018 744334 ] 1333352
|
||||||
Ack [12337 9705 ] 22042
|
Ack [12092 9795 ] 21887
|
||||||
Ack_all [12995 10673 ] 23668
|
Ack_all [12732 10744 ] 23476
|
||||||
WB_Ack [463566 1215101 ] 1678667
|
WB_Ack [473938 1209377 ] 1683315
|
||||||
|
|
||||||
- Transitions -
|
- Transitions -
|
||||||
NP Load [277889 1086402 ] 1364291
|
NP Load [286086 1081309 ] 1367395
|
||||||
NP Ifetch [326723 486562 ] 813285
|
NP Ifetch [330926 483173 ] 814099
|
||||||
NP Store [224047 199057 ] 423104
|
NP Store [226242 197757 ] 423999
|
||||||
NP Inv [5639 4132 ] 9771
|
NP Inv [5584 4068 ] 9652
|
||||||
NP L1_Replacement [0 0 ] 0
|
NP L1_Replacement [0 0 ] 0
|
||||||
|
|
||||||
I Load [8287 10294 ] 18581
|
I Load [8355 10166 ] 18521
|
||||||
I Ifetch [123 548 ] 671
|
I Ifetch [126 532 ] 658
|
||||||
I Store [5660 5638 ] 11298
|
I Store [5549 5528 ] 11077
|
||||||
I Inv [0 0 ] 0
|
I Inv [0 0 ] 0
|
||||||
I L1_Replacement [8798 9094 ] 17892
|
I L1_Replacement [8754 8728 ] 17482
|
||||||
|
|
||||||
S Load [577238 501390 ] 1078628
|
S Load [576650 500308 ] 1076958
|
||||||
S Ifetch [103144768 58306320 ] 161451088
|
S Ifetch [105121368 58125527 ] 163246895
|
||||||
S Store [12337 9705 ] 22042
|
S Store [12092 9795 ] 21887
|
||||||
S Inv [10590 13636 ] 24226
|
S Inv [10695 13362 ] 24057
|
||||||
S L1_Replacement [355271 546803 ] 902074
|
S L1_Replacement [359539 543110 ] 902649
|
||||||
|
|
||||||
E Load [1142385 2670000 ] 3812385
|
E Load [1186542 2631089 ] 3817631
|
||||||
E Ifetch [0 0 ] 0
|
E Ifetch [0 0 ] 0
|
||||||
E Store [81265 85104 ] 166369
|
E Store [82337 84568 ] 166905
|
||||||
E Inv [67 30 ] 97
|
E Inv [65 32 ] 97
|
||||||
E L1_Replacement [165622 937435 ] 1103057
|
E L1_Replacement [172847 933185 ] 1106032
|
||||||
E Fwd_GETX [352 103 ] 455
|
E Fwd_GETX [241 150 ] 391
|
||||||
E Fwd_GETS [877 1394 ] 2271
|
E Fwd_GETS [923 1251 ] 2174
|
||||||
E Fwd_GET_INSTR [0 0 ] 0
|
E Fwd_GET_INSTR [0 0 ] 0
|
||||||
|
|
||||||
M Load [4218274 4412055 ] 8630329
|
M Load [4244550 4385971 ] 8630521
|
||||||
M Ifetch [0 0 ] 0
|
M Ifetch [0 0 ] 0
|
||||||
M Store [4956251 5072309 ] 10028560
|
M Store [4990587 5042429 ] 10033016
|
||||||
M Inv [54 114 ] 168
|
M Inv [57 109 ] 166
|
||||||
M L1_Replacement [297944 277666 ] 575610
|
M L1_Replacement [301091 276192 ] 577283
|
||||||
M Fwd_GETX [11900 11692 ] 23592
|
M Fwd_GETX [11726 11399 ] 23125
|
||||||
M Fwd_GETS [13205 9744 ] 22949
|
M Fwd_GETS [13021 9795 ] 22816
|
||||||
M Fwd_GET_INSTR [4 0 ] 4
|
M Fwd_GET_INSTR [4 0 ] 4
|
||||||
|
|
||||||
IS Load [0 0 ] 0
|
IS Load [0 0 ] 0
|
||||||
|
@ -278,17 +278,17 @@ IS Ifetch [0 0 ] 0
|
||||||
IS Store [0 0 ] 0
|
IS Store [0 0 ] 0
|
||||||
IS Inv [0 0 ] 0
|
IS Inv [0 0 ] 0
|
||||||
IS L1_Replacement [0 0 ] 0
|
IS L1_Replacement [0 0 ] 0
|
||||||
IS Data_Exclusive [248296 1024255 ] 1272551
|
IS Data_Exclusive [256580 1019234 ] 1275814
|
||||||
IS DataS_fromL1 [11138 14086 ] 25224
|
IS DataS_fromL1 [11046 13948 ] 24994
|
||||||
IS Data_all_Acks [353588 545465 ] 899053
|
IS Data_all_Acks [357867 541998 ] 899865
|
||||||
|
|
||||||
IM Load [0 0 ] 0
|
IM Load [0 0 ] 0
|
||||||
IM Ifetch [0 0 ] 0
|
IM Ifetch [0 0 ] 0
|
||||||
IM Store [0 0 ] 0
|
IM Store [0 0 ] 0
|
||||||
IM Inv [0 0 ] 0
|
IM Inv [0 0 ] 0
|
||||||
IM L1_Replacement [0 0 ] 0
|
IM L1_Replacement [0 0 ] 0
|
||||||
IM Data [658 968 ] 1626
|
IM Data [640 949 ] 1589
|
||||||
IM Data_all_Acks [229049 203727 ] 432776
|
IM Data_all_Acks [231151 202336 ] 433487
|
||||||
IM Ack [0 0 ] 0
|
IM Ack [0 0 ] 0
|
||||||
|
|
||||||
SM Load [0 0 ] 0
|
SM Load [0 0 ] 0
|
||||||
|
@ -296,8 +296,8 @@ SM Ifetch [0 0 ] 0
|
||||||
SM Store [0 0 ] 0
|
SM Store [0 0 ] 0
|
||||||
SM Inv [0 0 ] 0
|
SM Inv [0 0 ] 0
|
||||||
SM L1_Replacement [0 0 ] 0
|
SM L1_Replacement [0 0 ] 0
|
||||||
SM Ack [12337 9705 ] 22042
|
SM Ack [12092 9795 ] 21887
|
||||||
SM Ack_all [12995 10673 ] 23668
|
SM Ack_all [12732 10744 ] 23476
|
||||||
|
|
||||||
IS_I Load [0 0 ] 0
|
IS_I Load [0 0 ] 0
|
||||||
IS_I Ifetch [0 0 ] 0
|
IS_I Ifetch [0 0 ] 0
|
||||||
|
@ -309,14 +309,14 @@ IS_I DataS_fromL1 [0 0 ] 0
|
||||||
IS_I Data_all_Acks [0 0 ] 0
|
IS_I Data_all_Acks [0 0 ] 0
|
||||||
|
|
||||||
M_I Load [0 0 ] 0
|
M_I Load [0 0 ] 0
|
||||||
M_I Ifetch [2 5 ] 7
|
M_I Ifetch [2 4 ] 6
|
||||||
M_I Store [0 0 ] 0
|
M_I Store [0 0 ] 0
|
||||||
M_I Inv [0 0 ] 0
|
M_I Inv [0 0 ] 0
|
||||||
M_I L1_Replacement [0 0 ] 0
|
M_I L1_Replacement [0 0 ] 0
|
||||||
M_I Fwd_GETX [0 0 ] 0
|
M_I Fwd_GETX [0 0 ] 0
|
||||||
M_I Fwd_GETS [0 0 ] 0
|
M_I Fwd_GETS [0 0 ] 0
|
||||||
M_I Fwd_GET_INSTR [0 0 ] 0
|
M_I Fwd_GET_INSTR [0 0 ] 0
|
||||||
M_I WB_Ack [463566 1215101 ] 1678667
|
M_I WB_Ack [473938 1209377 ] 1683315
|
||||||
|
|
||||||
SINK_WB_ACK Load [0 0 ] 0
|
SINK_WB_ACK Load [0 0 ] 0
|
||||||
SINK_WB_ACK Ifetch [0 0 ] 0
|
SINK_WB_ACK Ifetch [0 0 ] 0
|
||||||
|
@ -326,97 +326,97 @@ SINK_WB_ACK L1_Replacement [0 0 ] 0
|
||||||
SINK_WB_ACK WB_Ack [0 0 ] 0
|
SINK_WB_ACK WB_Ack [0 0 ] 0
|
||||||
|
|
||||||
Cache Stats: system.l1_cntrl1.L1IcacheMemory
|
Cache Stats: system.l1_cntrl1.L1IcacheMemory
|
||||||
system.l1_cntrl1.L1IcacheMemory_total_misses: 487110
|
system.l1_cntrl1.L1IcacheMemory_total_misses: 483705
|
||||||
system.l1_cntrl1.L1IcacheMemory_total_demand_misses: 487110
|
system.l1_cntrl1.L1IcacheMemory_total_demand_misses: 483705
|
||||||
system.l1_cntrl1.L1IcacheMemory_total_prefetches: 0
|
system.l1_cntrl1.L1IcacheMemory_total_prefetches: 0
|
||||||
system.l1_cntrl1.L1IcacheMemory_total_sw_prefetches: 0
|
system.l1_cntrl1.L1IcacheMemory_total_sw_prefetches: 0
|
||||||
system.l1_cntrl1.L1IcacheMemory_total_hw_prefetches: 0
|
system.l1_cntrl1.L1IcacheMemory_total_hw_prefetches: 0
|
||||||
|
|
||||||
system.l1_cntrl1.L1IcacheMemory_request_type_IFETCH: 100%
|
system.l1_cntrl1.L1IcacheMemory_request_type_IFETCH: 100%
|
||||||
|
|
||||||
system.l1_cntrl1.L1IcacheMemory_access_mode_type_Supervisor: 487110 100%
|
system.l1_cntrl1.L1IcacheMemory_access_mode_type_Supervisor: 483705 100%
|
||||||
|
|
||||||
Cache Stats: system.l1_cntrl1.L1DcacheMemory
|
Cache Stats: system.l1_cntrl1.L1DcacheMemory
|
||||||
system.l1_cntrl1.L1DcacheMemory_total_misses: 1311096
|
system.l1_cntrl1.L1DcacheMemory_total_misses: 1304555
|
||||||
system.l1_cntrl1.L1DcacheMemory_total_demand_misses: 1311096
|
system.l1_cntrl1.L1DcacheMemory_total_demand_misses: 1304555
|
||||||
system.l1_cntrl1.L1DcacheMemory_total_prefetches: 0
|
system.l1_cntrl1.L1DcacheMemory_total_prefetches: 0
|
||||||
system.l1_cntrl1.L1DcacheMemory_total_sw_prefetches: 0
|
system.l1_cntrl1.L1DcacheMemory_total_sw_prefetches: 0
|
||||||
system.l1_cntrl1.L1DcacheMemory_total_hw_prefetches: 0
|
system.l1_cntrl1.L1DcacheMemory_total_hw_prefetches: 0
|
||||||
|
|
||||||
system.l1_cntrl1.L1DcacheMemory_request_type_LD: 83.6473%
|
system.l1_cntrl1.L1DcacheMemory_request_type_LD: 83.6665%
|
||||||
system.l1_cntrl1.L1DcacheMemory_request_type_ST: 16.3527%
|
system.l1_cntrl1.L1DcacheMemory_request_type_ST: 16.3335%
|
||||||
|
|
||||||
system.l1_cntrl1.L1DcacheMemory_access_mode_type_Supervisor: 1311096 100%
|
system.l1_cntrl1.L1DcacheMemory_access_mode_type_Supervisor: 1304555 100%
|
||||||
|
|
||||||
Cache Stats: system.l2_cntrl0.L2cacheMemory
|
Cache Stats: system.l2_cntrl0.L2cacheMemory
|
||||||
system.l2_cntrl0.L2cacheMemory_total_misses: 226966
|
system.l2_cntrl0.L2cacheMemory_total_misses: 226738
|
||||||
system.l2_cntrl0.L2cacheMemory_total_demand_misses: 226966
|
system.l2_cntrl0.L2cacheMemory_total_demand_misses: 226738
|
||||||
system.l2_cntrl0.L2cacheMemory_total_prefetches: 0
|
system.l2_cntrl0.L2cacheMemory_total_prefetches: 0
|
||||||
system.l2_cntrl0.L2cacheMemory_total_sw_prefetches: 0
|
system.l2_cntrl0.L2cacheMemory_total_sw_prefetches: 0
|
||||||
system.l2_cntrl0.L2cacheMemory_total_hw_prefetches: 0
|
system.l2_cntrl0.L2cacheMemory_total_hw_prefetches: 0
|
||||||
|
|
||||||
system.l2_cntrl0.L2cacheMemory_request_type_GETS: 26.2969%
|
system.l2_cntrl0.L2cacheMemory_request_type_GETS: 26.2245%
|
||||||
system.l2_cntrl0.L2cacheMemory_request_type_GET_INSTR: 7.50861%
|
system.l2_cntrl0.L2cacheMemory_request_type_GET_INSTR: 7.53822%
|
||||||
system.l2_cntrl0.L2cacheMemory_request_type_GETX: 66.1945%
|
system.l2_cntrl0.L2cacheMemory_request_type_GETX: 66.2372%
|
||||||
|
|
||||||
system.l2_cntrl0.L2cacheMemory_access_mode_type_Supervisor: 226966 100%
|
system.l2_cntrl0.L2cacheMemory_access_mode_type_Supervisor: 226738 100%
|
||||||
|
|
||||||
--- L2Cache ---
|
--- L2Cache ---
|
||||||
- Event Counts -
|
- Event Counts -
|
||||||
L1_GET_INSTR [813956 ] 813956
|
L1_GET_INSTR [814757 ] 814757
|
||||||
L1_GETS [1383116 ] 1383116
|
L1_GETS [1386175 ] 1386175
|
||||||
L1_GETX [434406 ] 434406
|
L1_GETX [435076 ] 435076
|
||||||
L1_UPGRADE [22042 ] 22042
|
L1_UPGRADE [21887 ] 21887
|
||||||
L1_PUTX [1678667 ] 1678667
|
L1_PUTX [1683315 ] 1683315
|
||||||
L1_PUTX_old [0 ] 0
|
L1_PUTX_old [0 ] 0
|
||||||
Fwd_L1_GETX [0 ] 0
|
Fwd_L1_GETX [0 ] 0
|
||||||
Fwd_L1_GETS [0 ] 0
|
Fwd_L1_GETS [0 ] 0
|
||||||
Fwd_L1_GET_INSTR [0 ] 0
|
Fwd_L1_GET_INSTR [0 ] 0
|
||||||
L2_Replacement [95206 ] 95206
|
L2_Replacement [95713 ] 95713
|
||||||
L2_Replacement_clean [16957 ] 16957
|
L2_Replacement_clean [16982 ] 16982
|
||||||
Mem_Data [177695 ] 177695
|
Mem_Data [178228 ] 178228
|
||||||
Mem_Ack [112163 ] 112163
|
Mem_Ack [112695 ] 112695
|
||||||
WB_Data [24702 ] 24702
|
WB_Data [24497 ] 24497
|
||||||
WB_Data_clean [690 ] 690
|
WB_Data_clean [663 ] 663
|
||||||
Ack [1945 ] 1945
|
Ack [1889 ] 1889
|
||||||
Ack_all [8481 ] 8481
|
Ack_all [8441 ] 8441
|
||||||
Unblock [25224 ] 25224
|
Unblock [24994 ] 24994
|
||||||
Unblock_Cancel [0 ] 0
|
Unblock_Cancel [0 ] 0
|
||||||
Exclusive_Unblock [1728995 ] 1728995
|
Exclusive_Unblock [1732777 ] 1732777
|
||||||
MEM_Inv [0 ] 0
|
MEM_Inv [0 ] 0
|
||||||
|
|
||||||
- Transitions -
|
- Transitions -
|
||||||
NP L1_GET_INSTR [17038 ] 17038
|
NP L1_GET_INSTR [17088 ] 17088
|
||||||
NP L1_GETS [34465 ] 34465
|
NP L1_GETS [34471 ] 34471
|
||||||
NP L1_GETX [126192 ] 126192
|
NP L1_GETX [126669 ] 126669
|
||||||
NP L1_PUTX [0 ] 0
|
NP L1_PUTX [0 ] 0
|
||||||
NP L1_PUTX_old [0 ] 0
|
NP L1_PUTX_old [0 ] 0
|
||||||
|
|
||||||
SS L1_GET_INSTR [796726 ] 796726
|
SS L1_GET_INSTR [797476 ] 797476
|
||||||
SS L1_GETS [85101 ] 85101
|
SS L1_GETS [85112 ] 85112
|
||||||
SS L1_GETX [1832 ] 1832
|
SS L1_GETX [1790 ] 1790
|
||||||
SS L1_UPGRADE [22042 ] 22042
|
SS L1_UPGRADE [21887 ] 21887
|
||||||
SS L1_PUTX [0 ] 0
|
SS L1_PUTX [0 ] 0
|
||||||
SS L1_PUTX_old [0 ] 0
|
SS L1_PUTX_old [0 ] 0
|
||||||
SS L2_Replacement [266 ] 266
|
SS L2_Replacement [269 ] 269
|
||||||
SS L2_Replacement_clean [8118 ] 8118
|
SS L2_Replacement_clean [8075 ] 8075
|
||||||
SS MEM_Inv [0 ] 0
|
SS MEM_Inv [0 ] 0
|
||||||
|
|
||||||
M L1_GET_INSTR [188 ] 188
|
M L1_GET_INSTR [189 ] 189
|
||||||
M L1_GETS [1238086 ] 1238086
|
M L1_GETS [1241343 ] 1241343
|
||||||
M L1_GETX [282331 ] 282331
|
M L1_GETX [283101 ] 283101
|
||||||
M L1_PUTX [0 ] 0
|
M L1_PUTX [0 ] 0
|
||||||
M L1_PUTX_old [0 ] 0
|
M L1_PUTX_old [0 ] 0
|
||||||
M L2_Replacement [94758 ] 94758
|
M L2_Replacement [95264 ] 95264
|
||||||
M L2_Replacement_clean [8756 ] 8756
|
M L2_Replacement_clean [8824 ] 8824
|
||||||
M MEM_Inv [0 ] 0
|
M MEM_Inv [0 ] 0
|
||||||
|
|
||||||
MT L1_GET_INSTR [4 ] 4
|
MT L1_GET_INSTR [4 ] 4
|
||||||
MT L1_GETS [25220 ] 25220
|
MT L1_GETS [24990 ] 24990
|
||||||
MT L1_GETX [24047 ] 24047
|
MT L1_GETX [23516 ] 23516
|
||||||
MT L1_PUTX [1678667 ] 1678667
|
MT L1_PUTX [1683315 ] 1683315
|
||||||
MT L1_PUTX_old [0 ] 0
|
MT L1_PUTX_old [0 ] 0
|
||||||
MT L2_Replacement [182 ] 182
|
MT L2_Replacement [180 ] 180
|
||||||
MT L2_Replacement_clean [83 ] 83
|
MT L2_Replacement_clean [83 ] 83
|
||||||
MT MEM_Inv [0 ] 0
|
MT MEM_Inv [0 ] 0
|
||||||
|
|
||||||
|
@ -426,7 +426,7 @@ M_I L1_GETX [0 ] 0
|
||||||
M_I L1_UPGRADE [0 ] 0
|
M_I L1_UPGRADE [0 ] 0
|
||||||
M_I L1_PUTX [0 ] 0
|
M_I L1_PUTX [0 ] 0
|
||||||
M_I L1_PUTX_old [0 ] 0
|
M_I L1_PUTX_old [0 ] 0
|
||||||
M_I Mem_Ack [112163 ] 112163
|
M_I Mem_Ack [112695 ] 112695
|
||||||
M_I MEM_Inv [0 ] 0
|
M_I MEM_Inv [0 ] 0
|
||||||
|
|
||||||
MT_I L1_GET_INSTR [0 ] 0
|
MT_I L1_GET_INSTR [0 ] 0
|
||||||
|
@ -435,7 +435,7 @@ MT_I L1_GETX [0 ] 0
|
||||||
MT_I L1_UPGRADE [0 ] 0
|
MT_I L1_UPGRADE [0 ] 0
|
||||||
MT_I L1_PUTX [0 ] 0
|
MT_I L1_PUTX [0 ] 0
|
||||||
MT_I L1_PUTX_old [0 ] 0
|
MT_I L1_PUTX_old [0 ] 0
|
||||||
MT_I WB_Data [125 ] 125
|
MT_I WB_Data [123 ] 123
|
||||||
MT_I WB_Data_clean [0 ] 0
|
MT_I WB_Data_clean [0 ] 0
|
||||||
MT_I Ack_all [57 ] 57
|
MT_I Ack_all [57 ] 57
|
||||||
MT_I MEM_Inv [0 ] 0
|
MT_I MEM_Inv [0 ] 0
|
||||||
|
@ -456,8 +456,8 @@ I_I L1_GETX [0 ] 0
|
||||||
I_I L1_UPGRADE [0 ] 0
|
I_I L1_UPGRADE [0 ] 0
|
||||||
I_I L1_PUTX [0 ] 0
|
I_I L1_PUTX [0 ] 0
|
||||||
I_I L1_PUTX_old [0 ] 0
|
I_I L1_PUTX_old [0 ] 0
|
||||||
I_I Ack [1679 ] 1679
|
I_I Ack [1633 ] 1633
|
||||||
I_I Ack_all [8118 ] 8118
|
I_I Ack_all [8075 ] 8075
|
||||||
|
|
||||||
S_I L1_GET_INSTR [0 ] 0
|
S_I L1_GET_INSTR [0 ] 0
|
||||||
S_I L1_GETS [0 ] 0
|
S_I L1_GETS [0 ] 0
|
||||||
|
@ -465,8 +465,8 @@ S_I L1_GETX [0 ] 0
|
||||||
S_I L1_UPGRADE [0 ] 0
|
S_I L1_UPGRADE [0 ] 0
|
||||||
S_I L1_PUTX [0 ] 0
|
S_I L1_PUTX [0 ] 0
|
||||||
S_I L1_PUTX_old [0 ] 0
|
S_I L1_PUTX_old [0 ] 0
|
||||||
S_I Ack [266 ] 266
|
S_I Ack [256 ] 256
|
||||||
S_I Ack_all [266 ] 266
|
S_I Ack_all [269 ] 269
|
||||||
S_I MEM_Inv [0 ] 0
|
S_I MEM_Inv [0 ] 0
|
||||||
|
|
||||||
ISS L1_GET_INSTR [0 ] 0
|
ISS L1_GET_INSTR [0 ] 0
|
||||||
|
@ -476,7 +476,7 @@ ISS L1_PUTX [0 ] 0
|
||||||
ISS L1_PUTX_old [0 ] 0
|
ISS L1_PUTX_old [0 ] 0
|
||||||
ISS L2_Replacement [0 ] 0
|
ISS L2_Replacement [0 ] 0
|
||||||
ISS L2_Replacement_clean [0 ] 0
|
ISS L2_Replacement_clean [0 ] 0
|
||||||
ISS Mem_Data [34465 ] 34465
|
ISS Mem_Data [34471 ] 34471
|
||||||
ISS MEM_Inv [0 ] 0
|
ISS MEM_Inv [0 ] 0
|
||||||
|
|
||||||
IS L1_GET_INSTR [0 ] 0
|
IS L1_GET_INSTR [0 ] 0
|
||||||
|
@ -486,7 +486,7 @@ IS L1_PUTX [0 ] 0
|
||||||
IS L1_PUTX_old [0 ] 0
|
IS L1_PUTX_old [0 ] 0
|
||||||
IS L2_Replacement [0 ] 0
|
IS L2_Replacement [0 ] 0
|
||||||
IS L2_Replacement_clean [0 ] 0
|
IS L2_Replacement_clean [0 ] 0
|
||||||
IS Mem_Data [17038 ] 17038
|
IS Mem_Data [17088 ] 17088
|
||||||
IS MEM_Inv [0 ] 0
|
IS MEM_Inv [0 ] 0
|
||||||
|
|
||||||
IM L1_GET_INSTR [0 ] 0
|
IM L1_GET_INSTR [0 ] 0
|
||||||
|
@ -496,11 +496,11 @@ IM L1_PUTX [0 ] 0
|
||||||
IM L1_PUTX_old [0 ] 0
|
IM L1_PUTX_old [0 ] 0
|
||||||
IM L2_Replacement [0 ] 0
|
IM L2_Replacement [0 ] 0
|
||||||
IM L2_Replacement_clean [0 ] 0
|
IM L2_Replacement_clean [0 ] 0
|
||||||
IM Mem_Data [126192 ] 126192
|
IM Mem_Data [126669 ] 126669
|
||||||
IM MEM_Inv [0 ] 0
|
IM MEM_Inv [0 ] 0
|
||||||
|
|
||||||
SS_MB L1_GET_INSTR [0 ] 0
|
SS_MB L1_GET_INSTR [0 ] 0
|
||||||
SS_MB L1_GETS [174 ] 174
|
SS_MB L1_GETS [197 ] 197
|
||||||
SS_MB L1_GETX [0 ] 0
|
SS_MB L1_GETX [0 ] 0
|
||||||
SS_MB L1_UPGRADE [0 ] 0
|
SS_MB L1_UPGRADE [0 ] 0
|
||||||
SS_MB L1_PUTX [0 ] 0
|
SS_MB L1_PUTX [0 ] 0
|
||||||
|
@ -508,19 +508,19 @@ SS_MB L1_PUTX_old [0 ] 0
|
||||||
SS_MB L2_Replacement [0 ] 0
|
SS_MB L2_Replacement [0 ] 0
|
||||||
SS_MB L2_Replacement_clean [0 ] 0
|
SS_MB L2_Replacement_clean [0 ] 0
|
||||||
SS_MB Unblock_Cancel [0 ] 0
|
SS_MB Unblock_Cancel [0 ] 0
|
||||||
SS_MB Exclusive_Unblock [23874 ] 23874
|
SS_MB Exclusive_Unblock [23677 ] 23677
|
||||||
SS_MB MEM_Inv [0 ] 0
|
SS_MB MEM_Inv [0 ] 0
|
||||||
|
|
||||||
MT_MB L1_GET_INSTR [0 ] 0
|
MT_MB L1_GET_INSTR [0 ] 0
|
||||||
MT_MB L1_GETS [70 ] 70
|
MT_MB L1_GETS [62 ] 62
|
||||||
MT_MB L1_GETX [4 ] 4
|
MT_MB L1_GETX [0 ] 0
|
||||||
MT_MB L1_UPGRADE [0 ] 0
|
MT_MB L1_UPGRADE [0 ] 0
|
||||||
MT_MB L1_PUTX [0 ] 0
|
MT_MB L1_PUTX [0 ] 0
|
||||||
MT_MB L1_PUTX_old [0 ] 0
|
MT_MB L1_PUTX_old [0 ] 0
|
||||||
MT_MB L2_Replacement [0 ] 0
|
MT_MB L2_Replacement [0 ] 0
|
||||||
MT_MB L2_Replacement_clean [0 ] 0
|
MT_MB L2_Replacement_clean [0 ] 0
|
||||||
MT_MB Unblock_Cancel [0 ] 0
|
MT_MB Unblock_Cancel [0 ] 0
|
||||||
MT_MB Exclusive_Unblock [1705121 ] 1705121
|
MT_MB Exclusive_Unblock [1709100 ] 1709100
|
||||||
MT_MB MEM_Inv [0 ] 0
|
MT_MB MEM_Inv [0 ] 0
|
||||||
|
|
||||||
M_MB L1_GET_INSTR [0 ] 0
|
M_MB L1_GET_INSTR [0 ] 0
|
||||||
|
@ -542,9 +542,9 @@ MT_IIB L1_PUTX [0 ] 0
|
||||||
MT_IIB L1_PUTX_old [0 ] 0
|
MT_IIB L1_PUTX_old [0 ] 0
|
||||||
MT_IIB L2_Replacement [0 ] 0
|
MT_IIB L2_Replacement [0 ] 0
|
||||||
MT_IIB L2_Replacement_clean [0 ] 0
|
MT_IIB L2_Replacement_clean [0 ] 0
|
||||||
MT_IIB WB_Data [24523 ] 24523
|
MT_IIB WB_Data [24325 ] 24325
|
||||||
MT_IIB WB_Data_clean [689 ] 689
|
MT_IIB WB_Data_clean [663 ] 663
|
||||||
MT_IIB Unblock [12 ] 12
|
MT_IIB Unblock [6 ] 6
|
||||||
MT_IIB MEM_Inv [0 ] 0
|
MT_IIB MEM_Inv [0 ] 0
|
||||||
|
|
||||||
MT_IB L1_GET_INSTR [0 ] 0
|
MT_IB L1_GET_INSTR [0 ] 0
|
||||||
|
@ -555,8 +555,8 @@ MT_IB L1_PUTX [0 ] 0
|
||||||
MT_IB L1_PUTX_old [0 ] 0
|
MT_IB L1_PUTX_old [0 ] 0
|
||||||
MT_IB L2_Replacement [0 ] 0
|
MT_IB L2_Replacement [0 ] 0
|
||||||
MT_IB L2_Replacement_clean [0 ] 0
|
MT_IB L2_Replacement_clean [0 ] 0
|
||||||
MT_IB WB_Data [11 ] 11
|
MT_IB WB_Data [6 ] 6
|
||||||
MT_IB WB_Data_clean [1 ] 1
|
MT_IB WB_Data_clean [0 ] 0
|
||||||
MT_IB Unblock_Cancel [0 ] 0
|
MT_IB Unblock_Cancel [0 ] 0
|
||||||
MT_IB MEM_Inv [0 ] 0
|
MT_IB MEM_Inv [0 ] 0
|
||||||
|
|
||||||
|
@ -568,41 +568,41 @@ MT_SB L1_PUTX [0 ] 0
|
||||||
MT_SB L1_PUTX_old [0 ] 0
|
MT_SB L1_PUTX_old [0 ] 0
|
||||||
MT_SB L2_Replacement [0 ] 0
|
MT_SB L2_Replacement [0 ] 0
|
||||||
MT_SB L2_Replacement_clean [0 ] 0
|
MT_SB L2_Replacement_clean [0 ] 0
|
||||||
MT_SB Unblock [25212 ] 25212
|
MT_SB Unblock [24988 ] 24988
|
||||||
MT_SB MEM_Inv [0 ] 0
|
MT_SB MEM_Inv [0 ] 0
|
||||||
|
|
||||||
Memory controller: system.dir_cntrl0.memBuffer:
|
Memory controller: system.dir_cntrl0.memBuffer:
|
||||||
memory_total_requests: 272944
|
memory_total_requests: 273984
|
||||||
memory_reads: 177695
|
memory_reads: 178228
|
||||||
memory_writes: 95249
|
memory_writes: 95756
|
||||||
memory_refreshes: 4108449
|
memory_refreshes: 4121604
|
||||||
memory_total_request_delays: 25207
|
memory_total_request_delays: 24710
|
||||||
memory_delays_per_request: 0.0923523
|
memory_delays_per_request: 0.0901877
|
||||||
memory_delays_in_input_queue: 7
|
memory_delays_in_input_queue: 14
|
||||||
memory_delays_behind_head_of_bank_queue: 0
|
memory_delays_behind_head_of_bank_queue: 0
|
||||||
memory_delays_stalled_at_head_of_bank_queue: 25200
|
memory_delays_stalled_at_head_of_bank_queue: 24696
|
||||||
memory_stalls_for_bank_busy: 11193
|
memory_stalls_for_bank_busy: 10948
|
||||||
memory_stalls_for_random_busy: 0
|
memory_stalls_for_random_busy: 0
|
||||||
memory_stalls_for_anti_starvation: 0
|
memory_stalls_for_anti_starvation: 0
|
||||||
memory_stalls_for_arbitration: 2202
|
memory_stalls_for_arbitration: 2078
|
||||||
memory_stalls_for_bus: 11804
|
memory_stalls_for_bus: 11665
|
||||||
memory_stalls_for_tfaw: 0
|
memory_stalls_for_tfaw: 0
|
||||||
memory_stalls_for_read_write_turnaround: 0
|
memory_stalls_for_read_write_turnaround: 0
|
||||||
memory_stalls_for_read_read_turnaround: 1
|
memory_stalls_for_read_read_turnaround: 5
|
||||||
accesses_per_bank: 8796 9232 8713 8487 8759 8199 8936 8313 8486 8359 8337 9440 8301 8128 8185 7202 8172 8248 8224 8141 8420 8367 8241 8178 8468 8442 8634 9202 9127 8950 10053 8204
|
accesses_per_bank: 8772 9164 8720 8601 8832 8296 9047 8408 8557 8367 8357 9453 8328 8124 8143 7165 8279 8292 8242 8119 8483 8396 8265 8262 8529 8487 8608 9184 9135 8956 10142 8271
|
||||||
|
|
||||||
--- Directory ---
|
--- Directory ---
|
||||||
- Event Counts -
|
- Event Counts -
|
||||||
Fetch [177695 ] 177695
|
Fetch [178228 ] 178228
|
||||||
Data [95249 ] 95249
|
Data [95756 ] 95756
|
||||||
Memory_Data [177695 ] 177695
|
Memory_Data [178228 ] 178228
|
||||||
Memory_Ack [95249 ] 95249
|
Memory_Ack [95756 ] 95756
|
||||||
DMA_READ [0 ] 0
|
DMA_READ [0 ] 0
|
||||||
DMA_WRITE [0 ] 0
|
DMA_WRITE [0 ] 0
|
||||||
CleanReplacement [16914 ] 16914
|
CleanReplacement [16939 ] 16939
|
||||||
|
|
||||||
- Transitions -
|
- Transitions -
|
||||||
I Fetch [177695 ] 177695
|
I Fetch [178228 ] 178228
|
||||||
I DMA_READ [0 ] 0
|
I DMA_READ [0 ] 0
|
||||||
I DMA_WRITE [0 ] 0
|
I DMA_WRITE [0 ] 0
|
||||||
|
|
||||||
|
@ -618,20 +618,20 @@ ID_W Memory_Ack [0 ] 0
|
||||||
ID_W DMA_READ [0 ] 0
|
ID_W DMA_READ [0 ] 0
|
||||||
ID_W DMA_WRITE [0 ] 0
|
ID_W DMA_WRITE [0 ] 0
|
||||||
|
|
||||||
M Data [95249 ] 95249
|
M Data [95756 ] 95756
|
||||||
M DMA_READ [0 ] 0
|
M DMA_READ [0 ] 0
|
||||||
M DMA_WRITE [0 ] 0
|
M DMA_WRITE [0 ] 0
|
||||||
M CleanReplacement [16914 ] 16914
|
M CleanReplacement [16939 ] 16939
|
||||||
|
|
||||||
IM Fetch [0 ] 0
|
IM Fetch [0 ] 0
|
||||||
IM Data [0 ] 0
|
IM Data [0 ] 0
|
||||||
IM Memory_Data [177695 ] 177695
|
IM Memory_Data [178228 ] 178228
|
||||||
IM DMA_READ [0 ] 0
|
IM DMA_READ [0 ] 0
|
||||||
IM DMA_WRITE [0 ] 0
|
IM DMA_WRITE [0 ] 0
|
||||||
|
|
||||||
MI Fetch [0 ] 0
|
MI Fetch [0 ] 0
|
||||||
MI Data [0 ] 0
|
MI Data [0 ] 0
|
||||||
MI Memory_Ack [95249 ] 95249
|
MI Memory_Ack [95756 ] 95756
|
||||||
MI DMA_READ [0 ] 0
|
MI DMA_READ [0 ] 0
|
||||||
MI DMA_WRITE [0 ] 0
|
MI DMA_WRITE [0 ] 0
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,10 @@ warn: Reading current count from inactive timer.
|
||||||
warn: Sockets disabled, not accepting gdb connections
|
warn: Sockets disabled, not accepting gdb connections
|
||||||
warn: Don't know what interrupt to clear for console.
|
warn: Don't know what interrupt to clear for console.
|
||||||
warn: instruction 'fxsave' unimplemented
|
warn: instruction 'fxsave' unimplemented
|
||||||
|
warn: x86 cpuid: unknown family 0x8086
|
||||||
warn: instruction 'wbinvd' unimplemented
|
warn: instruction 'wbinvd' unimplemented
|
||||||
warn: instruction 'wbinvd' unimplemented
|
warn: instruction 'wbinvd' unimplemented
|
||||||
|
warn: x86 cpuid: unknown family 0x8086
|
||||||
hack: Assuming logical destinations are 1 << id.
|
hack: Assuming logical destinations are 1 << id.
|
||||||
warn: Tried to clear PCI interrupt 14
|
warn: Tried to clear PCI interrupt 14
|
||||||
warn: Unknown mouse command 0xe1.
|
warn: Unknown mouse command 0xe1.
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
|
Redirecting stdout to build/X86_MESI_CMP_directory/tests/opt/long/fs/10.linux-boot/x86/linux/pc-simple-timing-ruby-MESI_CMP_directory/simout
|
||||||
|
Redirecting stderr to build/X86_MESI_CMP_directory/tests/opt/long/fs/10.linux-boot/x86/linux/pc-simple-timing-ruby-MESI_CMP_directory/simerr
|
||||||
gem5 Simulator System. http://gem5.org
|
gem5 Simulator System. http://gem5.org
|
||||||
gem5 is copyrighted software; use the --copyright option for details.
|
gem5 is copyrighted software; use the --copyright option for details.
|
||||||
|
|
||||||
gem5 compiled Jul 2 2012 09:03:01
|
gem5 compiled Jul 22 2012 08:55:10
|
||||||
gem5 started Jul 2 2012 15:09:17
|
gem5 started Jul 22 2012 08:55:16
|
||||||
gem5 executing on zizzer
|
gem5 executing on ribera.cs.wisc.edu
|
||||||
command line: build/X86_MESI_CMP_directory/gem5.fast -d build/X86_MESI_CMP_directory/tests/fast/long/fs/10.linux-boot/x86/linux/pc-simple-timing-ruby-MESI_CMP_directory -re tests/run.py build/X86_MESI_CMP_directory/tests/fast/long/fs/10.linux-boot/x86/linux/pc-simple-timing-ruby-MESI_CMP_directory
|
command line: build/X86_MESI_CMP_directory/gem5.opt -d build/X86_MESI_CMP_directory/tests/opt/long/fs/10.linux-boot/x86/linux/pc-simple-timing-ruby-MESI_CMP_directory -re tests/run.py build/X86_MESI_CMP_directory/tests/opt/long/fs/10.linux-boot/x86/linux/pc-simple-timing-ruby-MESI_CMP_directory
|
||||||
warning: add_child('terminal'): child 'terminal' already has parent
|
warning: add_child('terminal'): child 'terminal' already has parent
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: kernel located at: /dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9.smp
|
info: kernel located at: /scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9.smp
|
||||||
|
0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
Exiting @ tick 5305568291500 because m5_exit instruction encountered
|
Exiting @ tick 5305568377500 because m5_exit instruction encountered
|
||||||
|
|
|
@ -1,77 +1,107 @@
|
||||||
|
|
||||||
---------- Begin Simulation Statistics ----------
|
---------- Begin Simulation Statistics ----------
|
||||||
sim_seconds 5.305568 # Number of seconds simulated
|
sim_seconds 5.305568 # Number of seconds simulated
|
||||||
sim_ticks 5305568291500 # Number of ticks simulated
|
sim_ticks 5305568377500 # Number of ticks simulated
|
||||||
final_tick 5305568291500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
final_tick 5305568377500 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
host_inst_rate 254586 # Simulator instruction rate (inst/s)
|
host_inst_rate 148548 # Simulator instruction rate (inst/s)
|
||||||
host_op_rate 522269 # Simulator op (including micro ops) rate (op/s)
|
host_op_rate 304739 # Simulator op (including micro ops) rate (op/s)
|
||||||
host_tick_rate 9722568027 # Simulator tick rate (ticks/s)
|
host_tick_rate 5673062484 # Simulator tick rate (ticks/s)
|
||||||
host_mem_usage 466304 # Number of bytes of host memory used
|
host_mem_usage 518516 # Number of bytes of host memory used
|
||||||
host_seconds 545.70 # Real time elapsed on the host
|
host_seconds 935.22 # Real time elapsed on the host
|
||||||
sim_insts 138926459 # Number of instructions simulated
|
sim_insts 138925597 # Number of instructions simulated
|
||||||
sim_ops 285000258 # Number of ops (including micro ops) simulated
|
sim_ops 284998538 # Number of ops (including micro ops) simulated
|
||||||
system.physmem.bytes_read::pc.south_bridge.ide 35160 # Number of bytes read from this memory
|
system.physmem.bytes_read::pc.south_bridge.ide 35160 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu0.dtb.walker 131880 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu0.dtb.walker 131880 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu0.itb.walker 65368 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu0.itb.walker 65368 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu0.inst 843624624 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu0.inst 843619360 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu0.data 40107648 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu0.data 40106316 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu1.dtb.walker 91872 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu1.dtb.walker 91872 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu1.itb.walker 42696 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu1.itb.walker 42696 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu1.inst 468878472 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu1.inst 468873856 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu1.data 53485285 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu1.data 53484588 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::total 1406463005 # Number of bytes read from this memory
|
system.physmem.bytes_read::total 1406451096 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_inst_read::cpu0.inst 843624624 # Number of instructions bytes read from this memory
|
system.physmem.bytes_inst_read::cpu0.inst 843619360 # Number of instructions bytes read from this memory
|
||||||
system.physmem.bytes_inst_read::cpu1.inst 468878472 # Number of instructions bytes read from this memory
|
system.physmem.bytes_inst_read::cpu1.inst 468873856 # Number of instructions bytes read from this memory
|
||||||
system.physmem.bytes_inst_read::total 1312503096 # Number of instructions bytes read from this memory
|
system.physmem.bytes_inst_read::total 1312493216 # Number of instructions bytes read from this memory
|
||||||
system.physmem.bytes_written::pc.south_bridge.ide 2991104 # Number of bytes written to this memory
|
system.physmem.bytes_written::pc.south_bridge.ide 2991104 # Number of bytes written to this memory
|
||||||
system.physmem.bytes_written::cpu0.itb.walker 16 # Number of bytes written to this memory
|
system.physmem.bytes_written::cpu0.itb.walker 16 # Number of bytes written to this memory
|
||||||
system.physmem.bytes_written::cpu0.data 32434308 # Number of bytes written to this memory
|
system.physmem.bytes_written::cpu0.data 32433610 # Number of bytes written to this memory
|
||||||
system.physmem.bytes_written::cpu1.data 35512736 # Number of bytes written to this memory
|
system.physmem.bytes_written::cpu1.data 35512400 # Number of bytes written to this memory
|
||||||
system.physmem.bytes_written::total 70938164 # Number of bytes written to this memory
|
system.physmem.bytes_written::total 70937130 # Number of bytes written to this memory
|
||||||
system.physmem.num_reads::pc.south_bridge.ide 811 # Number of read requests responded to by this memory
|
system.physmem.num_reads::pc.south_bridge.ide 811 # Number of read requests responded to by this memory
|
||||||
system.physmem.num_reads::cpu0.dtb.walker 16485 # Number of read requests responded to by this memory
|
system.physmem.num_reads::cpu0.dtb.walker 16485 # Number of read requests responded to by this memory
|
||||||
system.physmem.num_reads::cpu0.itb.walker 8171 # Number of read requests responded to by this memory
|
system.physmem.num_reads::cpu0.itb.walker 8171 # Number of read requests responded to by this memory
|
||||||
system.physmem.num_reads::cpu0.inst 105453078 # Number of read requests responded to by this memory
|
system.physmem.num_reads::cpu0.inst 105452420 # Number of read requests responded to by this memory
|
||||||
system.physmem.num_reads::cpu0.data 6721984 # Number of read requests responded to by this memory
|
system.physmem.num_reads::cpu0.data 6721793 # Number of read requests responded to by this memory
|
||||||
system.physmem.num_reads::cpu1.dtb.walker 11484 # Number of read requests responded to by this memory
|
system.physmem.num_reads::cpu1.dtb.walker 11484 # Number of read requests responded to by this memory
|
||||||
system.physmem.num_reads::cpu1.itb.walker 5337 # Number of read requests responded to by this memory
|
system.physmem.num_reads::cpu1.itb.walker 5337 # Number of read requests responded to by this memory
|
||||||
system.physmem.num_reads::cpu1.inst 58609809 # Number of read requests responded to by this memory
|
system.physmem.num_reads::cpu1.inst 58609232 # Number of read requests responded to by this memory
|
||||||
system.physmem.num_reads::cpu1.data 8980290 # Number of read requests responded to by this memory
|
system.physmem.num_reads::cpu1.data 8980167 # Number of read requests responded to by this memory
|
||||||
system.physmem.num_reads::total 179807449 # Number of read requests responded to by this memory
|
system.physmem.num_reads::total 179805900 # Number of read requests responded to by this memory
|
||||||
system.physmem.num_writes::pc.south_bridge.ide 46736 # Number of write requests responded to by this memory
|
system.physmem.num_writes::pc.south_bridge.ide 46736 # Number of write requests responded to by this memory
|
||||||
system.physmem.num_writes::cpu0.itb.walker 2 # Number of write requests responded to by this memory
|
system.physmem.num_writes::cpu0.itb.walker 2 # Number of write requests responded to by this memory
|
||||||
system.physmem.num_writes::cpu0.data 4872641 # Number of write requests responded to by this memory
|
system.physmem.num_writes::cpu0.data 4872539 # Number of write requests responded to by this memory
|
||||||
system.physmem.num_writes::cpu1.data 4951979 # Number of write requests responded to by this memory
|
system.physmem.num_writes::cpu1.data 4951932 # Number of write requests responded to by this memory
|
||||||
system.physmem.num_writes::total 9871358 # Number of write requests responded to by this memory
|
system.physmem.num_writes::total 9871209 # Number of write requests responded to by this memory
|
||||||
system.physmem.bw_read::pc.south_bridge.ide 6627 # Total read bandwidth from this memory (bytes/s)
|
system.physmem.bw_read::pc.south_bridge.ide 6627 # Total read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_read::cpu0.dtb.walker 24857 # Total read bandwidth from this memory (bytes/s)
|
system.physmem.bw_read::cpu0.dtb.walker 24857 # Total read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_read::cpu0.itb.walker 12321 # Total read bandwidth from this memory (bytes/s)
|
system.physmem.bw_read::cpu0.itb.walker 12321 # Total read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_read::cpu0.inst 159007401 # Total read bandwidth from this memory (bytes/s)
|
system.physmem.bw_read::cpu0.inst 159006406 # Total read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_read::cpu0.data 7559539 # Total read bandwidth from this memory (bytes/s)
|
system.physmem.bw_read::cpu0.data 7559287 # Total read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_read::cpu1.dtb.walker 17316 # Total read bandwidth from this memory (bytes/s)
|
system.physmem.bw_read::cpu1.dtb.walker 17316 # Total read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_read::cpu1.itb.walker 8047 # Total read bandwidth from this memory (bytes/s)
|
system.physmem.bw_read::cpu1.itb.walker 8047 # Total read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_read::cpu1.inst 88374788 # Total read bandwidth from this memory (bytes/s)
|
system.physmem.bw_read::cpu1.inst 88373916 # Total read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_read::cpu1.data 10080972 # Total read bandwidth from this memory (bytes/s)
|
system.physmem.bw_read::cpu1.data 10080840 # Total read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_read::total 265091867 # Total read bandwidth from this memory (bytes/s)
|
system.physmem.bw_read::total 265089618 # Total read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_inst_read::cpu0.inst 159007401 # Instruction read bandwidth from this memory (bytes/s)
|
system.physmem.bw_inst_read::cpu0.inst 159006406 # Instruction read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_inst_read::cpu1.inst 88374788 # Instruction read bandwidth from this memory (bytes/s)
|
system.physmem.bw_inst_read::cpu1.inst 88373916 # Instruction read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_inst_read::total 247382189 # Instruction read bandwidth from this memory (bytes/s)
|
system.physmem.bw_inst_read::total 247380322 # Instruction read bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_write::pc.south_bridge.ide 563767 # Write bandwidth from this memory (bytes/s)
|
system.physmem.bw_write::pc.south_bridge.ide 563767 # Write bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_write::cpu0.itb.walker 3 # Write bandwidth from this memory (bytes/s)
|
system.physmem.bw_write::cpu0.itb.walker 3 # Write bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_write::cpu0.data 6113258 # Write bandwidth from this memory (bytes/s)
|
system.physmem.bw_write::cpu0.data 6113126 # Write bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_write::cpu1.data 6693484 # Write bandwidth from this memory (bytes/s)
|
system.physmem.bw_write::cpu1.data 6693420 # Write bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_write::total 13370512 # Write bandwidth from this memory (bytes/s)
|
system.physmem.bw_write::total 13370317 # Write bandwidth from this memory (bytes/s)
|
||||||
system.physmem.bw_total::pc.south_bridge.ide 570394 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::pc.south_bridge.ide 570394 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::cpu0.dtb.walker 24857 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::cpu0.dtb.walker 24857 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::cpu0.itb.walker 12324 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::cpu0.itb.walker 12324 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::cpu0.inst 159007401 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::cpu0.inst 159006406 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::cpu0.data 13672797 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::cpu0.data 13672414 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::cpu1.dtb.walker 17316 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::cpu1.dtb.walker 17316 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::cpu1.itb.walker 8047 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::cpu1.itb.walker 8047 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::cpu1.inst 88374788 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::cpu1.inst 88373916 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::cpu1.data 16774456 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::cpu1.data 16774261 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::total 278462379 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::total 278459935 # Total bandwidth to/from this memory (bytes/s)
|
||||||
|
system.l1_cntrl0.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
|
||||||
|
system.l1_cntrl0.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
|
||||||
|
system.l1_cntrl0.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
|
||||||
|
system.l1_cntrl0.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
|
||||||
|
system.l1_cntrl0.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
|
||||||
|
system.l1_cntrl0.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
|
||||||
|
system.l1_cntrl0.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
|
||||||
|
system.l1_cntrl0.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
|
||||||
|
system.l1_cntrl0.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
|
||||||
|
system.l1_cntrl0.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
|
||||||
|
system.l1_cntrl0.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
|
||||||
|
system.l1_cntrl0.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
|
||||||
|
system.l1_cntrl1.L1DcacheMemory.num_data_array_reads 0 # number of data array reads
|
||||||
|
system.l1_cntrl1.L1DcacheMemory.num_data_array_writes 0 # number of data array writes
|
||||||
|
system.l1_cntrl1.L1DcacheMemory.num_tag_array_reads 0 # number of tag array reads
|
||||||
|
system.l1_cntrl1.L1DcacheMemory.num_tag_array_writes 0 # number of tag array writes
|
||||||
|
system.l1_cntrl1.L1DcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
|
||||||
|
system.l1_cntrl1.L1DcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
|
||||||
|
system.l1_cntrl1.L1IcacheMemory.num_data_array_reads 0 # number of data array reads
|
||||||
|
system.l1_cntrl1.L1IcacheMemory.num_data_array_writes 0 # number of data array writes
|
||||||
|
system.l1_cntrl1.L1IcacheMemory.num_tag_array_reads 0 # number of tag array reads
|
||||||
|
system.l1_cntrl1.L1IcacheMemory.num_tag_array_writes 0 # number of tag array writes
|
||||||
|
system.l1_cntrl1.L1IcacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
|
||||||
|
system.l1_cntrl1.L1IcacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
|
||||||
|
system.l2_cntrl0.L2cacheMemory.num_data_array_reads 0 # number of data array reads
|
||||||
|
system.l2_cntrl0.L2cacheMemory.num_data_array_writes 0 # number of data array writes
|
||||||
|
system.l2_cntrl0.L2cacheMemory.num_tag_array_reads 0 # number of tag array reads
|
||||||
|
system.l2_cntrl0.L2cacheMemory.num_tag_array_writes 0 # number of tag array writes
|
||||||
|
system.l2_cntrl0.L2cacheMemory.num_tag_array_stalls 0 # number of stalls caused by tag array
|
||||||
|
system.l2_cntrl0.L2cacheMemory.num_data_array_stalls 0 # number of stalls caused by data array
|
||||||
system.pc.south_bridge.ide.disks0.dma_read_full_pages 0 # Number of full page size DMA reads (not PRD).
|
system.pc.south_bridge.ide.disks0.dma_read_full_pages 0 # Number of full page size DMA reads (not PRD).
|
||||||
system.pc.south_bridge.ide.disks0.dma_read_bytes 32768 # Number of bytes transfered via DMA reads (not PRD).
|
system.pc.south_bridge.ide.disks0.dma_read_bytes 32768 # Number of bytes transfered via DMA reads (not PRD).
|
||||||
system.pc.south_bridge.ide.disks0.dma_read_txs 30 # Number of DMA read transactions (not PRD).
|
system.pc.south_bridge.ide.disks0.dma_read_txs 30 # Number of DMA read transactions (not PRD).
|
||||||
|
@ -84,50 +114,50 @@ system.pc.south_bridge.ide.disks1.dma_read_txs 0
|
||||||
system.pc.south_bridge.ide.disks1.dma_write_full_pages 1 # Number of full page size DMA writes.
|
system.pc.south_bridge.ide.disks1.dma_write_full_pages 1 # Number of full page size DMA writes.
|
||||||
system.pc.south_bridge.ide.disks1.dma_write_bytes 4096 # Number of bytes transfered via DMA writes.
|
system.pc.south_bridge.ide.disks1.dma_write_bytes 4096 # Number of bytes transfered via DMA writes.
|
||||||
system.pc.south_bridge.ide.disks1.dma_write_txs 1 # Number of DMA write transactions.
|
system.pc.south_bridge.ide.disks1.dma_write_txs 1 # Number of DMA write transactions.
|
||||||
system.cpu0.numCycles 10611136583 # number of cpu cycles simulated
|
system.cpu0.numCycles 10611136755 # number of cpu cycles simulated
|
||||||
system.cpu0.numWorkItemsStarted 0 # number of work items this cpu started
|
system.cpu0.numWorkItemsStarted 0 # number of work items this cpu started
|
||||||
system.cpu0.numWorkItemsCompleted 0 # number of work items this cpu completed
|
system.cpu0.numWorkItemsCompleted 0 # number of work items this cpu completed
|
||||||
system.cpu0.committedInsts 90467543 # Number of instructions committed
|
system.cpu0.committedInsts 90467113 # Number of instructions committed
|
||||||
system.cpu0.committedOps 191745753 # Number of ops (including micro ops) committed
|
system.cpu0.committedOps 191744891 # Number of ops (including micro ops) committed
|
||||||
system.cpu0.num_int_alu_accesses 172320951 # Number of integer alu accesses
|
system.cpu0.num_int_alu_accesses 172320091 # Number of integer alu accesses
|
||||||
system.cpu0.num_fp_alu_accesses 0 # Number of float alu accesses
|
system.cpu0.num_fp_alu_accesses 0 # Number of float alu accesses
|
||||||
system.cpu0.num_func_calls 0 # number of times a function call or return occured
|
system.cpu0.num_func_calls 0 # number of times a function call or return occured
|
||||||
system.cpu0.num_conditional_control_insts 18433460 # number of instructions that are conditional controls
|
system.cpu0.num_conditional_control_insts 18433408 # number of instructions that are conditional controls
|
||||||
system.cpu0.num_int_insts 172320951 # number of integer instructions
|
system.cpu0.num_int_insts 172320091 # number of integer instructions
|
||||||
system.cpu0.num_fp_insts 0 # number of float instructions
|
system.cpu0.num_fp_insts 0 # number of float instructions
|
||||||
system.cpu0.num_int_register_reads 529440727 # number of times the integer registers were read
|
system.cpu0.num_int_register_reads 529438037 # number of times the integer registers were read
|
||||||
system.cpu0.num_int_register_writes 286411795 # number of times the integer registers were written
|
system.cpu0.num_int_register_writes 286410601 # number of times the integer registers were written
|
||||||
system.cpu0.num_fp_register_reads 0 # number of times the floating registers were read
|
system.cpu0.num_fp_register_reads 0 # number of times the floating registers were read
|
||||||
system.cpu0.num_fp_register_writes 0 # number of times the floating registers were written
|
system.cpu0.num_fp_register_writes 0 # number of times the floating registers were written
|
||||||
system.cpu0.num_mem_refs 19683524 # number of memory refs
|
system.cpu0.num_mem_refs 19683230 # number of memory refs
|
||||||
system.cpu0.num_load_insts 14800104 # Number of load instructions
|
system.cpu0.num_load_insts 14799913 # Number of load instructions
|
||||||
system.cpu0.num_store_insts 4883420 # Number of store instructions
|
system.cpu0.num_store_insts 4883317 # Number of store instructions
|
||||||
system.cpu0.num_idle_cycles 10087380547.886099 # Number of idle cycles
|
system.cpu0.num_idle_cycles 10087385086.886099 # Number of idle cycles
|
||||||
system.cpu0.num_busy_cycles 523756035.113901 # Number of busy cycles
|
system.cpu0.num_busy_cycles 523751668.113901 # Number of busy cycles
|
||||||
system.cpu0.not_idle_fraction 0.049359 # Percentage of non-idle cycles
|
system.cpu0.not_idle_fraction 0.049359 # Percentage of non-idle cycles
|
||||||
system.cpu0.idle_fraction 0.950641 # Percentage of idle cycles
|
system.cpu0.idle_fraction 0.950641 # Percentage of idle cycles
|
||||||
system.cpu0.kern.inst.arm 0 # number of arm instructions executed
|
system.cpu0.kern.inst.arm 0 # number of arm instructions executed
|
||||||
system.cpu0.kern.inst.quiesce 0 # number of quiesce instructions executed
|
system.cpu0.kern.inst.quiesce 0 # number of quiesce instructions executed
|
||||||
system.cpu1.numCycles 10608184508 # number of cpu cycles simulated
|
system.cpu1.numCycles 10608184676 # number of cpu cycles simulated
|
||||||
system.cpu1.numWorkItemsStarted 0 # number of work items this cpu started
|
system.cpu1.numWorkItemsStarted 0 # number of work items this cpu started
|
||||||
system.cpu1.numWorkItemsCompleted 0 # number of work items this cpu completed
|
system.cpu1.numWorkItemsCompleted 0 # number of work items this cpu completed
|
||||||
system.cpu1.committedInsts 48458916 # Number of instructions committed
|
system.cpu1.committedInsts 48458484 # Number of instructions committed
|
||||||
system.cpu1.committedOps 93254505 # Number of ops (including micro ops) committed
|
system.cpu1.committedOps 93253647 # Number of ops (including micro ops) committed
|
||||||
system.cpu1.num_int_alu_accesses 88898001 # Number of integer alu accesses
|
system.cpu1.num_int_alu_accesses 88897203 # Number of integer alu accesses
|
||||||
system.cpu1.num_fp_alu_accesses 0 # Number of float alu accesses
|
system.cpu1.num_fp_alu_accesses 0 # Number of float alu accesses
|
||||||
system.cpu1.num_func_calls 0 # number of times a function call or return occured
|
system.cpu1.num_func_calls 0 # number of times a function call or return occured
|
||||||
system.cpu1.num_conditional_control_insts 8156206 # number of instructions that are conditional controls
|
system.cpu1.num_conditional_control_insts 8156142 # number of instructions that are conditional controls
|
||||||
system.cpu1.num_int_insts 88898001 # number of integer instructions
|
system.cpu1.num_int_insts 88897203 # number of integer instructions
|
||||||
system.cpu1.num_fp_insts 0 # number of float instructions
|
system.cpu1.num_fp_insts 0 # number of float instructions
|
||||||
system.cpu1.num_int_register_reads 272266493 # number of times the integer registers were read
|
system.cpu1.num_int_register_reads 272264147 # number of times the integer registers were read
|
||||||
system.cpu1.num_int_register_writes 138281277 # number of times the integer registers were written
|
system.cpu1.num_int_register_writes 138280138 # number of times the integer registers were written
|
||||||
system.cpu1.num_fp_register_reads 0 # number of times the floating registers were read
|
system.cpu1.num_fp_register_reads 0 # number of times the floating registers were read
|
||||||
system.cpu1.num_fp_register_writes 0 # number of times the floating registers were written
|
system.cpu1.num_fp_register_writes 0 # number of times the floating registers were written
|
||||||
system.cpu1.num_mem_refs 14383510 # number of memory refs
|
system.cpu1.num_mem_refs 14383325 # number of memory refs
|
||||||
system.cpu1.num_load_insts 9129721 # Number of load instructions
|
system.cpu1.num_load_insts 9129593 # Number of load instructions
|
||||||
system.cpu1.num_store_insts 5253789 # Number of store instructions
|
system.cpu1.num_store_insts 5253732 # Number of store instructions
|
||||||
system.cpu1.num_idle_cycles 10274260882.632458 # Number of idle cycles
|
system.cpu1.num_idle_cycles 10274264583.773684 # Number of idle cycles
|
||||||
system.cpu1.num_busy_cycles 333923625.367543 # Number of busy cycles
|
system.cpu1.num_busy_cycles 333920092.226317 # Number of busy cycles
|
||||||
system.cpu1.not_idle_fraction 0.031478 # Percentage of non-idle cycles
|
system.cpu1.not_idle_fraction 0.031478 # Percentage of non-idle cycles
|
||||||
system.cpu1.idle_fraction 0.968522 # Percentage of idle cycles
|
system.cpu1.idle_fraction 0.968522 # Percentage of idle cycles
|
||||||
system.cpu1.kern.inst.arm 0 # number of arm instructions executed
|
system.cpu1.kern.inst.arm 0 # number of arm instructions executed
|
||||||
|
|
|
@ -39,7 +39,7 @@ CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
|
||||||
CPU: L2 Cache: 1024K (64 bytes/line)
|
CPU: L2 Cache: 1024K (64 bytes/line)
|
||||||
Freeing SMP alternatives: 34k freed
|
Freeing SMP alternatives: 34k freed
|
||||||
Using local APIC timer interrupts.
|
Using local APIC timer interrupts.
|
||||||
result 7812492
|
result 7812491
|
||||||
Detected 7.812 MHz APIC timer.
|
Detected 7.812 MHz APIC timer.
|
||||||
Booting processor 1/2 APIC 0x1
|
Booting processor 1/2 APIC 0x1
|
||||||
Initializing CPU#1
|
Initializing CPU#1
|
||||||
|
|
|
@ -15,7 +15,7 @@ e820_table=system.e820_table
|
||||||
init_param=0
|
init_param=0
|
||||||
intel_mp_pointer=system.intel_mp_pointer
|
intel_mp_pointer=system.intel_mp_pointer
|
||||||
intel_mp_table=system.intel_mp_table
|
intel_mp_table=system.intel_mp_table
|
||||||
kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
|
kernel=/scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
|
||||||
load_addr_mask=18446744073709551615
|
load_addr_mask=18446744073709551615
|
||||||
mem_mode=atomic
|
mem_mode=atomic
|
||||||
memories=system.physmem
|
memories=system.physmem
|
||||||
|
@ -608,7 +608,7 @@ block_size=64
|
||||||
clock=1000
|
clock=1000
|
||||||
header_cycles=1
|
header_cycles=1
|
||||||
use_default_range=true
|
use_default_range=true
|
||||||
width=64
|
width=8
|
||||||
default=system.pc.pciconfig.pio
|
default=system.pc.pciconfig.pio
|
||||||
master=system.apicbridge.slave system.pc.south_bridge.cmos.pio system.pc.south_bridge.dma1.pio system.pc.south_bridge.ide.pio system.pc.south_bridge.ide.config system.pc.south_bridge.keyboard.pio system.pc.south_bridge.pic1.pio system.pc.south_bridge.pic2.pio system.pc.south_bridge.pit.pio system.pc.south_bridge.speaker.pio system.pc.south_bridge.io_apic.pio system.pc.i_dont_exist.pio system.pc.behind_pci.pio system.pc.com_1.pio system.pc.fake_com_2.pio system.pc.fake_com_3.pio system.pc.fake_com_4.pio system.pc.fake_floppy.pio system.iocache.cpu_side
|
master=system.apicbridge.slave system.pc.south_bridge.cmos.pio system.pc.south_bridge.dma1.pio system.pc.south_bridge.ide.pio system.pc.south_bridge.ide.config system.pc.south_bridge.keyboard.pio system.pc.south_bridge.pic1.pio system.pc.south_bridge.pic2.pio system.pc.south_bridge.pit.pio system.pc.south_bridge.speaker.pio system.pc.south_bridge.io_apic.pio system.pc.i_dont_exist.pio system.pc.behind_pci.pio system.pc.com_1.pio system.pc.fake_com_2.pio system.pc.fake_com_3.pio system.pc.fake_com_4.pio system.pc.fake_floppy.pio system.iocache.cpu_side
|
||||||
slave=system.bridge.master system.pc.south_bridge.ide.dma system.pc.south_bridge.io_apic.int_master
|
slave=system.bridge.master system.pc.south_bridge.ide.dma system.pc.south_bridge.io_apic.int_master
|
||||||
|
@ -670,9 +670,9 @@ block_size=64
|
||||||
clock=1000
|
clock=1000
|
||||||
header_cycles=1
|
header_cycles=1
|
||||||
use_default_range=false
|
use_default_range=false
|
||||||
width=64
|
width=8
|
||||||
default=system.membus.badaddr_responder.pio
|
default=system.membus.badaddr_responder.pio
|
||||||
master=system.physmem.port[0] system.bridge.slave system.cpu.interrupts.pio system.cpu.interrupts.int_slave
|
master=system.physmem.port system.bridge.slave system.cpu.interrupts.pio system.cpu.interrupts.int_slave
|
||||||
slave=system.apicbridge.master system.system_port system.iocache.mem_side system.l2c.mem_side system.cpu.interrupts.int_master
|
slave=system.apicbridge.master system.system_port system.iocache.mem_side system.l2c.mem_side system.cpu.interrupts.int_master
|
||||||
|
|
||||||
[system.membus.badaddr_responder]
|
[system.membus.badaddr_responder]
|
||||||
|
@ -934,7 +934,7 @@ table_size=65536
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks0.image.child]
|
[system.pc.south_bridge.ide.disks0.image.child]
|
||||||
type=RawDiskImage
|
type=RawDiskImage
|
||||||
image_file=/dist/m5/system/disks/linux-x86.img
|
image_file=/scratch/nilay/GEM5/system/disks/linux-x86.img
|
||||||
read_only=true
|
read_only=true
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks1]
|
[system.pc.south_bridge.ide.disks1]
|
||||||
|
@ -954,7 +954,7 @@ table_size=65536
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks1.image.child]
|
[system.pc.south_bridge.ide.disks1.image.child]
|
||||||
type=RawDiskImage
|
type=RawDiskImage
|
||||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
image_file=/scratch/nilay/GEM5/system/disks/linux-bigswap2.img
|
||||||
read_only=true
|
read_only=true
|
||||||
|
|
||||||
[system.pc.south_bridge.int_lines0]
|
[system.pc.south_bridge.int_lines0]
|
||||||
|
@ -1150,7 +1150,7 @@ block_size=64
|
||||||
clock=1000
|
clock=1000
|
||||||
header_cycles=1
|
header_cycles=1
|
||||||
use_default_range=false
|
use_default_range=false
|
||||||
width=64
|
width=8
|
||||||
master=system.l2c.cpu_side
|
master=system.l2c.cpu_side
|
||||||
slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb_walker_cache.mem_side system.cpu.dtb_walker_cache.mem_side
|
slave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb_walker_cache.mem_side system.cpu.dtb_walker_cache.mem_side
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ warn: Reading current count from inactive timer.
|
||||||
warn: Sockets disabled, not accepting gdb connections
|
warn: Sockets disabled, not accepting gdb connections
|
||||||
warn: Don't know what interrupt to clear for console.
|
warn: Don't know what interrupt to clear for console.
|
||||||
warn: instruction 'fxsave' unimplemented
|
warn: instruction 'fxsave' unimplemented
|
||||||
|
warn: x86 cpuid: unknown family 0x8086
|
||||||
warn: Tried to clear PCI interrupt 14
|
warn: Tried to clear PCI interrupt 14
|
||||||
warn: Unknown mouse command 0xe1.
|
warn: Unknown mouse command 0xe1.
|
||||||
warn: instruction 'wbinvd' unimplemented
|
warn: instruction 'wbinvd' unimplemented
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
|
Redirecting stdout to build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic/simout
|
||||||
|
Redirecting stderr to build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic/simerr
|
||||||
gem5 Simulator System. http://gem5.org
|
gem5 Simulator System. http://gem5.org
|
||||||
gem5 is copyrighted software; use the --copyright option for details.
|
gem5 is copyrighted software; use the --copyright option for details.
|
||||||
|
|
||||||
gem5 compiled Jun 28 2012 22:08:09
|
gem5 compiled Jul 22 2012 08:05:39
|
||||||
gem5 started Jun 28 2012 23:02:50
|
gem5 started Jul 22 2012 08:43:43
|
||||||
gem5 executing on zizzer
|
gem5 executing on ribera.cs.wisc.edu
|
||||||
command line: build/X86/gem5.fast -d build/X86/tests/fast/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic -re tests/run.py build/X86/tests/fast/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic
|
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic -re tests/run.py build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-atomic
|
||||||
warning: add_child('terminal'): child 'terminal' already has parent
|
warning: add_child('terminal'): child 'terminal' already has parent
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: kernel located at: /dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
|
info: kernel located at: /scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
|
||||||
|
0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
Exiting @ tick 5112043255000 because m5_exit instruction encountered
|
Exiting @ tick 5112043255000 because m5_exit instruction encountered
|
||||||
|
|
|
@ -4,13 +4,13 @@ sim_seconds 5.112043 # Nu
|
||||||
sim_ticks 5112043255000 # Number of ticks simulated
|
sim_ticks 5112043255000 # Number of ticks simulated
|
||||||
final_tick 5112043255000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
final_tick 5112043255000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
host_inst_rate 1996585 # Simulator instruction rate (inst/s)
|
host_inst_rate 1067695 # Simulator instruction rate (inst/s)
|
||||||
host_op_rate 4088150 # Simulator op (including micro ops) rate (op/s)
|
host_op_rate 2186181 # Simulator op (including micro ops) rate (op/s)
|
||||||
host_tick_rate 51080652430 # Simulator tick rate (ticks/s)
|
host_tick_rate 27315912254 # Simulator tick rate (ticks/s)
|
||||||
host_mem_usage 357308 # Number of bytes of host memory used
|
host_mem_usage 409548 # Number of bytes of host memory used
|
||||||
host_seconds 100.08 # Real time elapsed on the host
|
host_seconds 187.15 # Real time elapsed on the host
|
||||||
sim_insts 199813912 # Number of instructions simulated
|
sim_insts 199813914 # Number of instructions simulated
|
||||||
sim_ops 409133288 # Number of ops (including micro ops) simulated
|
sim_ops 409133298 # Number of ops (including micro ops) simulated
|
||||||
system.physmem.bytes_read::pc.south_bridge.ide 2464768 # Number of bytes read from this memory
|
system.physmem.bytes_read::pc.south_bridge.ide 2464768 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu.dtb.walker 128 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu.dtb.walker 128 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu.itb.walker 320 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu.itb.walker 320 # Number of bytes read from this memory
|
||||||
|
@ -47,16 +47,16 @@ system.physmem.bw_total::cpu.inst 167022 # To
|
||||||
system.physmem.bw_total::cpu.data 2073572 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::cpu.data 2073572 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::total 4540656 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::total 4540656 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.l2c.replacements 106561 # number of replacements
|
system.l2c.replacements 106561 # number of replacements
|
||||||
system.l2c.tagsinuse 64822.143270 # Cycle average of tags in use
|
system.l2c.tagsinuse 64822.143261 # Cycle average of tags in use
|
||||||
system.l2c.total_refs 3457342 # Total number of references to valid blocks.
|
system.l2c.total_refs 3457342 # Total number of references to valid blocks.
|
||||||
system.l2c.sampled_refs 170680 # Sample count of references to valid blocks.
|
system.l2c.sampled_refs 170680 # Sample count of references to valid blocks.
|
||||||
system.l2c.avg_refs 20.256281 # Average number of references to valid blocks.
|
system.l2c.avg_refs 20.256281 # Average number of references to valid blocks.
|
||||||
system.l2c.warmup_cycle 0 # Cycle when the warmup percentage was hit.
|
system.l2c.warmup_cycle 0 # Cycle when the warmup percentage was hit.
|
||||||
system.l2c.occ_blocks::writebacks 51981.461992 # Average occupied blocks per requestor
|
system.l2c.occ_blocks::writebacks 51981.461987 # Average occupied blocks per requestor
|
||||||
system.l2c.occ_blocks::cpu.dtb.walker 0.004954 # Average occupied blocks per requestor
|
system.l2c.occ_blocks::cpu.dtb.walker 0.004954 # Average occupied blocks per requestor
|
||||||
system.l2c.occ_blocks::cpu.itb.walker 0.132110 # Average occupied blocks per requestor
|
system.l2c.occ_blocks::cpu.itb.walker 0.132110 # Average occupied blocks per requestor
|
||||||
system.l2c.occ_blocks::cpu.inst 2434.983597 # Average occupied blocks per requestor
|
system.l2c.occ_blocks::cpu.inst 2434.983596 # Average occupied blocks per requestor
|
||||||
system.l2c.occ_blocks::cpu.data 10405.560616 # Average occupied blocks per requestor
|
system.l2c.occ_blocks::cpu.data 10405.560614 # Average occupied blocks per requestor
|
||||||
system.l2c.occ_percent::writebacks 0.793174 # Average percentage of cache occupancy
|
system.l2c.occ_percent::writebacks 0.793174 # Average percentage of cache occupancy
|
||||||
system.l2c.occ_percent::cpu.dtb.walker 0.000000 # Average percentage of cache occupancy
|
system.l2c.occ_percent::cpu.dtb.walker 0.000000 # Average percentage of cache occupancy
|
||||||
system.l2c.occ_percent::cpu.itb.walker 0.000002 # Average percentage of cache occupancy
|
system.l2c.occ_percent::cpu.itb.walker 0.000002 # Average percentage of cache occupancy
|
||||||
|
@ -213,54 +213,54 @@ system.pc.south_bridge.ide.disks1.dma_write_txs 1
|
||||||
system.cpu.numCycles 10224086531 # number of cpu cycles simulated
|
system.cpu.numCycles 10224086531 # number of cpu cycles simulated
|
||||||
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
|
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
|
||||||
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
|
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
|
||||||
system.cpu.committedInsts 199813912 # Number of instructions committed
|
system.cpu.committedInsts 199813914 # Number of instructions committed
|
||||||
system.cpu.committedOps 409133288 # Number of ops (including micro ops) committed
|
system.cpu.committedOps 409133298 # Number of ops (including micro ops) committed
|
||||||
system.cpu.num_int_alu_accesses 374297254 # Number of integer alu accesses
|
system.cpu.num_int_alu_accesses 374297264 # Number of integer alu accesses
|
||||||
system.cpu.num_fp_alu_accesses 0 # Number of float alu accesses
|
system.cpu.num_fp_alu_accesses 0 # Number of float alu accesses
|
||||||
system.cpu.num_func_calls 0 # number of times a function call or return occured
|
system.cpu.num_func_calls 0 # number of times a function call or return occured
|
||||||
system.cpu.num_conditional_control_insts 39954972 # number of instructions that are conditional controls
|
system.cpu.num_conditional_control_insts 39954974 # number of instructions that are conditional controls
|
||||||
system.cpu.num_int_insts 374297254 # number of integer instructions
|
system.cpu.num_int_insts 374297264 # number of integer instructions
|
||||||
system.cpu.num_fp_insts 0 # number of float instructions
|
system.cpu.num_fp_insts 0 # number of float instructions
|
||||||
system.cpu.num_int_register_reads 1159028950 # number of times the integer registers were read
|
system.cpu.num_int_register_reads 1159028989 # number of times the integer registers were read
|
||||||
system.cpu.num_int_register_writes 636431660 # number of times the integer registers were written
|
system.cpu.num_int_register_writes 636431681 # number of times the integer registers were written
|
||||||
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
|
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
|
||||||
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written
|
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written
|
||||||
system.cpu.num_mem_refs 35626517 # number of memory refs
|
system.cpu.num_mem_refs 35626517 # number of memory refs
|
||||||
system.cpu.num_load_insts 27217782 # Number of load instructions
|
system.cpu.num_load_insts 27217782 # Number of load instructions
|
||||||
system.cpu.num_store_insts 8408735 # Number of store instructions
|
system.cpu.num_store_insts 8408735 # Number of store instructions
|
||||||
system.cpu.num_idle_cycles 9770605328.086651 # Number of idle cycles
|
system.cpu.num_idle_cycles 9770605318.086651 # Number of idle cycles
|
||||||
system.cpu.num_busy_cycles 453481202.913350 # Number of busy cycles
|
system.cpu.num_busy_cycles 453481212.913350 # Number of busy cycles
|
||||||
system.cpu.not_idle_fraction 0.044354 # Percentage of non-idle cycles
|
system.cpu.not_idle_fraction 0.044354 # Percentage of non-idle cycles
|
||||||
system.cpu.idle_fraction 0.955646 # Percentage of idle cycles
|
system.cpu.idle_fraction 0.955646 # Percentage of idle cycles
|
||||||
system.cpu.kern.inst.arm 0 # number of arm instructions executed
|
system.cpu.kern.inst.arm 0 # number of arm instructions executed
|
||||||
system.cpu.kern.inst.quiesce 0 # number of quiesce instructions executed
|
system.cpu.kern.inst.quiesce 0 # number of quiesce instructions executed
|
||||||
system.cpu.icache.replacements 790793 # number of replacements
|
system.cpu.icache.replacements 790793 # number of replacements
|
||||||
system.cpu.icache.tagsinuse 510.627676 # Cycle average of tags in use
|
system.cpu.icache.tagsinuse 510.627676 # Cycle average of tags in use
|
||||||
system.cpu.icache.total_refs 243365777 # Total number of references to valid blocks.
|
system.cpu.icache.total_refs 243365779 # Total number of references to valid blocks.
|
||||||
system.cpu.icache.sampled_refs 791305 # Sample count of references to valid blocks.
|
system.cpu.icache.sampled_refs 791305 # Sample count of references to valid blocks.
|
||||||
system.cpu.icache.avg_refs 307.549904 # Average number of references to valid blocks.
|
system.cpu.icache.avg_refs 307.549907 # Average number of references to valid blocks.
|
||||||
system.cpu.icache.warmup_cycle 148763105500 # Cycle when the warmup percentage was hit.
|
system.cpu.icache.warmup_cycle 148763110500 # Cycle when the warmup percentage was hit.
|
||||||
system.cpu.icache.occ_blocks::cpu.inst 510.627676 # Average occupied blocks per requestor
|
system.cpu.icache.occ_blocks::cpu.inst 510.627676 # Average occupied blocks per requestor
|
||||||
system.cpu.icache.occ_percent::cpu.inst 0.997320 # Average percentage of cache occupancy
|
system.cpu.icache.occ_percent::cpu.inst 0.997320 # Average percentage of cache occupancy
|
||||||
system.cpu.icache.occ_percent::total 0.997320 # Average percentage of cache occupancy
|
system.cpu.icache.occ_percent::total 0.997320 # Average percentage of cache occupancy
|
||||||
system.cpu.icache.ReadReq_hits::cpu.inst 243365777 # number of ReadReq hits
|
system.cpu.icache.ReadReq_hits::cpu.inst 243365779 # number of ReadReq hits
|
||||||
system.cpu.icache.ReadReq_hits::total 243365777 # number of ReadReq hits
|
system.cpu.icache.ReadReq_hits::total 243365779 # number of ReadReq hits
|
||||||
system.cpu.icache.demand_hits::cpu.inst 243365777 # number of demand (read+write) hits
|
system.cpu.icache.demand_hits::cpu.inst 243365779 # number of demand (read+write) hits
|
||||||
system.cpu.icache.demand_hits::total 243365777 # number of demand (read+write) hits
|
system.cpu.icache.demand_hits::total 243365779 # number of demand (read+write) hits
|
||||||
system.cpu.icache.overall_hits::cpu.inst 243365777 # number of overall hits
|
system.cpu.icache.overall_hits::cpu.inst 243365779 # number of overall hits
|
||||||
system.cpu.icache.overall_hits::total 243365777 # number of overall hits
|
system.cpu.icache.overall_hits::total 243365779 # number of overall hits
|
||||||
system.cpu.icache.ReadReq_misses::cpu.inst 791312 # number of ReadReq misses
|
system.cpu.icache.ReadReq_misses::cpu.inst 791312 # number of ReadReq misses
|
||||||
system.cpu.icache.ReadReq_misses::total 791312 # number of ReadReq misses
|
system.cpu.icache.ReadReq_misses::total 791312 # number of ReadReq misses
|
||||||
system.cpu.icache.demand_misses::cpu.inst 791312 # number of demand (read+write) misses
|
system.cpu.icache.demand_misses::cpu.inst 791312 # number of demand (read+write) misses
|
||||||
system.cpu.icache.demand_misses::total 791312 # number of demand (read+write) misses
|
system.cpu.icache.demand_misses::total 791312 # number of demand (read+write) misses
|
||||||
system.cpu.icache.overall_misses::cpu.inst 791312 # number of overall misses
|
system.cpu.icache.overall_misses::cpu.inst 791312 # number of overall misses
|
||||||
system.cpu.icache.overall_misses::total 791312 # number of overall misses
|
system.cpu.icache.overall_misses::total 791312 # number of overall misses
|
||||||
system.cpu.icache.ReadReq_accesses::cpu.inst 244157089 # number of ReadReq accesses(hits+misses)
|
system.cpu.icache.ReadReq_accesses::cpu.inst 244157091 # number of ReadReq accesses(hits+misses)
|
||||||
system.cpu.icache.ReadReq_accesses::total 244157089 # number of ReadReq accesses(hits+misses)
|
system.cpu.icache.ReadReq_accesses::total 244157091 # number of ReadReq accesses(hits+misses)
|
||||||
system.cpu.icache.demand_accesses::cpu.inst 244157089 # number of demand (read+write) accesses
|
system.cpu.icache.demand_accesses::cpu.inst 244157091 # number of demand (read+write) accesses
|
||||||
system.cpu.icache.demand_accesses::total 244157089 # number of demand (read+write) accesses
|
system.cpu.icache.demand_accesses::total 244157091 # number of demand (read+write) accesses
|
||||||
system.cpu.icache.overall_accesses::cpu.inst 244157089 # number of overall (read+write) accesses
|
system.cpu.icache.overall_accesses::cpu.inst 244157091 # number of overall (read+write) accesses
|
||||||
system.cpu.icache.overall_accesses::total 244157089 # number of overall (read+write) accesses
|
system.cpu.icache.overall_accesses::total 244157091 # number of overall (read+write) accesses
|
||||||
system.cpu.icache.ReadReq_miss_rate::cpu.inst 0.003241 # miss rate for ReadReq accesses
|
system.cpu.icache.ReadReq_miss_rate::cpu.inst 0.003241 # miss rate for ReadReq accesses
|
||||||
system.cpu.icache.ReadReq_miss_rate::total 0.003241 # miss rate for ReadReq accesses
|
system.cpu.icache.ReadReq_miss_rate::total 0.003241 # miss rate for ReadReq accesses
|
||||||
system.cpu.icache.demand_miss_rate::cpu.inst 0.003241 # miss rate for demand accesses
|
system.cpu.icache.demand_miss_rate::cpu.inst 0.003241 # miss rate for demand accesses
|
||||||
|
|
|
@ -15,7 +15,7 @@ e820_table=system.e820_table
|
||||||
init_param=0
|
init_param=0
|
||||||
intel_mp_pointer=system.intel_mp_pointer
|
intel_mp_pointer=system.intel_mp_pointer
|
||||||
intel_mp_table=system.intel_mp_table
|
intel_mp_table=system.intel_mp_table
|
||||||
kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
|
kernel=/scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
|
||||||
load_addr_mask=18446744073709551615
|
load_addr_mask=18446744073709551615
|
||||||
mem_mode=timing
|
mem_mode=timing
|
||||||
memories=system.physmem
|
memories=system.physmem
|
||||||
|
@ -668,7 +668,7 @@ header_cycles=1
|
||||||
use_default_range=false
|
use_default_range=false
|
||||||
width=8
|
width=8
|
||||||
default=system.membus.badaddr_responder.pio
|
default=system.membus.badaddr_responder.pio
|
||||||
master=system.physmem.port[0] system.bridge.slave system.cpu.interrupts.pio system.cpu.interrupts.int_slave
|
master=system.physmem.port system.bridge.slave system.cpu.interrupts.pio system.cpu.interrupts.int_slave
|
||||||
slave=system.apicbridge.master system.system_port system.iocache.mem_side system.l2c.mem_side system.cpu.interrupts.int_master
|
slave=system.apicbridge.master system.system_port system.iocache.mem_side system.l2c.mem_side system.cpu.interrupts.int_master
|
||||||
|
|
||||||
[system.membus.badaddr_responder]
|
[system.membus.badaddr_responder]
|
||||||
|
@ -930,7 +930,7 @@ table_size=65536
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks0.image.child]
|
[system.pc.south_bridge.ide.disks0.image.child]
|
||||||
type=RawDiskImage
|
type=RawDiskImage
|
||||||
image_file=/dist/m5/system/disks/linux-x86.img
|
image_file=/scratch/nilay/GEM5/system/disks/linux-x86.img
|
||||||
read_only=true
|
read_only=true
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks1]
|
[system.pc.south_bridge.ide.disks1]
|
||||||
|
@ -950,7 +950,7 @@ table_size=65536
|
||||||
|
|
||||||
[system.pc.south_bridge.ide.disks1.image.child]
|
[system.pc.south_bridge.ide.disks1.image.child]
|
||||||
type=RawDiskImage
|
type=RawDiskImage
|
||||||
image_file=/dist/m5/system/disks/linux-bigswap2.img
|
image_file=/scratch/nilay/GEM5/system/disks/linux-bigswap2.img
|
||||||
read_only=true
|
read_only=true
|
||||||
|
|
||||||
[system.pc.south_bridge.int_lines0]
|
[system.pc.south_bridge.int_lines0]
|
||||||
|
|
|
@ -3,6 +3,7 @@ warn: Reading current count from inactive timer.
|
||||||
warn: Sockets disabled, not accepting gdb connections
|
warn: Sockets disabled, not accepting gdb connections
|
||||||
warn: Don't know what interrupt to clear for console.
|
warn: Don't know what interrupt to clear for console.
|
||||||
warn: instruction 'fxsave' unimplemented
|
warn: instruction 'fxsave' unimplemented
|
||||||
|
warn: x86 cpuid: unknown family 0x8086
|
||||||
warn: Tried to clear PCI interrupt 14
|
warn: Tried to clear PCI interrupt 14
|
||||||
warn: Unknown mouse command 0xe1.
|
warn: Unknown mouse command 0xe1.
|
||||||
warn: instruction 'wbinvd' unimplemented
|
warn: instruction 'wbinvd' unimplemented
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
|
Redirecting stdout to build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing/simout
|
||||||
|
Redirecting stderr to build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing/simerr
|
||||||
gem5 Simulator System. http://gem5.org
|
gem5 Simulator System. http://gem5.org
|
||||||
gem5 is copyrighted software; use the --copyright option for details.
|
gem5 is copyrighted software; use the --copyright option for details.
|
||||||
|
|
||||||
gem5 compiled Jul 2 2012 08:58:39
|
gem5 compiled Jul 22 2012 08:05:39
|
||||||
gem5 started Jul 2 2012 12:41:46
|
gem5 started Jul 22 2012 08:43:19
|
||||||
gem5 executing on zizzer
|
gem5 executing on ribera.cs.wisc.edu
|
||||||
command line: build/X86/gem5.fast -d build/X86/tests/fast/quick/fs/10.linux-boot/x86/linux/pc-simple-timing -re tests/run.py build/X86/tests/fast/quick/fs/10.linux-boot/x86/linux/pc-simple-timing
|
command line: build/X86/gem5.opt -d build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing -re tests/run.py build/X86/tests/opt/quick/fs/10.linux-boot/x86/linux/pc-simple-timing
|
||||||
warning: add_child('terminal'): child 'terminal' already has parent
|
warning: add_child('terminal'): child 'terminal' already has parent
|
||||||
Global frequency set at 1000000000000 ticks per second
|
Global frequency set at 1000000000000 ticks per second
|
||||||
info: kernel located at: /dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
|
info: kernel located at: /scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
|
||||||
|
0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012
|
||||||
info: Entering event queue @ 0. Starting simulation...
|
info: Entering event queue @ 0. Starting simulation...
|
||||||
Exiting @ tick 5191766314000 because m5_exit instruction encountered
|
Exiting @ tick 5191766314000 because m5_exit instruction encountered
|
||||||
|
|
|
@ -4,13 +4,13 @@ sim_seconds 5.191766 # Nu
|
||||||
sim_ticks 5191766314000 # Number of ticks simulated
|
sim_ticks 5191766314000 # Number of ticks simulated
|
||||||
final_tick 5191766314000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
final_tick 5191766314000 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
|
||||||
sim_freq 1000000000000 # Frequency of simulated ticks
|
sim_freq 1000000000000 # Frequency of simulated ticks
|
||||||
host_inst_rate 843973 # Simulator instruction rate (inst/s)
|
host_inst_rate 672863 # Simulator instruction rate (inst/s)
|
||||||
host_op_rate 1619974 # Simulator op (including micro ops) rate (op/s)
|
host_op_rate 1291533 # Simulator op (including micro ops) rate (op/s)
|
||||||
host_tick_rate 31713438762 # Simulator tick rate (ticks/s)
|
host_tick_rate 25283717995 # Simulator tick rate (ticks/s)
|
||||||
host_mem_usage 354068 # Number of bytes of host memory used
|
host_mem_usage 405876 # Number of bytes of host memory used
|
||||||
host_seconds 163.71 # Real time elapsed on the host
|
host_seconds 205.34 # Real time elapsed on the host
|
||||||
sim_insts 138165779 # Number of instructions simulated
|
sim_insts 138165780 # Number of instructions simulated
|
||||||
sim_ops 265203823 # Number of ops (including micro ops) simulated
|
sim_ops 265203824 # Number of ops (including micro ops) simulated
|
||||||
system.physmem.bytes_read::pc.south_bridge.ide 2891072 # Number of bytes read from this memory
|
system.physmem.bytes_read::pc.south_bridge.ide 2891072 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu.itb.walker 320 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu.itb.walker 320 # Number of bytes read from this memory
|
||||||
system.physmem.bytes_read::cpu.inst 821248 # Number of bytes read from this memory
|
system.physmem.bytes_read::cpu.inst 821248 # Number of bytes read from this memory
|
||||||
|
@ -43,15 +43,15 @@ system.physmem.bw_total::cpu.inst 158183 # To
|
||||||
system.physmem.bw_total::cpu.data 1721828 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::cpu.data 1721828 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.physmem.bw_total::total 3993388 # Total bandwidth to/from this memory (bytes/s)
|
system.physmem.bw_total::total 3993388 # Total bandwidth to/from this memory (bytes/s)
|
||||||
system.l2c.replacements 86221 # number of replacements
|
system.l2c.replacements 86221 # number of replacements
|
||||||
system.l2c.tagsinuse 64766.656106 # Cycle average of tags in use
|
system.l2c.tagsinuse 64766.656127 # Cycle average of tags in use
|
||||||
system.l2c.total_refs 3491041 # Total number of references to valid blocks.
|
system.l2c.total_refs 3491043 # Total number of references to valid blocks.
|
||||||
system.l2c.sampled_refs 150947 # Sample count of references to valid blocks.
|
system.l2c.sampled_refs 150947 # Sample count of references to valid blocks.
|
||||||
system.l2c.avg_refs 23.127594 # Average number of references to valid blocks.
|
system.l2c.avg_refs 23.127608 # Average number of references to valid blocks.
|
||||||
system.l2c.warmup_cycle 0 # Cycle when the warmup percentage was hit.
|
system.l2c.warmup_cycle 0 # Cycle when the warmup percentage was hit.
|
||||||
system.l2c.occ_blocks::writebacks 50170.355132 # Average occupied blocks per requestor
|
system.l2c.occ_blocks::writebacks 50170.355166 # Average occupied blocks per requestor
|
||||||
system.l2c.occ_blocks::cpu.itb.walker 0.141198 # Average occupied blocks per requestor
|
system.l2c.occ_blocks::cpu.itb.walker 0.141198 # Average occupied blocks per requestor
|
||||||
system.l2c.occ_blocks::cpu.inst 3484.481213 # Average occupied blocks per requestor
|
system.l2c.occ_blocks::cpu.inst 3484.481205 # Average occupied blocks per requestor
|
||||||
system.l2c.occ_blocks::cpu.data 11111.678563 # Average occupied blocks per requestor
|
system.l2c.occ_blocks::cpu.data 11111.678558 # Average occupied blocks per requestor
|
||||||
system.l2c.occ_percent::writebacks 0.765539 # Average percentage of cache occupancy
|
system.l2c.occ_percent::writebacks 0.765539 # Average percentage of cache occupancy
|
||||||
system.l2c.occ_percent::cpu.itb.walker 0.000002 # Average percentage of cache occupancy
|
system.l2c.occ_percent::cpu.itb.walker 0.000002 # Average percentage of cache occupancy
|
||||||
system.l2c.occ_percent::cpu.inst 0.053169 # Average percentage of cache occupancy
|
system.l2c.occ_percent::cpu.inst 0.053169 # Average percentage of cache occupancy
|
||||||
|
@ -60,10 +60,10 @@ system.l2c.occ_percent::total 0.988261 # Av
|
||||||
system.l2c.ReadReq_hits::cpu.dtb.walker 6306 # number of ReadReq hits
|
system.l2c.ReadReq_hits::cpu.dtb.walker 6306 # number of ReadReq hits
|
||||||
system.l2c.ReadReq_hits::cpu.itb.walker 2757 # number of ReadReq hits
|
system.l2c.ReadReq_hits::cpu.itb.walker 2757 # number of ReadReq hits
|
||||||
system.l2c.ReadReq_hits::cpu.inst 777565 # number of ReadReq hits
|
system.l2c.ReadReq_hits::cpu.inst 777565 # number of ReadReq hits
|
||||||
system.l2c.ReadReq_hits::cpu.data 1279350 # number of ReadReq hits
|
system.l2c.ReadReq_hits::cpu.data 1279351 # number of ReadReq hits
|
||||||
system.l2c.ReadReq_hits::total 2065978 # number of ReadReq hits
|
system.l2c.ReadReq_hits::total 2065979 # number of ReadReq hits
|
||||||
system.l2c.Writeback_hits::writebacks 1542134 # number of Writeback hits
|
system.l2c.Writeback_hits::writebacks 1542135 # number of Writeback hits
|
||||||
system.l2c.Writeback_hits::total 1542134 # number of Writeback hits
|
system.l2c.Writeback_hits::total 1542135 # number of Writeback hits
|
||||||
system.l2c.UpgradeReq_hits::cpu.data 319 # number of UpgradeReq hits
|
system.l2c.UpgradeReq_hits::cpu.data 319 # number of UpgradeReq hits
|
||||||
system.l2c.UpgradeReq_hits::total 319 # number of UpgradeReq hits
|
system.l2c.UpgradeReq_hits::total 319 # number of UpgradeReq hits
|
||||||
system.l2c.ReadExReq_hits::cpu.data 200451 # number of ReadExReq hits
|
system.l2c.ReadExReq_hits::cpu.data 200451 # number of ReadExReq hits
|
||||||
|
@ -71,13 +71,13 @@ system.l2c.ReadExReq_hits::total 200451 # nu
|
||||||
system.l2c.demand_hits::cpu.dtb.walker 6306 # number of demand (read+write) hits
|
system.l2c.demand_hits::cpu.dtb.walker 6306 # number of demand (read+write) hits
|
||||||
system.l2c.demand_hits::cpu.itb.walker 2757 # number of demand (read+write) hits
|
system.l2c.demand_hits::cpu.itb.walker 2757 # number of demand (read+write) hits
|
||||||
system.l2c.demand_hits::cpu.inst 777565 # number of demand (read+write) hits
|
system.l2c.demand_hits::cpu.inst 777565 # number of demand (read+write) hits
|
||||||
system.l2c.demand_hits::cpu.data 1479801 # number of demand (read+write) hits
|
system.l2c.demand_hits::cpu.data 1479802 # number of demand (read+write) hits
|
||||||
system.l2c.demand_hits::total 2266429 # number of demand (read+write) hits
|
system.l2c.demand_hits::total 2266430 # number of demand (read+write) hits
|
||||||
system.l2c.overall_hits::cpu.dtb.walker 6306 # number of overall hits
|
system.l2c.overall_hits::cpu.dtb.walker 6306 # number of overall hits
|
||||||
system.l2c.overall_hits::cpu.itb.walker 2757 # number of overall hits
|
system.l2c.overall_hits::cpu.itb.walker 2757 # number of overall hits
|
||||||
system.l2c.overall_hits::cpu.inst 777565 # number of overall hits
|
system.l2c.overall_hits::cpu.inst 777565 # number of overall hits
|
||||||
system.l2c.overall_hits::cpu.data 1479801 # number of overall hits
|
system.l2c.overall_hits::cpu.data 1479802 # number of overall hits
|
||||||
system.l2c.overall_hits::total 2266429 # number of overall hits
|
system.l2c.overall_hits::total 2266430 # number of overall hits
|
||||||
system.l2c.ReadReq_misses::cpu.itb.walker 5 # number of ReadReq misses
|
system.l2c.ReadReq_misses::cpu.itb.walker 5 # number of ReadReq misses
|
||||||
system.l2c.ReadReq_misses::cpu.inst 12833 # number of ReadReq misses
|
system.l2c.ReadReq_misses::cpu.inst 12833 # number of ReadReq misses
|
||||||
system.l2c.ReadReq_misses::cpu.data 28373 # number of ReadReq misses
|
system.l2c.ReadReq_misses::cpu.data 28373 # number of ReadReq misses
|
||||||
|
@ -113,10 +113,10 @@ system.l2c.overall_miss_latency::total 7997111500 # nu
|
||||||
system.l2c.ReadReq_accesses::cpu.dtb.walker 6306 # number of ReadReq accesses(hits+misses)
|
system.l2c.ReadReq_accesses::cpu.dtb.walker 6306 # number of ReadReq accesses(hits+misses)
|
||||||
system.l2c.ReadReq_accesses::cpu.itb.walker 2762 # number of ReadReq accesses(hits+misses)
|
system.l2c.ReadReq_accesses::cpu.itb.walker 2762 # number of ReadReq accesses(hits+misses)
|
||||||
system.l2c.ReadReq_accesses::cpu.inst 790398 # number of ReadReq accesses(hits+misses)
|
system.l2c.ReadReq_accesses::cpu.inst 790398 # number of ReadReq accesses(hits+misses)
|
||||||
system.l2c.ReadReq_accesses::cpu.data 1307723 # number of ReadReq accesses(hits+misses)
|
system.l2c.ReadReq_accesses::cpu.data 1307724 # number of ReadReq accesses(hits+misses)
|
||||||
system.l2c.ReadReq_accesses::total 2107189 # number of ReadReq accesses(hits+misses)
|
system.l2c.ReadReq_accesses::total 2107190 # number of ReadReq accesses(hits+misses)
|
||||||
system.l2c.Writeback_accesses::writebacks 1542134 # number of Writeback accesses(hits+misses)
|
system.l2c.Writeback_accesses::writebacks 1542135 # number of Writeback accesses(hits+misses)
|
||||||
system.l2c.Writeback_accesses::total 1542134 # number of Writeback accesses(hits+misses)
|
system.l2c.Writeback_accesses::total 1542135 # number of Writeback accesses(hits+misses)
|
||||||
system.l2c.UpgradeReq_accesses::cpu.data 1665 # number of UpgradeReq accesses(hits+misses)
|
system.l2c.UpgradeReq_accesses::cpu.data 1665 # number of UpgradeReq accesses(hits+misses)
|
||||||
system.l2c.UpgradeReq_accesses::total 1665 # number of UpgradeReq accesses(hits+misses)
|
system.l2c.UpgradeReq_accesses::total 1665 # number of UpgradeReq accesses(hits+misses)
|
||||||
system.l2c.ReadExReq_accesses::cpu.data 312686 # number of ReadExReq accesses(hits+misses)
|
system.l2c.ReadExReq_accesses::cpu.data 312686 # number of ReadExReq accesses(hits+misses)
|
||||||
|
@ -124,13 +124,13 @@ system.l2c.ReadExReq_accesses::total 312686 # nu
|
||||||
system.l2c.demand_accesses::cpu.dtb.walker 6306 # number of demand (read+write) accesses
|
system.l2c.demand_accesses::cpu.dtb.walker 6306 # number of demand (read+write) accesses
|
||||||
system.l2c.demand_accesses::cpu.itb.walker 2762 # number of demand (read+write) accesses
|
system.l2c.demand_accesses::cpu.itb.walker 2762 # number of demand (read+write) accesses
|
||||||
system.l2c.demand_accesses::cpu.inst 790398 # number of demand (read+write) accesses
|
system.l2c.demand_accesses::cpu.inst 790398 # number of demand (read+write) accesses
|
||||||
system.l2c.demand_accesses::cpu.data 1620409 # number of demand (read+write) accesses
|
system.l2c.demand_accesses::cpu.data 1620410 # number of demand (read+write) accesses
|
||||||
system.l2c.demand_accesses::total 2419875 # number of demand (read+write) accesses
|
system.l2c.demand_accesses::total 2419876 # number of demand (read+write) accesses
|
||||||
system.l2c.overall_accesses::cpu.dtb.walker 6306 # number of overall (read+write) accesses
|
system.l2c.overall_accesses::cpu.dtb.walker 6306 # number of overall (read+write) accesses
|
||||||
system.l2c.overall_accesses::cpu.itb.walker 2762 # number of overall (read+write) accesses
|
system.l2c.overall_accesses::cpu.itb.walker 2762 # number of overall (read+write) accesses
|
||||||
system.l2c.overall_accesses::cpu.inst 790398 # number of overall (read+write) accesses
|
system.l2c.overall_accesses::cpu.inst 790398 # number of overall (read+write) accesses
|
||||||
system.l2c.overall_accesses::cpu.data 1620409 # number of overall (read+write) accesses
|
system.l2c.overall_accesses::cpu.data 1620410 # number of overall (read+write) accesses
|
||||||
system.l2c.overall_accesses::total 2419875 # number of overall (read+write) accesses
|
system.l2c.overall_accesses::total 2419876 # number of overall (read+write) accesses
|
||||||
system.l2c.ReadReq_miss_rate::cpu.itb.walker 0.001810 # miss rate for ReadReq accesses
|
system.l2c.ReadReq_miss_rate::cpu.itb.walker 0.001810 # miss rate for ReadReq accesses
|
||||||
system.l2c.ReadReq_miss_rate::cpu.inst 0.016236 # miss rate for ReadReq accesses
|
system.l2c.ReadReq_miss_rate::cpu.inst 0.016236 # miss rate for ReadReq accesses
|
||||||
system.l2c.ReadReq_miss_rate::cpu.data 0.021696 # miss rate for ReadReq accesses
|
system.l2c.ReadReq_miss_rate::cpu.data 0.021696 # miss rate for ReadReq accesses
|
||||||
|
@ -357,72 +357,72 @@ system.pc.south_bridge.ide.disks1.dma_write_txs 1
|
||||||
system.cpu.numCycles 10383532628 # number of cpu cycles simulated
|
system.cpu.numCycles 10383532628 # number of cpu cycles simulated
|
||||||
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
|
system.cpu.numWorkItemsStarted 0 # number of work items this cpu started
|
||||||
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
|
system.cpu.numWorkItemsCompleted 0 # number of work items this cpu completed
|
||||||
system.cpu.committedInsts 138165779 # Number of instructions committed
|
system.cpu.committedInsts 138165780 # Number of instructions committed
|
||||||
system.cpu.committedOps 265203823 # Number of ops (including micro ops) committed
|
system.cpu.committedOps 265203824 # Number of ops (including micro ops) committed
|
||||||
system.cpu.num_int_alu_accesses 249613018 # Number of integer alu accesses
|
system.cpu.num_int_alu_accesses 249613019 # Number of integer alu accesses
|
||||||
system.cpu.num_fp_alu_accesses 0 # Number of float alu accesses
|
system.cpu.num_fp_alu_accesses 0 # Number of float alu accesses
|
||||||
system.cpu.num_func_calls 0 # number of times a function call or return occured
|
system.cpu.num_func_calls 0 # number of times a function call or return occured
|
||||||
system.cpu.num_conditional_control_insts 24887740 # number of instructions that are conditional controls
|
system.cpu.num_conditional_control_insts 24887741 # number of instructions that are conditional controls
|
||||||
system.cpu.num_int_insts 249613018 # number of integer instructions
|
system.cpu.num_int_insts 249613019 # number of integer instructions
|
||||||
system.cpu.num_fp_insts 0 # number of float instructions
|
system.cpu.num_fp_insts 0 # number of float instructions
|
||||||
system.cpu.num_int_register_reads 778264797 # number of times the integer registers were read
|
system.cpu.num_int_register_reads 778264795 # number of times the integer registers were read
|
||||||
system.cpu.num_int_register_writes 423017345 # number of times the integer registers were written
|
system.cpu.num_int_register_writes 423017346 # number of times the integer registers were written
|
||||||
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
|
system.cpu.num_fp_register_reads 0 # number of times the floating registers were read
|
||||||
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written
|
system.cpu.num_fp_register_writes 0 # number of times the floating registers were written
|
||||||
system.cpu.num_mem_refs 23180618 # number of memory refs
|
system.cpu.num_mem_refs 23180616 # number of memory refs
|
||||||
system.cpu.num_load_insts 14822217 # Number of load instructions
|
system.cpu.num_load_insts 14822216 # Number of load instructions
|
||||||
system.cpu.num_store_insts 8358401 # Number of store instructions
|
system.cpu.num_store_insts 8358400 # Number of store instructions
|
||||||
system.cpu.num_idle_cycles 9771874940.286118 # Number of idle cycles
|
system.cpu.num_idle_cycles 9771874926.286118 # Number of idle cycles
|
||||||
system.cpu.num_busy_cycles 611657687.713882 # Number of busy cycles
|
system.cpu.num_busy_cycles 611657701.713882 # Number of busy cycles
|
||||||
system.cpu.not_idle_fraction 0.058907 # Percentage of non-idle cycles
|
system.cpu.not_idle_fraction 0.058907 # Percentage of non-idle cycles
|
||||||
system.cpu.idle_fraction 0.941093 # Percentage of idle cycles
|
system.cpu.idle_fraction 0.941093 # Percentage of idle cycles
|
||||||
system.cpu.kern.inst.arm 0 # number of arm instructions executed
|
system.cpu.kern.inst.arm 0 # number of arm instructions executed
|
||||||
system.cpu.kern.inst.quiesce 0 # number of quiesce instructions executed
|
system.cpu.kern.inst.quiesce 0 # number of quiesce instructions executed
|
||||||
system.cpu.icache.replacements 789892 # number of replacements
|
system.cpu.icache.replacements 789892 # number of replacements
|
||||||
system.cpu.icache.tagsinuse 510.351457 # Cycle average of tags in use
|
system.cpu.icache.tagsinuse 510.351457 # Cycle average of tags in use
|
||||||
system.cpu.icache.total_refs 158472874 # Total number of references to valid blocks.
|
system.cpu.icache.total_refs 158472876 # Total number of references to valid blocks.
|
||||||
system.cpu.icache.sampled_refs 790404 # Sample count of references to valid blocks.
|
system.cpu.icache.sampled_refs 790404 # Sample count of references to valid blocks.
|
||||||
system.cpu.icache.avg_refs 200.496043 # Average number of references to valid blocks.
|
system.cpu.icache.avg_refs 200.496045 # Average number of references to valid blocks.
|
||||||
system.cpu.icache.warmup_cycle 160421907000 # Cycle when the warmup percentage was hit.
|
system.cpu.icache.warmup_cycle 160421909000 # Cycle when the warmup percentage was hit.
|
||||||
system.cpu.icache.occ_blocks::cpu.inst 510.351457 # Average occupied blocks per requestor
|
system.cpu.icache.occ_blocks::cpu.inst 510.351457 # Average occupied blocks per requestor
|
||||||
system.cpu.icache.occ_percent::cpu.inst 0.996780 # Average percentage of cache occupancy
|
system.cpu.icache.occ_percent::cpu.inst 0.996780 # Average percentage of cache occupancy
|
||||||
system.cpu.icache.occ_percent::total 0.996780 # Average percentage of cache occupancy
|
system.cpu.icache.occ_percent::total 0.996780 # Average percentage of cache occupancy
|
||||||
system.cpu.icache.ReadReq_hits::cpu.inst 158472874 # number of ReadReq hits
|
system.cpu.icache.ReadReq_hits::cpu.inst 158472876 # number of ReadReq hits
|
||||||
system.cpu.icache.ReadReq_hits::total 158472874 # number of ReadReq hits
|
system.cpu.icache.ReadReq_hits::total 158472876 # number of ReadReq hits
|
||||||
system.cpu.icache.demand_hits::cpu.inst 158472874 # number of demand (read+write) hits
|
system.cpu.icache.demand_hits::cpu.inst 158472876 # number of demand (read+write) hits
|
||||||
system.cpu.icache.demand_hits::total 158472874 # number of demand (read+write) hits
|
system.cpu.icache.demand_hits::total 158472876 # number of demand (read+write) hits
|
||||||
system.cpu.icache.overall_hits::cpu.inst 158472874 # number of overall hits
|
system.cpu.icache.overall_hits::cpu.inst 158472876 # number of overall hits
|
||||||
system.cpu.icache.overall_hits::total 158472874 # number of overall hits
|
system.cpu.icache.overall_hits::total 158472876 # number of overall hits
|
||||||
system.cpu.icache.ReadReq_misses::cpu.inst 790411 # number of ReadReq misses
|
system.cpu.icache.ReadReq_misses::cpu.inst 790411 # number of ReadReq misses
|
||||||
system.cpu.icache.ReadReq_misses::total 790411 # number of ReadReq misses
|
system.cpu.icache.ReadReq_misses::total 790411 # number of ReadReq misses
|
||||||
system.cpu.icache.demand_misses::cpu.inst 790411 # number of demand (read+write) misses
|
system.cpu.icache.demand_misses::cpu.inst 790411 # number of demand (read+write) misses
|
||||||
system.cpu.icache.demand_misses::total 790411 # number of demand (read+write) misses
|
system.cpu.icache.demand_misses::total 790411 # number of demand (read+write) misses
|
||||||
system.cpu.icache.overall_misses::cpu.inst 790411 # number of overall misses
|
system.cpu.icache.overall_misses::cpu.inst 790411 # number of overall misses
|
||||||
system.cpu.icache.overall_misses::total 790411 # number of overall misses
|
system.cpu.icache.overall_misses::total 790411 # number of overall misses
|
||||||
system.cpu.icache.ReadReq_miss_latency::cpu.inst 11780929500 # number of ReadReq miss cycles
|
system.cpu.icache.ReadReq_miss_latency::cpu.inst 11780909500 # number of ReadReq miss cycles
|
||||||
system.cpu.icache.ReadReq_miss_latency::total 11780929500 # number of ReadReq miss cycles
|
system.cpu.icache.ReadReq_miss_latency::total 11780909500 # number of ReadReq miss cycles
|
||||||
system.cpu.icache.demand_miss_latency::cpu.inst 11780929500 # number of demand (read+write) miss cycles
|
system.cpu.icache.demand_miss_latency::cpu.inst 11780909500 # number of demand (read+write) miss cycles
|
||||||
system.cpu.icache.demand_miss_latency::total 11780929500 # number of demand (read+write) miss cycles
|
system.cpu.icache.demand_miss_latency::total 11780909500 # number of demand (read+write) miss cycles
|
||||||
system.cpu.icache.overall_miss_latency::cpu.inst 11780929500 # number of overall miss cycles
|
system.cpu.icache.overall_miss_latency::cpu.inst 11780909500 # number of overall miss cycles
|
||||||
system.cpu.icache.overall_miss_latency::total 11780929500 # number of overall miss cycles
|
system.cpu.icache.overall_miss_latency::total 11780909500 # number of overall miss cycles
|
||||||
system.cpu.icache.ReadReq_accesses::cpu.inst 159263285 # number of ReadReq accesses(hits+misses)
|
system.cpu.icache.ReadReq_accesses::cpu.inst 159263287 # number of ReadReq accesses(hits+misses)
|
||||||
system.cpu.icache.ReadReq_accesses::total 159263285 # number of ReadReq accesses(hits+misses)
|
system.cpu.icache.ReadReq_accesses::total 159263287 # number of ReadReq accesses(hits+misses)
|
||||||
system.cpu.icache.demand_accesses::cpu.inst 159263285 # number of demand (read+write) accesses
|
system.cpu.icache.demand_accesses::cpu.inst 159263287 # number of demand (read+write) accesses
|
||||||
system.cpu.icache.demand_accesses::total 159263285 # number of demand (read+write) accesses
|
system.cpu.icache.demand_accesses::total 159263287 # number of demand (read+write) accesses
|
||||||
system.cpu.icache.overall_accesses::cpu.inst 159263285 # number of overall (read+write) accesses
|
system.cpu.icache.overall_accesses::cpu.inst 159263287 # number of overall (read+write) accesses
|
||||||
system.cpu.icache.overall_accesses::total 159263285 # number of overall (read+write) accesses
|
system.cpu.icache.overall_accesses::total 159263287 # number of overall (read+write) accesses
|
||||||
system.cpu.icache.ReadReq_miss_rate::cpu.inst 0.004963 # miss rate for ReadReq accesses
|
system.cpu.icache.ReadReq_miss_rate::cpu.inst 0.004963 # miss rate for ReadReq accesses
|
||||||
system.cpu.icache.ReadReq_miss_rate::total 0.004963 # miss rate for ReadReq accesses
|
system.cpu.icache.ReadReq_miss_rate::total 0.004963 # miss rate for ReadReq accesses
|
||||||
system.cpu.icache.demand_miss_rate::cpu.inst 0.004963 # miss rate for demand accesses
|
system.cpu.icache.demand_miss_rate::cpu.inst 0.004963 # miss rate for demand accesses
|
||||||
system.cpu.icache.demand_miss_rate::total 0.004963 # miss rate for demand accesses
|
system.cpu.icache.demand_miss_rate::total 0.004963 # miss rate for demand accesses
|
||||||
system.cpu.icache.overall_miss_rate::cpu.inst 0.004963 # miss rate for overall accesses
|
system.cpu.icache.overall_miss_rate::cpu.inst 0.004963 # miss rate for overall accesses
|
||||||
system.cpu.icache.overall_miss_rate::total 0.004963 # miss rate for overall accesses
|
system.cpu.icache.overall_miss_rate::total 0.004963 # miss rate for overall accesses
|
||||||
system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 14904.814710 # average ReadReq miss latency
|
system.cpu.icache.ReadReq_avg_miss_latency::cpu.inst 14904.789407 # average ReadReq miss latency
|
||||||
system.cpu.icache.ReadReq_avg_miss_latency::total 14904.814710 # average ReadReq miss latency
|
system.cpu.icache.ReadReq_avg_miss_latency::total 14904.789407 # average ReadReq miss latency
|
||||||
system.cpu.icache.demand_avg_miss_latency::cpu.inst 14904.814710 # average overall miss latency
|
system.cpu.icache.demand_avg_miss_latency::cpu.inst 14904.789407 # average overall miss latency
|
||||||
system.cpu.icache.demand_avg_miss_latency::total 14904.814710 # average overall miss latency
|
system.cpu.icache.demand_avg_miss_latency::total 14904.789407 # average overall miss latency
|
||||||
system.cpu.icache.overall_avg_miss_latency::cpu.inst 14904.814710 # average overall miss latency
|
system.cpu.icache.overall_avg_miss_latency::cpu.inst 14904.789407 # average overall miss latency
|
||||||
system.cpu.icache.overall_avg_miss_latency::total 14904.814710 # average overall miss latency
|
system.cpu.icache.overall_avg_miss_latency::total 14904.789407 # average overall miss latency
|
||||||
system.cpu.icache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked
|
system.cpu.icache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked
|
||||||
system.cpu.icache.blocked_cycles::no_targets 0 # number of cycles access was blocked
|
system.cpu.icache.blocked_cycles::no_targets 0 # number of cycles access was blocked
|
||||||
system.cpu.icache.blocked::no_mshrs 0 # number of cycles access was blocked
|
system.cpu.icache.blocked::no_mshrs 0 # number of cycles access was blocked
|
||||||
|
@ -439,31 +439,31 @@ system.cpu.icache.demand_mshr_misses::cpu.inst 790411
|
||||||
system.cpu.icache.demand_mshr_misses::total 790411 # number of demand (read+write) MSHR misses
|
system.cpu.icache.demand_mshr_misses::total 790411 # number of demand (read+write) MSHR misses
|
||||||
system.cpu.icache.overall_mshr_misses::cpu.inst 790411 # number of overall MSHR misses
|
system.cpu.icache.overall_mshr_misses::cpu.inst 790411 # number of overall MSHR misses
|
||||||
system.cpu.icache.overall_mshr_misses::total 790411 # number of overall MSHR misses
|
system.cpu.icache.overall_mshr_misses::total 790411 # number of overall MSHR misses
|
||||||
system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst 9408678500 # number of ReadReq MSHR miss cycles
|
system.cpu.icache.ReadReq_mshr_miss_latency::cpu.inst 9408658500 # number of ReadReq MSHR miss cycles
|
||||||
system.cpu.icache.ReadReq_mshr_miss_latency::total 9408678500 # number of ReadReq MSHR miss cycles
|
system.cpu.icache.ReadReq_mshr_miss_latency::total 9408658500 # number of ReadReq MSHR miss cycles
|
||||||
system.cpu.icache.demand_mshr_miss_latency::cpu.inst 9408678500 # number of demand (read+write) MSHR miss cycles
|
system.cpu.icache.demand_mshr_miss_latency::cpu.inst 9408658500 # number of demand (read+write) MSHR miss cycles
|
||||||
system.cpu.icache.demand_mshr_miss_latency::total 9408678500 # number of demand (read+write) MSHR miss cycles
|
system.cpu.icache.demand_mshr_miss_latency::total 9408658500 # number of demand (read+write) MSHR miss cycles
|
||||||
system.cpu.icache.overall_mshr_miss_latency::cpu.inst 9408678500 # number of overall MSHR miss cycles
|
system.cpu.icache.overall_mshr_miss_latency::cpu.inst 9408658500 # number of overall MSHR miss cycles
|
||||||
system.cpu.icache.overall_mshr_miss_latency::total 9408678500 # number of overall MSHR miss cycles
|
system.cpu.icache.overall_mshr_miss_latency::total 9408658500 # number of overall MSHR miss cycles
|
||||||
system.cpu.icache.ReadReq_mshr_miss_rate::cpu.inst 0.004963 # mshr miss rate for ReadReq accesses
|
system.cpu.icache.ReadReq_mshr_miss_rate::cpu.inst 0.004963 # mshr miss rate for ReadReq accesses
|
||||||
system.cpu.icache.ReadReq_mshr_miss_rate::total 0.004963 # mshr miss rate for ReadReq accesses
|
system.cpu.icache.ReadReq_mshr_miss_rate::total 0.004963 # mshr miss rate for ReadReq accesses
|
||||||
system.cpu.icache.demand_mshr_miss_rate::cpu.inst 0.004963 # mshr miss rate for demand accesses
|
system.cpu.icache.demand_mshr_miss_rate::cpu.inst 0.004963 # mshr miss rate for demand accesses
|
||||||
system.cpu.icache.demand_mshr_miss_rate::total 0.004963 # mshr miss rate for demand accesses
|
system.cpu.icache.demand_mshr_miss_rate::total 0.004963 # mshr miss rate for demand accesses
|
||||||
system.cpu.icache.overall_mshr_miss_rate::cpu.inst 0.004963 # mshr miss rate for overall accesses
|
system.cpu.icache.overall_mshr_miss_rate::cpu.inst 0.004963 # mshr miss rate for overall accesses
|
||||||
system.cpu.icache.overall_mshr_miss_rate::total 0.004963 # mshr miss rate for overall accesses
|
system.cpu.icache.overall_mshr_miss_rate::total 0.004963 # mshr miss rate for overall accesses
|
||||||
system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 11903.526773 # average ReadReq mshr miss latency
|
system.cpu.icache.ReadReq_avg_mshr_miss_latency::cpu.inst 11903.501469 # average ReadReq mshr miss latency
|
||||||
system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 11903.526773 # average ReadReq mshr miss latency
|
system.cpu.icache.ReadReq_avg_mshr_miss_latency::total 11903.501469 # average ReadReq mshr miss latency
|
||||||
system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 11903.526773 # average overall mshr miss latency
|
system.cpu.icache.demand_avg_mshr_miss_latency::cpu.inst 11903.501469 # average overall mshr miss latency
|
||||||
system.cpu.icache.demand_avg_mshr_miss_latency::total 11903.526773 # average overall mshr miss latency
|
system.cpu.icache.demand_avg_mshr_miss_latency::total 11903.501469 # average overall mshr miss latency
|
||||||
system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 11903.526773 # average overall mshr miss latency
|
system.cpu.icache.overall_avg_mshr_miss_latency::cpu.inst 11903.501469 # average overall mshr miss latency
|
||||||
system.cpu.icache.overall_avg_mshr_miss_latency::total 11903.526773 # average overall mshr miss latency
|
system.cpu.icache.overall_avg_mshr_miss_latency::total 11903.501469 # average overall mshr miss latency
|
||||||
system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate
|
system.cpu.icache.no_allocate_misses 0 # Number of misses that were no-allocate
|
||||||
system.cpu.itb_walker_cache.replacements 3403 # number of replacements
|
system.cpu.itb_walker_cache.replacements 3403 # number of replacements
|
||||||
system.cpu.itb_walker_cache.tagsinuse 3.070913 # Cycle average of tags in use
|
system.cpu.itb_walker_cache.tagsinuse 3.070913 # Cycle average of tags in use
|
||||||
system.cpu.itb_walker_cache.total_refs 8040 # Total number of references to valid blocks.
|
system.cpu.itb_walker_cache.total_refs 8040 # Total number of references to valid blocks.
|
||||||
system.cpu.itb_walker_cache.sampled_refs 3415 # Sample count of references to valid blocks.
|
system.cpu.itb_walker_cache.sampled_refs 3415 # Sample count of references to valid blocks.
|
||||||
system.cpu.itb_walker_cache.avg_refs 2.354319 # Average number of references to valid blocks.
|
system.cpu.itb_walker_cache.avg_refs 2.354319 # Average number of references to valid blocks.
|
||||||
system.cpu.itb_walker_cache.warmup_cycle 5164836909000 # Cycle when the warmup percentage was hit.
|
system.cpu.itb_walker_cache.warmup_cycle 5164836918000 # Cycle when the warmup percentage was hit.
|
||||||
system.cpu.itb_walker_cache.occ_blocks::cpu.itb.walker 3.070913 # Average occupied blocks per requestor
|
system.cpu.itb_walker_cache.occ_blocks::cpu.itb.walker 3.070913 # Average occupied blocks per requestor
|
||||||
system.cpu.itb_walker_cache.occ_percent::cpu.itb.walker 0.191932 # Average percentage of cache occupancy
|
system.cpu.itb_walker_cache.occ_percent::cpu.itb.walker 0.191932 # Average percentage of cache occupancy
|
||||||
system.cpu.itb_walker_cache.occ_percent::total 0.191932 # Average percentage of cache occupancy
|
system.cpu.itb_walker_cache.occ_percent::total 0.191932 # Average percentage of cache occupancy
|
||||||
|
@ -547,7 +547,7 @@ system.cpu.dtb_walker_cache.tagsinuse 5.053120 # Cy
|
||||||
system.cpu.dtb_walker_cache.total_refs 13331 # Total number of references to valid blocks.
|
system.cpu.dtb_walker_cache.total_refs 13331 # Total number of references to valid blocks.
|
||||||
system.cpu.dtb_walker_cache.sampled_refs 7543 # Sample count of references to valid blocks.
|
system.cpu.dtb_walker_cache.sampled_refs 7543 # Sample count of references to valid blocks.
|
||||||
system.cpu.dtb_walker_cache.avg_refs 1.767334 # Average number of references to valid blocks.
|
system.cpu.dtb_walker_cache.avg_refs 1.767334 # Average number of references to valid blocks.
|
||||||
system.cpu.dtb_walker_cache.warmup_cycle 5161009068000 # Cycle when the warmup percentage was hit.
|
system.cpu.dtb_walker_cache.warmup_cycle 5161009077000 # Cycle when the warmup percentage was hit.
|
||||||
system.cpu.dtb_walker_cache.occ_blocks::cpu.dtb.walker 5.053120 # Average occupied blocks per requestor
|
system.cpu.dtb_walker_cache.occ_blocks::cpu.dtb.walker 5.053120 # Average occupied blocks per requestor
|
||||||
system.cpu.dtb_walker_cache.occ_percent::cpu.dtb.walker 0.315820 # Average percentage of cache occupancy
|
system.cpu.dtb_walker_cache.occ_percent::cpu.dtb.walker 0.315820 # Average percentage of cache occupancy
|
||||||
system.cpu.dtb_walker_cache.occ_percent::total 0.315820 # Average percentage of cache occupancy
|
system.cpu.dtb_walker_cache.occ_percent::total 0.315820 # Average percentage of cache occupancy
|
||||||
|
@ -622,63 +622,63 @@ system.cpu.dtb_walker_cache.demand_avg_mshr_miss_latency::total 9861.152480
|
||||||
system.cpu.dtb_walker_cache.overall_avg_mshr_miss_latency::cpu.dtb.walker 9861.152480 # average overall mshr miss latency
|
system.cpu.dtb_walker_cache.overall_avg_mshr_miss_latency::cpu.dtb.walker 9861.152480 # average overall mshr miss latency
|
||||||
system.cpu.dtb_walker_cache.overall_avg_mshr_miss_latency::total 9861.152480 # average overall mshr miss latency
|
system.cpu.dtb_walker_cache.overall_avg_mshr_miss_latency::total 9861.152480 # average overall mshr miss latency
|
||||||
system.cpu.dtb_walker_cache.no_allocate_misses 0 # Number of misses that were no-allocate
|
system.cpu.dtb_walker_cache.no_allocate_misses 0 # Number of misses that were no-allocate
|
||||||
system.cpu.dcache.replacements 1620697 # number of replacements
|
system.cpu.dcache.replacements 1620698 # number of replacements
|
||||||
system.cpu.dcache.tagsinuse 511.997463 # Cycle average of tags in use
|
system.cpu.dcache.tagsinuse 511.997463 # Cycle average of tags in use
|
||||||
system.cpu.dcache.total_refs 20024819 # Total number of references to valid blocks.
|
system.cpu.dcache.total_refs 20024816 # Total number of references to valid blocks.
|
||||||
system.cpu.dcache.sampled_refs 1621209 # Sample count of references to valid blocks.
|
system.cpu.dcache.sampled_refs 1621210 # Sample count of references to valid blocks.
|
||||||
system.cpu.dcache.avg_refs 12.351781 # Average number of references to valid blocks.
|
system.cpu.dcache.avg_refs 12.351772 # Average number of references to valid blocks.
|
||||||
system.cpu.dcache.warmup_cycle 45838000 # Cycle when the warmup percentage was hit.
|
system.cpu.dcache.warmup_cycle 45838000 # Cycle when the warmup percentage was hit.
|
||||||
system.cpu.dcache.occ_blocks::cpu.data 511.997463 # Average occupied blocks per requestor
|
system.cpu.dcache.occ_blocks::cpu.data 511.997463 # Average occupied blocks per requestor
|
||||||
system.cpu.dcache.occ_percent::cpu.data 0.999995 # Average percentage of cache occupancy
|
system.cpu.dcache.occ_percent::cpu.data 0.999995 # Average percentage of cache occupancy
|
||||||
system.cpu.dcache.occ_percent::total 0.999995 # Average percentage of cache occupancy
|
system.cpu.dcache.occ_percent::total 0.999995 # Average percentage of cache occupancy
|
||||||
system.cpu.dcache.ReadReq_hits::cpu.data 11989145 # number of ReadReq hits
|
system.cpu.dcache.ReadReq_hits::cpu.data 11989143 # number of ReadReq hits
|
||||||
system.cpu.dcache.ReadReq_hits::total 11989145 # number of ReadReq hits
|
system.cpu.dcache.ReadReq_hits::total 11989143 # number of ReadReq hits
|
||||||
system.cpu.dcache.WriteReq_hits::cpu.data 8033493 # number of WriteReq hits
|
system.cpu.dcache.WriteReq_hits::cpu.data 8033492 # number of WriteReq hits
|
||||||
system.cpu.dcache.WriteReq_hits::total 8033493 # number of WriteReq hits
|
system.cpu.dcache.WriteReq_hits::total 8033492 # number of WriteReq hits
|
||||||
system.cpu.dcache.demand_hits::cpu.data 20022638 # number of demand (read+write) hits
|
system.cpu.dcache.demand_hits::cpu.data 20022635 # number of demand (read+write) hits
|
||||||
system.cpu.dcache.demand_hits::total 20022638 # number of demand (read+write) hits
|
system.cpu.dcache.demand_hits::total 20022635 # number of demand (read+write) hits
|
||||||
system.cpu.dcache.overall_hits::cpu.data 20022638 # number of overall hits
|
system.cpu.dcache.overall_hits::cpu.data 20022635 # number of overall hits
|
||||||
system.cpu.dcache.overall_hits::total 20022638 # number of overall hits
|
system.cpu.dcache.overall_hits::total 20022635 # number of overall hits
|
||||||
system.cpu.dcache.ReadReq_misses::cpu.data 1308549 # number of ReadReq misses
|
system.cpu.dcache.ReadReq_misses::cpu.data 1308550 # number of ReadReq misses
|
||||||
system.cpu.dcache.ReadReq_misses::total 1308549 # number of ReadReq misses
|
system.cpu.dcache.ReadReq_misses::total 1308550 # number of ReadReq misses
|
||||||
system.cpu.dcache.WriteReq_misses::cpu.data 314872 # number of WriteReq misses
|
system.cpu.dcache.WriteReq_misses::cpu.data 314872 # number of WriteReq misses
|
||||||
system.cpu.dcache.WriteReq_misses::total 314872 # number of WriteReq misses
|
system.cpu.dcache.WriteReq_misses::total 314872 # number of WriteReq misses
|
||||||
system.cpu.dcache.demand_misses::cpu.data 1623421 # number of demand (read+write) misses
|
system.cpu.dcache.demand_misses::cpu.data 1623422 # number of demand (read+write) misses
|
||||||
system.cpu.dcache.demand_misses::total 1623421 # number of demand (read+write) misses
|
system.cpu.dcache.demand_misses::total 1623422 # number of demand (read+write) misses
|
||||||
system.cpu.dcache.overall_misses::cpu.data 1623421 # number of overall misses
|
system.cpu.dcache.overall_misses::cpu.data 1623422 # number of overall misses
|
||||||
system.cpu.dcache.overall_misses::total 1623421 # number of overall misses
|
system.cpu.dcache.overall_misses::total 1623422 # number of overall misses
|
||||||
system.cpu.dcache.ReadReq_miss_latency::cpu.data 19872658500 # number of ReadReq miss cycles
|
system.cpu.dcache.ReadReq_miss_latency::cpu.data 19872663500 # number of ReadReq miss cycles
|
||||||
system.cpu.dcache.ReadReq_miss_latency::total 19872658500 # number of ReadReq miss cycles
|
system.cpu.dcache.ReadReq_miss_latency::total 19872663500 # number of ReadReq miss cycles
|
||||||
system.cpu.dcache.WriteReq_miss_latency::cpu.data 9327760500 # number of WriteReq miss cycles
|
system.cpu.dcache.WriteReq_miss_latency::cpu.data 9327755500 # number of WriteReq miss cycles
|
||||||
system.cpu.dcache.WriteReq_miss_latency::total 9327760500 # number of WriteReq miss cycles
|
system.cpu.dcache.WriteReq_miss_latency::total 9327755500 # number of WriteReq miss cycles
|
||||||
system.cpu.dcache.demand_miss_latency::cpu.data 29200419000 # number of demand (read+write) miss cycles
|
system.cpu.dcache.demand_miss_latency::cpu.data 29200419000 # number of demand (read+write) miss cycles
|
||||||
system.cpu.dcache.demand_miss_latency::total 29200419000 # number of demand (read+write) miss cycles
|
system.cpu.dcache.demand_miss_latency::total 29200419000 # number of demand (read+write) miss cycles
|
||||||
system.cpu.dcache.overall_miss_latency::cpu.data 29200419000 # number of overall miss cycles
|
system.cpu.dcache.overall_miss_latency::cpu.data 29200419000 # number of overall miss cycles
|
||||||
system.cpu.dcache.overall_miss_latency::total 29200419000 # number of overall miss cycles
|
system.cpu.dcache.overall_miss_latency::total 29200419000 # number of overall miss cycles
|
||||||
system.cpu.dcache.ReadReq_accesses::cpu.data 13297694 # number of ReadReq accesses(hits+misses)
|
system.cpu.dcache.ReadReq_accesses::cpu.data 13297693 # number of ReadReq accesses(hits+misses)
|
||||||
system.cpu.dcache.ReadReq_accesses::total 13297694 # number of ReadReq accesses(hits+misses)
|
system.cpu.dcache.ReadReq_accesses::total 13297693 # number of ReadReq accesses(hits+misses)
|
||||||
system.cpu.dcache.WriteReq_accesses::cpu.data 8348365 # number of WriteReq accesses(hits+misses)
|
system.cpu.dcache.WriteReq_accesses::cpu.data 8348364 # number of WriteReq accesses(hits+misses)
|
||||||
system.cpu.dcache.WriteReq_accesses::total 8348365 # number of WriteReq accesses(hits+misses)
|
system.cpu.dcache.WriteReq_accesses::total 8348364 # number of WriteReq accesses(hits+misses)
|
||||||
system.cpu.dcache.demand_accesses::cpu.data 21646059 # number of demand (read+write) accesses
|
system.cpu.dcache.demand_accesses::cpu.data 21646057 # number of demand (read+write) accesses
|
||||||
system.cpu.dcache.demand_accesses::total 21646059 # number of demand (read+write) accesses
|
system.cpu.dcache.demand_accesses::total 21646057 # number of demand (read+write) accesses
|
||||||
system.cpu.dcache.overall_accesses::cpu.data 21646059 # number of overall (read+write) accesses
|
system.cpu.dcache.overall_accesses::cpu.data 21646057 # number of overall (read+write) accesses
|
||||||
system.cpu.dcache.overall_accesses::total 21646059 # number of overall (read+write) accesses
|
system.cpu.dcache.overall_accesses::total 21646057 # number of overall (read+write) accesses
|
||||||
system.cpu.dcache.ReadReq_miss_rate::cpu.data 0.098404 # miss rate for ReadReq accesses
|
system.cpu.dcache.ReadReq_miss_rate::cpu.data 0.098404 # miss rate for ReadReq accesses
|
||||||
system.cpu.dcache.ReadReq_miss_rate::total 0.098404 # miss rate for ReadReq accesses
|
system.cpu.dcache.ReadReq_miss_rate::total 0.098404 # miss rate for ReadReq accesses
|
||||||
system.cpu.dcache.WriteReq_miss_rate::cpu.data 0.037717 # miss rate for WriteReq accesses
|
system.cpu.dcache.WriteReq_miss_rate::cpu.data 0.037717 # miss rate for WriteReq accesses
|
||||||
system.cpu.dcache.WriteReq_miss_rate::total 0.037717 # miss rate for WriteReq accesses
|
system.cpu.dcache.WriteReq_miss_rate::total 0.037717 # miss rate for WriteReq accesses
|
||||||
system.cpu.dcache.demand_miss_rate::cpu.data 0.074998 # miss rate for demand accesses
|
system.cpu.dcache.demand_miss_rate::cpu.data 0.074999 # miss rate for demand accesses
|
||||||
system.cpu.dcache.demand_miss_rate::total 0.074998 # miss rate for demand accesses
|
system.cpu.dcache.demand_miss_rate::total 0.074999 # miss rate for demand accesses
|
||||||
system.cpu.dcache.overall_miss_rate::cpu.data 0.074998 # miss rate for overall accesses
|
system.cpu.dcache.overall_miss_rate::cpu.data 0.074999 # miss rate for overall accesses
|
||||||
system.cpu.dcache.overall_miss_rate::total 0.074998 # miss rate for overall accesses
|
system.cpu.dcache.overall_miss_rate::total 0.074999 # miss rate for overall accesses
|
||||||
system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 15186.789719 # average ReadReq miss latency
|
system.cpu.dcache.ReadReq_avg_miss_latency::cpu.data 15186.781934 # average ReadReq miss latency
|
||||||
system.cpu.dcache.ReadReq_avg_miss_latency::total 15186.789719 # average ReadReq miss latency
|
system.cpu.dcache.ReadReq_avg_miss_latency::total 15186.781934 # average ReadReq miss latency
|
||||||
system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 29623.975774 # average WriteReq miss latency
|
system.cpu.dcache.WriteReq_avg_miss_latency::cpu.data 29623.959895 # average WriteReq miss latency
|
||||||
system.cpu.dcache.WriteReq_avg_miss_latency::total 29623.975774 # average WriteReq miss latency
|
system.cpu.dcache.WriteReq_avg_miss_latency::total 29623.959895 # average WriteReq miss latency
|
||||||
system.cpu.dcache.demand_avg_miss_latency::cpu.data 17986.966412 # average overall miss latency
|
system.cpu.dcache.demand_avg_miss_latency::cpu.data 17986.955333 # average overall miss latency
|
||||||
system.cpu.dcache.demand_avg_miss_latency::total 17986.966412 # average overall miss latency
|
system.cpu.dcache.demand_avg_miss_latency::total 17986.955333 # average overall miss latency
|
||||||
system.cpu.dcache.overall_avg_miss_latency::cpu.data 17986.966412 # average overall miss latency
|
system.cpu.dcache.overall_avg_miss_latency::cpu.data 17986.955333 # average overall miss latency
|
||||||
system.cpu.dcache.overall_avg_miss_latency::total 17986.966412 # average overall miss latency
|
system.cpu.dcache.overall_avg_miss_latency::total 17986.955333 # average overall miss latency
|
||||||
system.cpu.dcache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked
|
system.cpu.dcache.blocked_cycles::no_mshrs 0 # number of cycles access was blocked
|
||||||
system.cpu.dcache.blocked_cycles::no_targets 0 # number of cycles access was blocked
|
system.cpu.dcache.blocked_cycles::no_targets 0 # number of cycles access was blocked
|
||||||
system.cpu.dcache.blocked::no_mshrs 0 # number of cycles access was blocked
|
system.cpu.dcache.blocked::no_mshrs 0 # number of cycles access was blocked
|
||||||
|
@ -687,24 +687,24 @@ system.cpu.dcache.avg_blocked_cycles::no_mshrs nan
|
||||||
system.cpu.dcache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked
|
system.cpu.dcache.avg_blocked_cycles::no_targets nan # average number of cycles each access was blocked
|
||||||
system.cpu.dcache.fast_writes 0 # number of fast writes performed
|
system.cpu.dcache.fast_writes 0 # number of fast writes performed
|
||||||
system.cpu.dcache.cache_copies 0 # number of cache copies performed
|
system.cpu.dcache.cache_copies 0 # number of cache copies performed
|
||||||
system.cpu.dcache.writebacks::writebacks 1537686 # number of writebacks
|
system.cpu.dcache.writebacks::writebacks 1537687 # number of writebacks
|
||||||
system.cpu.dcache.writebacks::total 1537686 # number of writebacks
|
system.cpu.dcache.writebacks::total 1537687 # number of writebacks
|
||||||
system.cpu.dcache.ReadReq_mshr_misses::cpu.data 1308549 # number of ReadReq MSHR misses
|
system.cpu.dcache.ReadReq_mshr_misses::cpu.data 1308550 # number of ReadReq MSHR misses
|
||||||
system.cpu.dcache.ReadReq_mshr_misses::total 1308549 # number of ReadReq MSHR misses
|
system.cpu.dcache.ReadReq_mshr_misses::total 1308550 # number of ReadReq MSHR misses
|
||||||
system.cpu.dcache.WriteReq_mshr_misses::cpu.data 314872 # number of WriteReq MSHR misses
|
system.cpu.dcache.WriteReq_mshr_misses::cpu.data 314872 # number of WriteReq MSHR misses
|
||||||
system.cpu.dcache.WriteReq_mshr_misses::total 314872 # number of WriteReq MSHR misses
|
system.cpu.dcache.WriteReq_mshr_misses::total 314872 # number of WriteReq MSHR misses
|
||||||
system.cpu.dcache.demand_mshr_misses::cpu.data 1623421 # number of demand (read+write) MSHR misses
|
system.cpu.dcache.demand_mshr_misses::cpu.data 1623422 # number of demand (read+write) MSHR misses
|
||||||
system.cpu.dcache.demand_mshr_misses::total 1623421 # number of demand (read+write) MSHR misses
|
system.cpu.dcache.demand_mshr_misses::total 1623422 # number of demand (read+write) MSHR misses
|
||||||
system.cpu.dcache.overall_mshr_misses::cpu.data 1623421 # number of overall MSHR misses
|
system.cpu.dcache.overall_mshr_misses::cpu.data 1623422 # number of overall MSHR misses
|
||||||
system.cpu.dcache.overall_mshr_misses::total 1623421 # number of overall MSHR misses
|
system.cpu.dcache.overall_mshr_misses::total 1623422 # number of overall MSHR misses
|
||||||
system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 15946961002 # number of ReadReq MSHR miss cycles
|
system.cpu.dcache.ReadReq_mshr_miss_latency::cpu.data 15946963002 # number of ReadReq MSHR miss cycles
|
||||||
system.cpu.dcache.ReadReq_mshr_miss_latency::total 15946961002 # number of ReadReq MSHR miss cycles
|
system.cpu.dcache.ReadReq_mshr_miss_latency::total 15946963002 # number of ReadReq MSHR miss cycles
|
||||||
system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data 8383141001 # number of WriteReq MSHR miss cycles
|
system.cpu.dcache.WriteReq_mshr_miss_latency::cpu.data 8383136001 # number of WriteReq MSHR miss cycles
|
||||||
system.cpu.dcache.WriteReq_mshr_miss_latency::total 8383141001 # number of WriteReq MSHR miss cycles
|
system.cpu.dcache.WriteReq_mshr_miss_latency::total 8383136001 # number of WriteReq MSHR miss cycles
|
||||||
system.cpu.dcache.demand_mshr_miss_latency::cpu.data 24330102003 # number of demand (read+write) MSHR miss cycles
|
system.cpu.dcache.demand_mshr_miss_latency::cpu.data 24330099003 # number of demand (read+write) MSHR miss cycles
|
||||||
system.cpu.dcache.demand_mshr_miss_latency::total 24330102003 # number of demand (read+write) MSHR miss cycles
|
system.cpu.dcache.demand_mshr_miss_latency::total 24330099003 # number of demand (read+write) MSHR miss cycles
|
||||||
system.cpu.dcache.overall_mshr_miss_latency::cpu.data 24330102003 # number of overall MSHR miss cycles
|
system.cpu.dcache.overall_mshr_miss_latency::cpu.data 24330099003 # number of overall MSHR miss cycles
|
||||||
system.cpu.dcache.overall_mshr_miss_latency::total 24330102003 # number of overall MSHR miss cycles
|
system.cpu.dcache.overall_mshr_miss_latency::total 24330099003 # number of overall MSHR miss cycles
|
||||||
system.cpu.dcache.ReadReq_mshr_uncacheable_latency::cpu.data 75924400500 # number of ReadReq MSHR uncacheable cycles
|
system.cpu.dcache.ReadReq_mshr_uncacheable_latency::cpu.data 75924400500 # number of ReadReq MSHR uncacheable cycles
|
||||||
system.cpu.dcache.ReadReq_mshr_uncacheable_latency::total 75924400500 # number of ReadReq MSHR uncacheable cycles
|
system.cpu.dcache.ReadReq_mshr_uncacheable_latency::total 75924400500 # number of ReadReq MSHR uncacheable cycles
|
||||||
system.cpu.dcache.WriteReq_mshr_uncacheable_latency::cpu.data 1366040500 # number of WriteReq MSHR uncacheable cycles
|
system.cpu.dcache.WriteReq_mshr_uncacheable_latency::cpu.data 1366040500 # number of WriteReq MSHR uncacheable cycles
|
||||||
|
@ -715,18 +715,18 @@ system.cpu.dcache.ReadReq_mshr_miss_rate::cpu.data 0.098404
|
||||||
system.cpu.dcache.ReadReq_mshr_miss_rate::total 0.098404 # mshr miss rate for ReadReq accesses
|
system.cpu.dcache.ReadReq_mshr_miss_rate::total 0.098404 # mshr miss rate for ReadReq accesses
|
||||||
system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data 0.037717 # mshr miss rate for WriteReq accesses
|
system.cpu.dcache.WriteReq_mshr_miss_rate::cpu.data 0.037717 # mshr miss rate for WriteReq accesses
|
||||||
system.cpu.dcache.WriteReq_mshr_miss_rate::total 0.037717 # mshr miss rate for WriteReq accesses
|
system.cpu.dcache.WriteReq_mshr_miss_rate::total 0.037717 # mshr miss rate for WriteReq accesses
|
||||||
system.cpu.dcache.demand_mshr_miss_rate::cpu.data 0.074998 # mshr miss rate for demand accesses
|
system.cpu.dcache.demand_mshr_miss_rate::cpu.data 0.074999 # mshr miss rate for demand accesses
|
||||||
system.cpu.dcache.demand_mshr_miss_rate::total 0.074998 # mshr miss rate for demand accesses
|
system.cpu.dcache.demand_mshr_miss_rate::total 0.074999 # mshr miss rate for demand accesses
|
||||||
system.cpu.dcache.overall_mshr_miss_rate::cpu.data 0.074998 # mshr miss rate for overall accesses
|
system.cpu.dcache.overall_mshr_miss_rate::cpu.data 0.074999 # mshr miss rate for overall accesses
|
||||||
system.cpu.dcache.overall_mshr_miss_rate::total 0.074998 # mshr miss rate for overall accesses
|
system.cpu.dcache.overall_mshr_miss_rate::total 0.074999 # mshr miss rate for overall accesses
|
||||||
system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 12186.751128 # average ReadReq mshr miss latency
|
system.cpu.dcache.ReadReq_avg_mshr_miss_latency::cpu.data 12186.743343 # average ReadReq mshr miss latency
|
||||||
system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 12186.751128 # average ReadReq mshr miss latency
|
system.cpu.dcache.ReadReq_avg_mshr_miss_latency::total 12186.743343 # average ReadReq mshr miss latency
|
||||||
system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 26623.964662 # average WriteReq mshr miss latency
|
system.cpu.dcache.WriteReq_avg_mshr_miss_latency::cpu.data 26623.948782 # average WriteReq mshr miss latency
|
||||||
system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 26623.964662 # average WriteReq mshr miss latency
|
system.cpu.dcache.WriteReq_avg_mshr_miss_latency::total 26623.948782 # average WriteReq mshr miss latency
|
||||||
system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 14986.933151 # average overall mshr miss latency
|
system.cpu.dcache.demand_avg_mshr_miss_latency::cpu.data 14986.922071 # average overall mshr miss latency
|
||||||
system.cpu.dcache.demand_avg_mshr_miss_latency::total 14986.933151 # average overall mshr miss latency
|
system.cpu.dcache.demand_avg_mshr_miss_latency::total 14986.922071 # average overall mshr miss latency
|
||||||
system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 14986.933151 # average overall mshr miss latency
|
system.cpu.dcache.overall_avg_mshr_miss_latency::cpu.data 14986.922071 # average overall mshr miss latency
|
||||||
system.cpu.dcache.overall_avg_mshr_miss_latency::total 14986.933151 # average overall mshr miss latency
|
system.cpu.dcache.overall_avg_mshr_miss_latency::total 14986.922071 # average overall mshr miss latency
|
||||||
system.cpu.dcache.ReadReq_avg_mshr_uncacheable_latency::cpu.data inf # average ReadReq mshr uncacheable latency
|
system.cpu.dcache.ReadReq_avg_mshr_uncacheable_latency::cpu.data inf # average ReadReq mshr uncacheable latency
|
||||||
system.cpu.dcache.ReadReq_avg_mshr_uncacheable_latency::total inf # average ReadReq mshr uncacheable latency
|
system.cpu.dcache.ReadReq_avg_mshr_uncacheable_latency::total inf # average ReadReq mshr uncacheable latency
|
||||||
system.cpu.dcache.WriteReq_avg_mshr_uncacheable_latency::cpu.data inf # average WriteReq mshr uncacheable latency
|
system.cpu.dcache.WriteReq_avg_mshr_uncacheable_latency::cpu.data inf # average WriteReq mshr uncacheable latency
|
||||||
|
|
Loading…
Reference in a new issue