From 1c2145ae628abccdff17a866ed1cd6c5a78f8aad Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 3 Apr 2017 16:51:24 -0700 Subject: stats: Rename num_syscalls to numSyscalls in the reference stats. The name of the stat was changed in the following change which broke all the reference outputs. commit 2367198921765848a4f5b3d020a7cc5776209f80 Author: Brandon Potter Date: Mon Feb 27 14:10:15 2017 -0500 syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations Change-Id: Id98b085ccae098c50c434ad81a72beee46084f40 Reviewed-on: https://gem5-review.googlesource.com/2651 Maintainer: Jason Lowe-Power Reviewed-by: Jason Lowe-Power --- .../se/40.m5threads-test-atomic/ref/sparc/linux/o3-timing-mp/stats.txt | 2 +- .../40.m5threads-test-atomic/ref/sparc/linux/simple-atomic-mp/stats.txt | 2 +- .../ref/sparc/linux/simple-timing-mp-ruby/stats.txt | 2 +- .../40.m5threads-test-atomic/ref/sparc/linux/simple-timing-mp/stats.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux') diff --git a/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/o3-timing-mp/stats.txt b/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/o3-timing-mp/stats.txt index 53a74ff2b..a021f3338 100644 --- a/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/o3-timing-mp/stats.txt +++ b/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/o3-timing-mp/stats.txt @@ -306,7 +306,7 @@ system.cpu0.branchPred.indirectHits 87442 # Nu system.cpu0.branchPred.indirectMisses 6839 # Number of indirect misses. system.cpu0.branchPredindirectMispredicted 944 # Number of mispredicted indirect branches. system.cpu_clk_domain.clock 500 # Clock period in ticks -system.cpu0.workload.num_syscalls 89 # Number of system calls +system.cpu0.workload.numSyscalls 89 # Number of system calls system.cpu0.pwrStateResidencyTicks::ON 123756000 # Cumulative time (in ticks) in various power states system.cpu0.numCycles 247513 # number of cpu cycles simulated system.cpu0.numWorkItemsStarted 0 # number of work items this cpu started diff --git a/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-atomic-mp/stats.txt b/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-atomic-mp/stats.txt index 12e1a788b..e242611fb 100644 --- a/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-atomic-mp/stats.txt +++ b/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-atomic-mp/stats.txt @@ -62,7 +62,7 @@ system.physmem.bw_total::cpu3.data 9486130 # To system.physmem.bw_total::total 407903588 # Total bandwidth to/from this memory (bytes/s) system.pwrStateResidencyTicks::UNDEFINED 87707000 # Cumulative time (in ticks) in various power states system.cpu_clk_domain.clock 500 # Clock period in ticks -system.cpu0.workload.num_syscalls 89 # Number of system calls +system.cpu0.workload.numSyscalls 89 # Number of system calls system.cpu0.pwrStateResidencyTicks::ON 87707000 # Cumulative time (in ticks) in various power states system.cpu0.numCycles 175415 # number of cpu cycles simulated system.cpu0.numWorkItemsStarted 0 # number of work items this cpu started diff --git a/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-timing-mp-ruby/stats.txt b/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-timing-mp-ruby/stats.txt index 977b2c7d7..459057d06 100644 --- a/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-timing-mp-ruby/stats.txt +++ b/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-timing-mp-ruby/stats.txt @@ -13,7 +13,7 @@ system.cpu0.not_idle_fraction 0.988025 # Pe system.cpu0.numCycles 4944742 # number of cpu cycles simulated system.cpu0.num_insts 156931 # Number of instructions executed system.cpu0.num_refs 47256 # Number of memory references -system.cpu0.workload.PROG:num_syscalls 89 # Number of system calls +system.cpu0.workload.PROG:numSyscalls 89 # Number of system calls system.cpu1.idle_fraction 0.012259 # Percentage of idle cycles system.cpu1.not_idle_fraction 0.987741 # Percentage of non-idle cycles system.cpu1.numCycles 4944666 # number of cpu cycles simulated diff --git a/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-timing-mp/stats.txt b/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-timing-mp/stats.txt index 458816493..bdf146296 100644 --- a/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-timing-mp/stats.txt +++ b/tests/quick/se/40.m5threads-test-atomic/ref/sparc/linux/simple-timing-mp/stats.txt @@ -62,7 +62,7 @@ system.physmem.bw_total::cpu3.data 3644515 # To system.physmem.bw_total::total 138977524 # Total bandwidth to/from this memory (bytes/s) system.pwrStateResidencyTicks::UNDEFINED 263409500 # Cumulative time (in ticks) in various power states system.cpu_clk_domain.clock 500 # Clock period in ticks -system.cpu0.workload.num_syscalls 89 # Number of system calls +system.cpu0.workload.numSyscalls 89 # Number of system calls system.cpu0.pwrStateResidencyTicks::ON 263409500 # Cumulative time (in ticks) in various power states system.cpu0.numCycles 526819 # number of cpu cycles simulated system.cpu0.numWorkItemsStarted 0 # number of work items this cpu started -- cgit v1.2.3