changeset 13c5fea24be1 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=13c5fea24be1
description:
        stats: Update x86 stats after x87 fixes

        The updates to the x87 caused the stats for several regressions to
        change. This was mainly caused by the addition of a working 32-bit and
        80-bit FP load instruction and xsave support.

diffstat:

 tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/config.ini              
       |    16 +-
 tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/simerr                  
       |     1 -
 tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/simout                  
       |    12 +-
 tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/stats.txt               
       |  2609 ++++----
 
tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/system.pc.com_1.terminal 
      |    11 +-
 tests/long/fs/10.linux-boot/ref/x86/linux/pc-switcheroo-full/config.ini        
       |    16 +-
 tests/long/fs/10.linux-boot/ref/x86/linux/pc-switcheroo-full/simerr            
       |     2 +-
 tests/long/fs/10.linux-boot/ref/x86/linux/pc-switcheroo-full/stats.txt         
       |  2904 ++++-----
 
tests/long/fs/10.linux-boot/ref/x86/linux/pc-switcheroo-full/system.pc.com_1.terminal
 |    13 +-
 tests/long/se/20.parser/ref/x86/linux/o3-timing/simout                         
       |    10 +-
 tests/long/se/20.parser/ref/x86/linux/o3-timing/stats.txt                      
       |  1597 ++--
 tests/long/se/70.twolf/ref/x86/linux/o3-timing/simout                          
       |    10 +-
 tests/long/se/70.twolf/ref/x86/linux/o3-timing/stats.txt                       
       |  1358 ++--
 tests/long/se/70.twolf/ref/x86/linux/simple-atomic/simout                      
       |    10 +-
 tests/long/se/70.twolf/ref/x86/linux/simple-atomic/stats.txt                   
       |    44 +-
 tests/long/se/70.twolf/ref/x86/linux/simple-timing/simout                      
       |     8 +-
 tests/long/se/70.twolf/ref/x86/linux/simple-timing/stats.txt                   
       |    14 +-
 tests/quick/fs/10.linux-boot/ref/x86/linux/pc-simple-atomic/config.ini         
       |    16 +-
 tests/quick/fs/10.linux-boot/ref/x86/linux/pc-simple-atomic/simerr             
       |     1 -
 tests/quick/fs/10.linux-boot/ref/x86/linux/pc-simple-atomic/simout             
       |    12 +-
 tests/quick/fs/10.linux-boot/ref/x86/linux/pc-simple-atomic/stats.txt          
       |   456 +-
 tests/quick/fs/10.linux-boot/ref/x86/linux/pc-simple-timing/config.ini         
       |    16 +-
 tests/quick/fs/10.linux-boot/ref/x86/linux/pc-simple-timing/simerr             
       |     1 -
 tests/quick/fs/10.linux-boot/ref/x86/linux/pc-simple-timing/simout             
       |    12 +-
 tests/quick/fs/10.linux-boot/ref/x86/linux/pc-simple-timing/stats.txt          
       |  1925 +++---
 25 files changed, 5542 insertions(+), 5532 deletions(-)

diffs (truncated from 12560 to 300 lines):

diff -r 19dc2b26eefa -r 13c5fea24be1 
tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/config.ini
--- a/tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/config.ini Tue Oct 
01 15:56:47 2013 +0200
+++ b/tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/config.ini Wed Oct 
02 11:03:38 2013 +0200
@@ -17,7 +17,7 @@
 init_param=0
 intel_mp_pointer=system.intel_mp_pointer
 intel_mp_table=system.intel_mp_table
-kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
+kernel=/scratch/andreas/m5/binaries/x86_64-vmlinux-2.6.22.9
 load_addr_mask=18446744073709551615
 mem_mode=timing
 mem_ranges=0:134217727
@@ -661,8 +661,8 @@
 
 [system.e820_table]
 type=X86E820Table
-children=entries0 entries1 entries2
-entries=system.e820_table.entries0 system.e820_table.entries1 
system.e820_table.entries2
+children=entries0 entries1 entries2 entries3
+entries=system.e820_table.entries0 system.e820_table.entries1 
system.e820_table.entries2 system.e820_table.entries3
 
 [system.e820_table.entries0]
 type=X86E820Entry
@@ -682,6 +682,12 @@
 range_type=1
 size=133169152
 
+[system.e820_table.entries3]
+type=X86E820Entry
+addr=4294901760
+range_type=2
+size=65536
+
 [system.intel_mp_pointer]
 type=X86IntelMPFloatingPointer
 default_config=0
@@ -1350,7 +1356,7 @@
 
 [system.pc.south_bridge.ide.disks0.image.child]
 type=RawDiskImage
-image_file=/dist/m5/system/disks/linux-x86.img
+image_file=/scratch/andreas/m5/disks/linux-x86.img
 read_only=true
 
 [system.pc.south_bridge.ide.disks1]
@@ -1370,7 +1376,7 @@
 
 [system.pc.south_bridge.ide.disks1.image.child]
 type=RawDiskImage
-image_file=/dist/m5/system/disks/linux-bigswap2.img
+image_file=/scratch/andreas/m5/disks/linux-bigswap2.img
 read_only=true
 
 [system.pc.south_bridge.int_lines0]
diff -r 19dc2b26eefa -r 13c5fea24be1 
tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/simerr
--- a/tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/simerr     Tue Oct 
01 15:56:47 2013 +0200
+++ b/tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/simerr     Wed Oct 
02 11:03:38 2013 +0200
@@ -3,7 +3,6 @@
 warn: Reading current count from inactive timer.
 warn: Sockets disabled, not accepting gdb connections
 warn: Don't know what interrupt to clear for console.
-warn: instruction 'fxsave' unimplemented
 warn: x86 cpuid: unknown family 0x8086
 warn: x86 cpuid: unknown family 0x8086
 warn: x86 cpuid: unimplemented function 8
diff -r 19dc2b26eefa -r 13c5fea24be1 
tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/simout
--- a/tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/simout     Tue Oct 
01 15:56:47 2013 +0200
+++ b/tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/simout     Wed Oct 
02 11:03:38 2013 +0200
@@ -1,14 +1,12 @@
-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 is copyrighted software; use the --copyright option for details.
 
-gem5 compiled Sep 22 2013 06:21:20
-gem5 started Sep 22 2013 06:54:38
-gem5 executing on zizzer
+gem5 compiled Oct  1 2013 21:55:52
+gem5 started Oct  1 2013 22:49:39
+gem5 executing on steam
 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
 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/andreas/m5/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...
-Exiting @ tick 5133762710000 because m5_exit instruction encountered
+Exiting @ tick 5133817564000 because m5_exit instruction encountered
diff -r 19dc2b26eefa -r 13c5fea24be1 
tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/stats.txt
--- a/tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/stats.txt  Tue Oct 
01 15:56:47 2013 +0200
+++ b/tests/long/fs/10.linux-boot/ref/x86/linux/pc-o3-timing/stats.txt  Wed Oct 
02 11:03:38 2013 +0200
@@ -1,134 +1,134 @@
 
 ---------- Begin Simulation Statistics ----------
-sim_seconds                                  5.133763                       # 
Number of seconds simulated
-sim_ticks                                5133762710000                       # 
Number of ticks simulated
-final_tick                               5133762710000                       # 
Number of ticks from beginning of simulation (restored from checkpoints and 
never reset)
+sim_seconds                                  5.133818                       # 
Number of seconds simulated
+sim_ticks                                5133817564000                       # 
Number of ticks simulated
+final_tick                               5133817564000                       # 
Number of ticks from beginning of simulation (restored from checkpoints and 
never reset)
 sim_freq                                 1000000000000                       # 
Frequency of simulated ticks
-host_inst_rate                                 156198                       # 
Simulator instruction rate (inst/s)
-host_op_rate                                   308758                       # 
Simulator op (including micro ops) rate (op/s)
-host_tick_rate                             1966557914                       # 
Simulator tick rate (ticks/s)
-host_mem_usage                                 728732                       # 
Number of bytes of host memory used
-host_seconds                                  2610.53                       # 
Real time elapsed on the host
-sim_insts                                   407759186                       # 
Number of instructions simulated
-sim_ops                                     806023868                       # 
Number of ops (including micro ops) simulated
-system.physmem.bytes_read::pc.south_bridge.ide      2444032                    
   # Number of bytes read from this memory
-system.physmem.bytes_read::cpu.dtb.walker         3968                       # 
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           1025408                       # 
Number of bytes read from this memory
-system.physmem.bytes_read::cpu.data          10767936                       # 
Number of bytes read from this memory
-system.physmem.bytes_read::total             14241664                       # 
Number of bytes read from this memory
-system.physmem.bytes_inst_read::cpu.inst      1025408                       # 
Number of instructions bytes read from this memory
-system.physmem.bytes_inst_read::total         1025408                       # 
Number of instructions bytes read from this memory
-system.physmem.bytes_written::writebacks      9508160                       # 
Number of bytes written to this memory
-system.physmem.bytes_written::total           9508160                       # 
Number of bytes written to this memory
-system.physmem.num_reads::pc.south_bridge.ide        38188                     
  # Number of read requests responded to by this memory
-system.physmem.num_reads::cpu.dtb.walker           62                       # 
Number of read requests responded to by this memory
-system.physmem.num_reads::cpu.itb.walker            5                       # 
Number of read requests responded to by this memory
-system.physmem.num_reads::cpu.inst              16022                       # 
Number of read requests responded to by this memory
-system.physmem.num_reads::cpu.data             168249                       # 
Number of read requests responded to by this memory
-system.physmem.num_reads::total                222526                       # 
Number of read requests responded to by this memory
-system.physmem.num_writes::writebacks          148565                       # 
Number of write requests responded to by this memory
-system.physmem.num_writes::total               148565                       # 
Number of write requests responded to by this memory
-system.physmem.bw_read::pc.south_bridge.ide       476070                       
# Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu.dtb.walker            773                       # 
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu.itb.walker             62                       # 
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu.inst               199738                       # 
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::cpu.data              2097474                       # 
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_read::total                 2774118                       # 
Total read bandwidth from this memory (bytes/s)
-system.physmem.bw_inst_read::cpu.inst          199738                       # 
Instruction read bandwidth from this memory (bytes/s)
-system.physmem.bw_inst_read::total             199738                       # 
Instruction read bandwidth from this memory (bytes/s)
-system.physmem.bw_write::writebacks           1852084                       # 
Write bandwidth from this memory (bytes/s)
-system.physmem.bw_write::total                1852084                       # 
Write bandwidth from this memory (bytes/s)
-system.physmem.bw_total::writebacks           1852084                       # 
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::pc.south_bridge.ide       476070                      
 # Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu.dtb.walker           773                       # 
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu.itb.walker            62                       # 
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu.inst              199738                       # 
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::cpu.data             2097474                       # 
Total bandwidth to/from this memory (bytes/s)
-system.physmem.bw_total::total                4626202                       # 
Total bandwidth to/from this memory (bytes/s)
-system.physmem.readReqs                        222526                       # 
Total number of read requests accepted by DRAM controller
-system.physmem.writeReqs                       148565                       # 
Total number of write requests accepted by DRAM controller
-system.physmem.readBursts                      222526                       # 
Total number of DRAM read bursts. Each DRAM read request translates to either 
one or multiple DRAM read bursts
-system.physmem.writeBursts                     148565                       # 
Total number of DRAM write bursts. Each DRAM write request translates to either 
one or multiple DRAM write bursts
-system.physmem.bytesRead                     14241664                       # 
Total number of bytes read from memory
-system.physmem.bytesWritten                   9508160                       # 
Total number of bytes written to memory
-system.physmem.bytesConsumedRd               14241664                       # 
bytesRead derated as per pkt->getSize()
-system.physmem.bytesConsumedWr                9508160                       # 
bytesWritten derated as per pkt->getSize()
-system.physmem.servicedByWrQ                       75                       # 
Number of DRAM read bursts serviced by write Q
-system.physmem.neitherReadNorWrite               1733                       # 
Reqs where no action is needed
-system.physmem.perBankRdReqs::0                 14338                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::1                 13735                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::2                 14393                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::3                 13573                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::4                 13866                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::5                 13628                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::6                 13175                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::7                 13794                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::8                 13878                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::9                 13620                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::10                13949                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::11                13975                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::12                14441                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::13                14348                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::14                14346                       # 
Track reads on a per bank basis
-system.physmem.perBankRdReqs::15                13392                       # 
Track reads on a per bank basis
-system.physmem.perBankWrReqs::0                  9773                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::1                  9207                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::2                  9622                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::3                  9014                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::4                  9405                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::5                  9183                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::6                  8703                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::7                  9254                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::8                  9156                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::9                  8973                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::10                 9367                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::11                 9240                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::12                 9684                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::13                 9527                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::14                 9658                       # 
Track writes on a per bank basis
-system.physmem.perBankWrReqs::15                 8799                       # 
Track writes on a per bank basis
+host_inst_rate                                 116267                       # 
Simulator instruction rate (inst/s)
+host_op_rate                                   229827                       # 
Simulator op (including micro ops) rate (op/s)
+host_tick_rate                             1463849171                       # 
Simulator tick rate (ticks/s)
+host_mem_usage                                 730944                       # 
Number of bytes of host memory used
+host_seconds                                  3507.07                       # 
Real time elapsed on the host
+sim_insts                                   407756178                       # 
Number of instructions simulated
+sim_ops                                     806017145                       # 
Number of ops (including micro ops) simulated
+system.physmem.bytes_read::pc.south_bridge.ide      2427456                    
   # Number of bytes read from this memory
+system.physmem.bytes_read::cpu.dtb.walker         3712                       # 
Number of bytes read from this memory
+system.physmem.bytes_read::cpu.itb.walker          384                       # 
Number of bytes read from this memory
+system.physmem.bytes_read::cpu.inst           1027392                       # 
Number of bytes read from this memory
+system.physmem.bytes_read::cpu.data          10775296                       # 
Number of bytes read from this memory
+system.physmem.bytes_read::total             14234240                       # 
Number of bytes read from this memory
+system.physmem.bytes_inst_read::cpu.inst      1027392                       # 
Number of instructions bytes read from this memory
+system.physmem.bytes_inst_read::total         1027392                       # 
Number of instructions bytes read from this memory
+system.physmem.bytes_written::writebacks      9523712                       # 
Number of bytes written to this memory
+system.physmem.bytes_written::total           9523712                       # 
Number of bytes written to this memory
+system.physmem.num_reads::pc.south_bridge.ide        37929                     
  # Number of read requests responded to by this memory
+system.physmem.num_reads::cpu.dtb.walker           58                       # 
Number of read requests responded to by this memory
+system.physmem.num_reads::cpu.itb.walker            6                       # 
Number of read requests responded to by this memory
+system.physmem.num_reads::cpu.inst              16053                       # 
Number of read requests responded to by this memory
+system.physmem.num_reads::cpu.data             168364                       # 
Number of read requests responded to by this memory
+system.physmem.num_reads::total                222410                       # 
Number of read requests responded to by this memory
+system.physmem.num_writes::writebacks          148808                       # 
Number of write requests responded to by this memory
+system.physmem.num_writes::total               148808                       # 
Number of write requests responded to by this memory
+system.physmem.bw_read::pc.south_bridge.ide       472836                       
# Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu.dtb.walker            723                       # 
Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu.itb.walker             75                       # 
Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu.inst               200122                       # 
Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::cpu.data              2098886                       # 
Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_read::total                 2772642                       # 
Total read bandwidth from this memory (bytes/s)
+system.physmem.bw_inst_read::cpu.inst          200122                       # 
Instruction read bandwidth from this memory (bytes/s)
+system.physmem.bw_inst_read::total             200122                       # 
Instruction read bandwidth from this memory (bytes/s)
+system.physmem.bw_write::writebacks           1855094                       # 
Write bandwidth from this memory (bytes/s)
+system.physmem.bw_write::total                1855094                       # 
Write bandwidth from this memory (bytes/s)
+system.physmem.bw_total::writebacks           1855094                       # 
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::pc.south_bridge.ide       472836                      
 # Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu.dtb.walker           723                       # 
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu.itb.walker            75                       # 
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu.inst              200122                       # 
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::cpu.data             2098886                       # 
Total bandwidth to/from this memory (bytes/s)
+system.physmem.bw_total::total                4627736                       # 
Total bandwidth to/from this memory (bytes/s)
+system.physmem.readReqs                        222410                       # 
Total number of read requests accepted by DRAM controller
+system.physmem.writeReqs                       148808                       # 
Total number of write requests accepted by DRAM controller
+system.physmem.readBursts                      222410                       # 
Total number of DRAM read bursts. Each DRAM read request translates to either 
one or multiple DRAM read bursts
+system.physmem.writeBursts                     148808                       # 
Total number of DRAM write bursts. Each DRAM write request translates to either 
one or multiple DRAM write bursts
+system.physmem.bytesRead                     14234240                       # 
Total number of bytes read from memory
+system.physmem.bytesWritten                   9523712                       # 
Total number of bytes written to memory
+system.physmem.bytesConsumedRd               14234240                       # 
bytesRead derated as per pkt->getSize()
+system.physmem.bytesConsumedWr                9523712                       # 
bytesWritten derated as per pkt->getSize()
+system.physmem.servicedByWrQ                       59                       # 
Number of DRAM read bursts serviced by write Q
+system.physmem.neitherReadNorWrite               1680                       # 
Reqs where no action is needed
+system.physmem.perBankRdReqs::0                 14445                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::1                 13880                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::2                 14292                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::3                 13655                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::4                 13870                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::5                 13478                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::6                 13505                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::7                 14003                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::8                 13721                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::9                 13556                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::10                13489                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::11                13720                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::12                14708                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::13                14278                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::14                14115                       # 
Track reads on a per bank basis
+system.physmem.perBankRdReqs::15                13636                       # 
Track reads on a per bank basis
+system.physmem.perBankWrReqs::0                  9830                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::1                  9327                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::2                  9583                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::3                  9096                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::4                  9291                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::5                  8966                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::6                  8927                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::7                  9335                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::8                  9016                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::9                  8977                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::10                 8994                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::11                 9147                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::12                 9992                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::13                 9572                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::14                 9603                       # 
Track writes on a per bank basis
+system.physmem.perBankWrReqs::15                 9152                       # 
Track writes on a per bank basis
 system.physmem.numRdRetry                           0                       # 
Number of times rd buffer was full causing retry
-system.physmem.numWrRetry                           5                       # 
Number of times wr buffer was full causing retry
-system.physmem.totGap                    5133762656000                       # 
Total gap between requests
+system.physmem.numWrRetry                           8                       # 
Number of times wr buffer was full causing retry
+system.physmem.totGap                    5133817509500                       # 
Total gap between requests
 system.physmem.readPktSize::0                       0                       # 
Categorize read packet sizes
 system.physmem.readPktSize::1                       0                       # 
Categorize read packet sizes
 system.physmem.readPktSize::2                       0                       # 
Categorize read packet sizes
 system.physmem.readPktSize::3                       0                       # 
Categorize read packet sizes
 system.physmem.readPktSize::4                       0                       # 
Categorize read packet sizes
 system.physmem.readPktSize::5                       0                       # 
Categorize read packet sizes
-system.physmem.readPktSize::6                  222526                       # 
Categorize read packet sizes
+system.physmem.readPktSize::6                  222410                       # 
Categorize read packet sizes
 system.physmem.writePktSize::0                      0                       # 
Categorize write packet sizes
 system.physmem.writePktSize::1                      0                       # 
Categorize write packet sizes
 system.physmem.writePktSize::2                      0                       # 
Categorize write packet sizes
 system.physmem.writePktSize::3                      0                       # 
Categorize write packet sizes
 system.physmem.writePktSize::4                      0                       # 
Categorize write packet sizes
 system.physmem.writePktSize::5                      0                       # 
Categorize write packet sizes
-system.physmem.writePktSize::6                 148565                       # 
Categorize write packet sizes
-system.physmem.rdQLenPdf::0                    174531                       # 
What read queue length does an incoming req see
-system.physmem.rdQLenPdf::1                     21417                       # 
What read queue length does an incoming req see
-system.physmem.rdQLenPdf::2                      7486                       # 
What read queue length does an incoming req see
-system.physmem.rdQLenPdf::3                      2970                       # 
What read queue length does an incoming req see
-system.physmem.rdQLenPdf::4                      2509                       # 
What read queue length does an incoming req see
-system.physmem.rdQLenPdf::5                      2070                       # 
What read queue length does an incoming req see
-system.physmem.rdQLenPdf::6                      1259                       # 
What read queue length does an incoming req see
-system.physmem.rdQLenPdf::7                      1125                       # 
What read queue length does an incoming req see
-system.physmem.rdQLenPdf::8                      1043                       # 
What read queue length does an incoming req see
-system.physmem.rdQLenPdf::9                       993                       # 
What read queue length does an incoming req see
-system.physmem.rdQLenPdf::10                      934                       # 
What read queue length does an incoming req see
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to