changeset d1ddffa63fd4 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=d1ddffa63fd4
description:
        stats: update eio stats for recent changes

diffstat:

 tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.ini |  17 ++
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simerr     |   2 -
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simout     |   6 +-
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/stats.txt  |  13 +-
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.ini |  30 +++
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/simerr     |   1 -
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/simout     |   6 +-
 tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/stats.txt  |  32 +++-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-atomic-mp/config.ini |  78 
++++++++++
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-atomic-mp/simerr     |   6 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-atomic-mp/simout     |   6 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-atomic-mp/stats.txt  |  72 
++++++++-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-timing-mp/config.ini |  78 
++++++++++
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-timing-mp/simerr     |   3 -
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-timing-mp/simout     |   6 +-
 tests/quick/se/30.eio-mp/ref/alpha/eio/simple-timing-mp/stats.txt  |  68 
++++++++-
 16 files changed, 379 insertions(+), 45 deletions(-)

diffs (truncated from 1724 to 300 lines):

diff -r 7eccd14e2610 -r d1ddffa63fd4 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.ini
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.ini        
Fri Jan 24 15:29:34 2014 -0600
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/config.ini        
Mon Jan 27 00:38:58 2014 -0500
@@ -1,7 +1,9 @@
 [root]
 type=Root
 children=system
+eventq_index=0
 full_system=false
+sim_quantum=0
 time_sync_enable=false
 time_sync_period=100000000000
 time_sync_spin_threshold=100000000
@@ -12,9 +14,11 @@
 boot_osflags=a
 cache_line_size=64
 clk_domain=system.clk_domain
+eventq_index=0
 init_param=0
 kernel=
 load_addr_mask=1099511627775
+load_offset=0
 mem_mode=atomic
 mem_ranges=
 memories=system.physmem
@@ -33,6 +37,7 @@
 [system.clk_domain]
 type=SrcClockDomain
 clock=1000
+eventq_index=0
 voltage_domain=system.voltage_domain
 
 [system.cpu]
@@ -45,6 +50,7 @@
 do_quiesce=true
 do_statistics_insts=true
 dtb=system.cpu.dtb
+eventq_index=0
 fastmem=false
 function_trace=false
 function_trace_start=0
@@ -74,25 +80,32 @@
 
 [system.cpu.dtb]
 type=AlphaTLB
+eventq_index=0
 size=64
 
 [system.cpu.interrupts]
 type=AlphaInterrupts
+eventq_index=0
 
 [system.cpu.isa]
 type=AlphaISA
+eventq_index=0
+system=system
 
 [system.cpu.itb]
 type=AlphaTLB
+eventq_index=0
 size=48
 
 [system.cpu.tracer]
 type=ExeTracer
+eventq_index=0
 
 [system.cpu.workload]
 type=EioProcess
 chkpt=
 errout=cerr
+eventq_index=0
 file=/dist/m5/regression/test-progs/anagram/bin/alpha/eio/anagram-vshort.eio.gz
 input=None
 max_stack_size=67108864
@@ -102,11 +115,13 @@
 [system.cpu_clk_domain]
 type=SrcClockDomain
 clock=500
+eventq_index=0
 voltage_domain=system.voltage_domain
 
 [system.membus]
 type=CoherentBus
 clk_domain=system.clk_domain
+eventq_index=0
 header_cycles=1
 system=system
 use_default_range=false
@@ -119,6 +134,7 @@
 bandwidth=73.000000
 clk_domain=system.clk_domain
 conf_table_reported=true
+eventq_index=0
 in_addr_map=true
 latency=30000
 latency_var=0
@@ -128,5 +144,6 @@
 
 [system.voltage_domain]
 type=VoltageDomain
+eventq_index=0
 voltage=1.000000
 
diff -r 7eccd14e2610 -r d1ddffa63fd4 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simerr
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simerr    Fri Jan 
24 15:29:34 2014 -0600
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simerr    Mon Jan 
27 00:38:58 2014 -0500
@@ -1,7 +1,5 @@
-warn: CoherentBus system.membus has no snooping ports attached!
 warn: Sockets disabled, not accepting gdb connections
 warn: Prefetch instructions in Alpha do not do anything
 warn: Prefetch instructions in Alpha do not do anything
-hack: be nice to actually delete the event here
 
 gzip: stdout: Broken pipe
diff -r 7eccd14e2610 -r d1ddffa63fd4 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simout
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simout    Fri Jan 
24 15:29:34 2014 -0600
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/simout    Mon Jan 
27 00:38:58 2014 -0500
@@ -1,10 +1,8 @@
-Redirecting stdout to 
build/ALPHA/tests/opt/quick/se/20.eio-short/alpha/eio/simple-atomic/simout
-Redirecting stderr to 
build/ALPHA/tests/opt/quick/se/20.eio-short/alpha/eio/simple-atomic/simerr
 gem5 Simulator System.  http://gem5.org
 gem5 is copyrighted software; use the --copyright option for details.
 
-gem5 compiled Sep 24 2013 03:08:53
-gem5 started Sep 28 2013 03:05:39
+gem5 compiled Jan 27 2014 00:31:18
+gem5 started Jan 27 2014 00:31:45
 gem5 executing on zizzer
 command line: build/ALPHA/gem5.opt -d 
build/ALPHA/tests/opt/quick/se/20.eio-short/alpha/eio/simple-atomic -re 
tests/run.py build/ALPHA/tests/opt/quick/se/20.eio-short/alpha/eio/simple-atomic
 Global frequency set at 1000000000000 ticks per second
diff -r 7eccd14e2610 -r d1ddffa63fd4 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/stats.txt
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/stats.txt Fri Jan 
24 15:29:34 2014 -0600
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-atomic/stats.txt Mon Jan 
27 00:38:58 2014 -0500
@@ -4,13 +4,15 @@
 sim_ticks                                   250015500                       # 
Number of ticks simulated
 final_tick                                  250015500                       # 
Number of ticks from beginning of simulation (restored from checkpoints and 
never reset)
 sim_freq                                 1000000000000                       # 
Frequency of simulated ticks
-host_inst_rate                                2804892                       # 
Simulator instruction rate (inst/s)
-host_op_rate                                  2804630                       # 
Simulator op (including micro ops) rate (op/s)
-host_tick_rate                             1402273759                       # 
Simulator tick rate (ticks/s)
-host_mem_usage                                 217844                       # 
Number of bytes of host memory used
-host_seconds                                     0.18                       # 
Real time elapsed on the host
+host_inst_rate                                1389197                       # 
Simulator instruction rate (inst/s)
+host_op_rate                                  1389135                       # 
Simulator op (including micro ops) rate (op/s)
+host_tick_rate                              694579134                       # 
Simulator tick rate (ticks/s)
+host_mem_usage                                 219580                       # 
Number of bytes of host memory used
+host_seconds                                     0.36                       # 
Real time elapsed on the host
 sim_insts                                      500001                       # 
Number of instructions simulated
 sim_ops                                        500001                       # 
Number of ops (including micro ops) simulated
+system.voltage_domain.voltage                       1                       # 
Voltage in Volts
+system.clk_domain.clock                          1000                       # 
Clock period in ticks
 system.physmem.bytes_read::cpu.inst           2000076                       # 
Number of bytes read from this memory
 system.physmem.bytes_read::cpu.data            872600                       # 
Number of bytes read from this memory
 system.physmem.bytes_read::total              2872676                       # 
Number of bytes read from this memory
@@ -36,6 +38,7 @@
 system.membus.throughput                  13160136072                       # 
Throughput (bytes/s)
 system.membus.data_through_bus                3290238                       # 
Total data (bytes)
 system.membus.snoop_data_through_bus                0                       # 
Total snoop data (bytes)
+system.cpu_clk_domain.clock                       500                       # 
Clock period in ticks
 system.cpu.dtb.fetch_hits                           0                       # 
ITB hits
 system.cpu.dtb.fetch_misses                         0                       # 
ITB misses
 system.cpu.dtb.fetch_acv                            0                       # 
ITB acv
diff -r 7eccd14e2610 -r d1ddffa63fd4 
tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.ini
--- a/tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.ini        
Fri Jan 24 15:29:34 2014 -0600
+++ b/tests/quick/se/20.eio-short/ref/alpha/eio/simple-timing/config.ini        
Mon Jan 27 00:38:58 2014 -0500
@@ -1,7 +1,9 @@
 [root]
 type=Root
 children=system
+eventq_index=0
 full_system=false
+sim_quantum=0
 time_sync_enable=false
 time_sync_period=100000000000
 time_sync_spin_threshold=100000000
@@ -12,9 +14,11 @@
 boot_osflags=a
 cache_line_size=64
 clk_domain=system.clk_domain
+eventq_index=0
 init_param=0
 kernel=
 load_addr_mask=1099511627775
+load_offset=0
 mem_mode=timing
 mem_ranges=
 memories=system.physmem
@@ -33,6 +37,7 @@
 [system.clk_domain]
 type=SrcClockDomain
 clock=1000
+eventq_index=0
 voltage_domain=system.voltage_domain
 
 [system.cpu]
@@ -45,6 +50,7 @@
 do_quiesce=true
 do_statistics_insts=true
 dtb=system.cpu.dtb
+eventq_index=0
 function_trace=false
 function_trace_start=0
 interrupts=system.cpu.interrupts
@@ -71,6 +77,7 @@
 addr_ranges=0:18446744073709551615
 assoc=2
 clk_domain=system.cpu_clk_domain
+eventq_index=0
 forward_snoops=true
 hit_latency=2
 is_top_level=true
@@ -79,6 +86,7 @@
 prefetch_on_access=false
 prefetcher=Null
 response_latency=2
+sequential_access=false
 size=262144
 system=system
 tags=system.cpu.dcache.tags
@@ -93,11 +101,14 @@
 assoc=2
 block_size=64
 clk_domain=system.cpu_clk_domain
+eventq_index=0
 hit_latency=2
+sequential_access=false
 size=262144
 
 [system.cpu.dtb]
 type=AlphaTLB
+eventq_index=0
 size=64
 
 [system.cpu.icache]
@@ -106,6 +117,7 @@
 addr_ranges=0:18446744073709551615
 assoc=2
 clk_domain=system.cpu_clk_domain
+eventq_index=0
 forward_snoops=true
 hit_latency=2
 is_top_level=true
@@ -114,6 +126,7 @@
 prefetch_on_access=false
 prefetcher=Null
 response_latency=2
+sequential_access=false
 size=131072
 system=system
 tags=system.cpu.icache.tags
@@ -128,17 +141,23 @@
 assoc=2
 block_size=64
 clk_domain=system.cpu_clk_domain
+eventq_index=0
 hit_latency=2
+sequential_access=false
 size=131072
 
 [system.cpu.interrupts]
 type=AlphaInterrupts
+eventq_index=0
 
 [system.cpu.isa]
 type=AlphaISA
+eventq_index=0
+system=system
 
 [system.cpu.itb]
 type=AlphaTLB
+eventq_index=0
 size=48
 
 [system.cpu.l2cache]
@@ -147,6 +166,7 @@
 addr_ranges=0:18446744073709551615
 assoc=8
 clk_domain=system.cpu_clk_domain
+eventq_index=0
 forward_snoops=true
 hit_latency=20
 is_top_level=false
@@ -155,6 +175,7 @@
 prefetch_on_access=false
 prefetcher=Null
 response_latency=20
+sequential_access=false
 size=2097152
 system=system
 tags=system.cpu.l2cache.tags
@@ -169,12 +190,15 @@
 assoc=8
 block_size=64
 clk_domain=system.cpu_clk_domain
+eventq_index=0
 hit_latency=20
+sequential_access=false
 size=2097152
 
 [system.cpu.toL2Bus]
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to