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 --- tests/quick/se/70.twolf/ref/sparc/linux/simple-atomic/stats.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/quick/se/70.twolf/ref/sparc/linux/simple-atomic/stats.txt') diff --git a/tests/quick/se/70.twolf/ref/sparc/linux/simple-atomic/stats.txt b/tests/quick/se/70.twolf/ref/sparc/linux/simple-atomic/stats.txt index 289ea550d..be67f7e8e 100644 --- a/tests/quick/se/70.twolf/ref/sparc/linux/simple-atomic/stats.txt +++ b/tests/quick/se/70.twolf/ref/sparc/linux/simple-atomic/stats.txt @@ -40,7 +40,7 @@ system.physmem.bw_total::cpu.data 3055415910 # To system.physmem.bw_total::total 11055401229 # Total bandwidth to/from this memory (bytes/s) system.pwrStateResidencyTicks::UNDEFINED 96722945000 # Cumulative time (in ticks) in various power states system.cpu_clk_domain.clock 500 # Clock period in ticks -system.cpu.workload.num_syscalls 401 # Number of system calls +system.cpu.workload.numSyscalls 401 # Number of system calls system.cpu.pwrStateResidencyTicks::ON 96722945000 # Cumulative time (in ticks) in various power states system.cpu.numCycles 193445891 # number of cpu cycles simulated system.cpu.numWorkItemsStarted 0 # number of work items this cpu started -- cgit v1.2.3