changeset ad681c92b07d in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=ad681c92b07d
description:
Stats: Fix the realview regression stats after nvmem move
This patch updates the realview regressions stats to reflect that nvmem
moved in the object hierarchy and is now under system.realview.
diffstat:
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt
| 18 +++++-----
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/stats.txt
| 18 +++++-----
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic-dual/stats.txt
| 18 +++++-----
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic/stats.txt
| 18 +++++-----
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing-dual/stats.txt
| 18 +++++-----
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing/stats.txt
| 18 +++++-----
6 files changed, 54 insertions(+), 54 deletions(-)
diffs (168 lines):
diff -r 9e2a4cf89be6 -r ad681c92b07d
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt
--- a/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt
Fri Mar 02 09:16:50 2012 -0500
+++ b/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3-dual/stats.txt
Fri Mar 02 09:18:50 2012 -0500
@@ -11,15 +11,15 @@
host_seconds 756.53 #
Real time elapsed on the host
sim_insts 61834256 #
Number of instructions simulated
sim_ops 79870174 #
Number of ops (including micro ops) simulated
-system.nvmem.bytes_read 384 #
Number of bytes read from this memory
-system.nvmem.bytes_inst_read 384 #
Number of instructions bytes read from this memory
-system.nvmem.bytes_written 0 #
Number of bytes written to this memory
-system.nvmem.num_reads 6 #
Number of read requests responded to by this memory
-system.nvmem.num_writes 0 #
Number of write requests responded to by this memory
-system.nvmem.num_other 0 #
Number of other requests responded to by this memory
-system.nvmem.bw_read 149 #
Total read bandwidth from this memory (bytes/s)
-system.nvmem.bw_inst_read 149 #
Instruction read bandwidth from this memory (bytes/s)
-system.nvmem.bw_total 149 #
Total bandwidth to/from this memory (bytes/s)
+system.realview.nvmem.bytes_read 384 #
Number of bytes read from this memory
+system.realview.nvmem.bytes_inst_read 384 #
Number of instructions bytes read from this memory
+system.realview.nvmem.bytes_written 0 #
Number of bytes written to this memory
+system.realview.nvmem.num_reads 6 #
Number of read requests responded to by this memory
+system.realview.nvmem.num_writes 0 #
Number of write requests responded to by this memory
+system.realview.nvmem.num_other 0 #
Number of other requests responded to by this memory
+system.realview.nvmem.bw_read 149 #
Total read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_inst_read 149 #
Instruction read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_total 149 #
Total bandwidth to/from this memory (bytes/s)
system.physmem.bytes_read 131402148 #
Number of bytes read from this memory
system.physmem.bytes_inst_read 1183168 #
Number of instructions bytes read from this memory
system.physmem.bytes_written 10205776 #
Number of bytes written to this memory
diff -r 9e2a4cf89be6 -r ad681c92b07d
tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/stats.txt
--- a/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/stats.txt Fri Mar
02 09:16:50 2012 -0500
+++ b/tests/long/fs/10.linux-boot/ref/arm/linux/realview-o3/stats.txt Fri Mar
02 09:18:50 2012 -0500
@@ -11,15 +11,15 @@
host_seconds 729.77 #
Real time elapsed on the host
sim_insts 59452703 #
Number of instructions simulated
sim_ops 76793713 #
Number of ops (including micro ops) simulated
-system.nvmem.bytes_read 64 #
Number of bytes read from this memory
-system.nvmem.bytes_inst_read 64 #
Number of instructions bytes read from this memory
-system.nvmem.bytes_written 0 #
Number of bytes written to this memory
-system.nvmem.num_reads 1 #
Number of read requests responded to by this memory
-system.nvmem.num_writes 0 #
Number of write requests responded to by this memory
-system.nvmem.num_other 0 #
Number of other requests responded to by this memory
-system.nvmem.bw_read 26 #
Total read bandwidth from this memory (bytes/s)
-system.nvmem.bw_inst_read 26 #
Instruction read bandwidth from this memory (bytes/s)
-system.nvmem.bw_total 26 #
Total bandwidth to/from this memory (bytes/s)
+system.realview.nvmem.bytes_read 64 #
Number of bytes read from this memory
+system.realview.nvmem.bytes_inst_read 64 #
Number of instructions bytes read from this memory
+system.realview.nvmem.bytes_written 0 #
Number of bytes written to this memory
+system.realview.nvmem.num_reads 1 #
Number of read requests responded to by this memory
+system.realview.nvmem.num_writes 0 #
Number of write requests responded to by this memory
+system.realview.nvmem.num_other 0 #
Number of other requests responded to by this memory
+system.realview.nvmem.bw_read 26 #
Total read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_inst_read 26 #
Instruction read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_total 26 #
Total bandwidth to/from this memory (bytes/s)
system.physmem.bytes_read 130753040 #
Number of bytes read from this memory
system.physmem.bytes_inst_read 1118144 #
Number of instructions bytes read from this memory
system.physmem.bytes_written 9587720 #
Number of bytes written to this memory
diff -r 9e2a4cf89be6 -r ad681c92b07d
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic-dual/stats.txt
---
a/tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic-dual/stats.txt
Fri Mar 02 09:16:50 2012 -0500
+++
b/tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic-dual/stats.txt
Fri Mar 02 09:18:50 2012 -0500
@@ -11,15 +11,15 @@
host_seconds 29.73 #
Real time elapsed on the host
sim_insts 61546998 #
Number of instructions simulated
sim_ops 79563488 #
Number of ops (including micro ops) simulated
-system.nvmem.bytes_read 68 #
Number of bytes read from this memory
-system.nvmem.bytes_inst_read 68 #
Number of instructions bytes read from this memory
-system.nvmem.bytes_written 0 #
Number of bytes written to this memory
-system.nvmem.num_reads 17 #
Number of read requests responded to by this memory
-system.nvmem.num_writes 0 #
Number of write requests responded to by this memory
-system.nvmem.num_other 0 #
Number of other requests responded to by this memory
-system.nvmem.bw_read 28 #
Total read bandwidth from this memory (bytes/s)
-system.nvmem.bw_inst_read 28 #
Instruction read bandwidth from this memory (bytes/s)
-system.nvmem.bw_total 28 #
Total bandwidth to/from this memory (bytes/s)
+system.realview.nvmem.bytes_read 68 #
Number of bytes read from this memory
+system.realview.nvmem.bytes_inst_read 68 #
Number of instructions bytes read from this memory
+system.realview.nvmem.bytes_written 0 #
Number of bytes written to this memory
+system.realview.nvmem.num_reads 17 #
Number of read requests responded to by this memory
+system.realview.nvmem.num_writes 0 #
Number of write requests responded to by this memory
+system.realview.nvmem.num_other 0 #
Number of other requests responded to by this memory
+system.realview.nvmem.bw_read 28 #
Total read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_inst_read 28 #
Instruction read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_total 28 #
Total bandwidth to/from this memory (bytes/s)
system.physmem.bytes_read 123270308 #
Number of bytes read from this memory
system.physmem.bytes_inst_read 1011392 #
Number of instructions bytes read from this memory
system.physmem.bytes_written 10185232 #
Number of bytes written to this memory
diff -r 9e2a4cf89be6 -r ad681c92b07d
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic/stats.txt
---
a/tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic/stats.txt
Fri Mar 02 09:16:50 2012 -0500
+++
b/tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-atomic/stats.txt
Fri Mar 02 09:18:50 2012 -0500
@@ -11,15 +11,15 @@
host_seconds 29.46 #
Real time elapsed on the host
sim_insts 59262876 #
Number of instructions simulated
sim_ops 76532931 #
Number of ops (including micro ops) simulated
-system.nvmem.bytes_read 20 #
Number of bytes read from this memory
-system.nvmem.bytes_inst_read 20 #
Number of instructions bytes read from this memory
-system.nvmem.bytes_written 0 #
Number of bytes written to this memory
-system.nvmem.num_reads 5 #
Number of read requests responded to by this memory
-system.nvmem.num_writes 0 #
Number of write requests responded to by this memory
-system.nvmem.num_other 0 #
Number of other requests responded to by this memory
-system.nvmem.bw_read 9 #
Total read bandwidth from this memory (bytes/s)
-system.nvmem.bw_inst_read 9 #
Instruction read bandwidth from this memory (bytes/s)
-system.nvmem.bw_total 9 #
Total bandwidth to/from this memory (bytes/s)
+system.realview.nvmem.bytes_read 20 #
Number of bytes read from this memory
+system.realview.nvmem.bytes_inst_read 20 #
Number of instructions bytes read from this memory
+system.realview.nvmem.bytes_written 0 #
Number of bytes written to this memory
+system.realview.nvmem.num_reads 5 #
Number of read requests responded to by this memory
+system.realview.nvmem.num_writes 0 #
Number of write requests responded to by this memory
+system.realview.nvmem.num_other 0 #
Number of other requests responded to by this memory
+system.realview.nvmem.bw_read 9 #
Total read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_inst_read 9 #
Instruction read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_total 9 #
Total bandwidth to/from this memory (bytes/s)
system.physmem.bytes_read 122663536 #
Number of bytes read from this memory
system.physmem.bytes_inst_read 941280 #
Number of instructions bytes read from this memory
system.physmem.bytes_written 9577800 #
Number of bytes written to this memory
diff -r 9e2a4cf89be6 -r ad681c92b07d
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing-dual/stats.txt
---
a/tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing-dual/stats.txt
Fri Mar 02 09:16:50 2012 -0500
+++
b/tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing-dual/stats.txt
Fri Mar 02 09:18:50 2012 -0500
@@ -11,15 +11,15 @@
host_seconds 70.58 #
Real time elapsed on the host
sim_insts 61295262 #
Number of instructions simulated
sim_ops 78413959 #
Number of ops (including micro ops) simulated
-system.nvmem.bytes_read 68 #
Number of bytes read from this memory
-system.nvmem.bytes_inst_read 68 #
Number of instructions bytes read from this memory
-system.nvmem.bytes_written 0 #
Number of bytes written to this memory
-system.nvmem.num_reads 17 #
Number of read requests responded to by this memory
-system.nvmem.num_writes 0 #
Number of write requests responded to by this memory
-system.nvmem.num_other 0 #
Number of other requests responded to by this memory
-system.nvmem.bw_read 25 #
Total read bandwidth from this memory (bytes/s)
-system.nvmem.bw_inst_read 25 #
Instruction read bandwidth from this memory (bytes/s)
-system.nvmem.bw_total 25 #
Total bandwidth to/from this memory (bytes/s)
+system.realview.nvmem.bytes_read 68 #
Number of bytes read from this memory
+system.realview.nvmem.bytes_inst_read 68 #
Number of instructions bytes read from this memory
+system.realview.nvmem.bytes_written 0 #
Number of bytes written to this memory
+system.realview.nvmem.num_reads 17 #
Number of read requests responded to by this memory
+system.realview.nvmem.num_writes 0 #
Number of write requests responded to by this memory
+system.realview.nvmem.num_other 0 #
Number of other requests responded to by this memory
+system.realview.nvmem.bw_read 25 #
Total read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_inst_read 25 #
Instruction read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_total 25 #
Total bandwidth to/from this memory (bytes/s)
system.physmem.bytes_read 134334820 #
Number of bytes read from this memory
system.physmem.bytes_inst_read 1003520 #
Number of instructions bytes read from this memory
system.physmem.bytes_written 10194256 #
Number of bytes written to this memory
diff -r 9e2a4cf89be6 -r ad681c92b07d
tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing/stats.txt
---
a/tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing/stats.txt
Fri Mar 02 09:16:50 2012 -0500
+++
b/tests/quick/fs/10.linux-boot/ref/arm/linux/realview-simple-timing/stats.txt
Fri Mar 02 09:18:50 2012 -0500
@@ -11,15 +11,15 @@
host_seconds 67.53 #
Real time elapsed on the host
sim_insts 59075683 #
Number of instructions simulated
sim_ops 75477515 #
Number of ops (including micro ops) simulated
-system.nvmem.bytes_read 20 #
Number of bytes read from this memory
-system.nvmem.bytes_inst_read 20 #
Number of instructions bytes read from this memory
-system.nvmem.bytes_written 0 #
Number of bytes written to this memory
-system.nvmem.num_reads 5 #
Number of read requests responded to by this memory
-system.nvmem.num_writes 0 #
Number of write requests responded to by this memory
-system.nvmem.num_other 0 #
Number of other requests responded to by this memory
-system.nvmem.bw_read 8 #
Total read bandwidth from this memory (bytes/s)
-system.nvmem.bw_inst_read 8 #
Instruction read bandwidth from this memory (bytes/s)
-system.nvmem.bw_total 8 #
Total bandwidth to/from this memory (bytes/s)
+system.realview.nvmem.bytes_read 20 #
Number of bytes read from this memory
+system.realview.nvmem.bytes_inst_read 20 #
Number of instructions bytes read from this memory
+system.realview.nvmem.bytes_written 0 #
Number of bytes written to this memory
+system.realview.nvmem.num_reads 5 #
Number of read requests responded to by this memory
+system.realview.nvmem.num_writes 0 #
Number of write requests responded to by this memory
+system.realview.nvmem.num_other 0 #
Number of other requests responded to by this memory
+system.realview.nvmem.bw_read 8 #
Total read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_inst_read 8 #
Instruction read bandwidth from this memory (bytes/s)
+system.realview.nvmem.bw_total 8 #
Total bandwidth to/from this memory (bytes/s)
system.physmem.bytes_read 133655408 #
Number of bytes read from this memory
system.physmem.bytes_inst_read 949920 #
Number of instructions bytes read from this memory
system.physmem.bytes_written 9634312 #
Number of bytes written to this memory
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev