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/00.hello/ref/x86/linux/o3-timing/stats.txt | 2 +- tests/quick/se/00.hello/ref/x86/linux/simple-atomic/stats.txt | 2 +- tests/quick/se/00.hello/ref/x86/linux/simple-timing-ruby/stats.txt | 2 +- tests/quick/se/00.hello/ref/x86/linux/simple-timing/stats.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/quick/se/00.hello/ref/x86/linux') diff --git a/tests/quick/se/00.hello/ref/x86/linux/o3-timing/stats.txt b/tests/quick/se/00.hello/ref/x86/linux/o3-timing/stats.txt index 136389a07..a160b1441 100644 --- a/tests/quick/se/00.hello/ref/x86/linux/o3-timing/stats.txt +++ b/tests/quick/se/00.hello/ref/x86/linux/o3-timing/stats.txt @@ -280,7 +280,7 @@ system.cpu.dtb.walker.pwrStateResidencyTicks::UNDEFINED 22516500 system.cpu.apic_clk_domain.clock 8000 # Clock period in ticks system.cpu.interrupts.pwrStateResidencyTicks::UNDEFINED 22516500 # Cumulative time (in ticks) in various power states system.cpu.itb.walker.pwrStateResidencyTicks::UNDEFINED 22516500 # Cumulative time (in ticks) in various power states -system.cpu.workload.num_syscalls 11 # Number of system calls +system.cpu.workload.numSyscalls 11 # Number of system calls system.cpu.pwrStateResidencyTicks::ON 22516500 # Cumulative time (in ticks) in various power states system.cpu.numCycles 45034 # number of cpu cycles simulated system.cpu.numWorkItemsStarted 0 # number of work items this cpu started diff --git a/tests/quick/se/00.hello/ref/x86/linux/simple-atomic/stats.txt b/tests/quick/se/00.hello/ref/x86/linux/simple-atomic/stats.txt index 0cb308579..54ef40828 100644 --- a/tests/quick/se/00.hello/ref/x86/linux/simple-atomic/stats.txt +++ b/tests/quick/se/00.hello/ref/x86/linux/simple-atomic/stats.txt @@ -42,7 +42,7 @@ system.cpu.dtb.walker.pwrStateResidencyTicks::UNDEFINED 5615000 system.cpu.apic_clk_domain.clock 8000 # Clock period in ticks system.cpu.interrupts.pwrStateResidencyTicks::UNDEFINED 5615000 # Cumulative time (in ticks) in various power states system.cpu.itb.walker.pwrStateResidencyTicks::UNDEFINED 5615000 # Cumulative time (in ticks) in various power states -system.cpu.workload.num_syscalls 11 # Number of system calls +system.cpu.workload.numSyscalls 11 # Number of system calls system.cpu.pwrStateResidencyTicks::ON 5615000 # Cumulative time (in ticks) in various power states system.cpu.numCycles 11231 # number of cpu cycles simulated system.cpu.numWorkItemsStarted 0 # number of work items this cpu started diff --git a/tests/quick/se/00.hello/ref/x86/linux/simple-timing-ruby/stats.txt b/tests/quick/se/00.hello/ref/x86/linux/simple-timing-ruby/stats.txt index 87a90ab33..843ed7643 100644 --- a/tests/quick/se/00.hello/ref/x86/linux/simple-timing-ruby/stats.txt +++ b/tests/quick/se/00.hello/ref/x86/linux/simple-timing-ruby/stats.txt @@ -284,7 +284,7 @@ system.cpu.dtb.walker.pwrStateResidencyTicks::UNDEFINED 91859 system.cpu.apic_clk_domain.clock 16 # Clock period in ticks system.cpu.interrupts.pwrStateResidencyTicks::UNDEFINED 91859 # Cumulative time (in ticks) in various power states system.cpu.itb.walker.pwrStateResidencyTicks::UNDEFINED 91859 # Cumulative time (in ticks) in various power states -system.cpu.workload.num_syscalls 11 # Number of system calls +system.cpu.workload.numSyscalls 11 # Number of system calls system.cpu.pwrStateResidencyTicks::ON 91859 # Cumulative time (in ticks) in various power states system.cpu.numCycles 91859 # number of cpu cycles simulated system.cpu.numWorkItemsStarted 0 # number of work items this cpu started diff --git a/tests/quick/se/00.hello/ref/x86/linux/simple-timing/stats.txt b/tests/quick/se/00.hello/ref/x86/linux/simple-timing/stats.txt index e95224dac..b6ef5972c 100644 --- a/tests/quick/se/00.hello/ref/x86/linux/simple-timing/stats.txt +++ b/tests/quick/se/00.hello/ref/x86/linux/simple-timing/stats.txt @@ -36,7 +36,7 @@ system.cpu.dtb.walker.pwrStateResidencyTicks::UNDEFINED 31247500 system.cpu.apic_clk_domain.clock 8000 # Clock period in ticks system.cpu.interrupts.pwrStateResidencyTicks::UNDEFINED 31247500 # Cumulative time (in ticks) in various power states system.cpu.itb.walker.pwrStateResidencyTicks::UNDEFINED 31247500 # Cumulative time (in ticks) in various power states -system.cpu.workload.num_syscalls 11 # Number of system calls +system.cpu.workload.numSyscalls 11 # Number of system calls system.cpu.pwrStateResidencyTicks::ON 31247500 # Cumulative time (in ticks) in various power states system.cpu.numCycles 62495 # number of cpu cycles simulated system.cpu.numWorkItemsStarted 0 # number of work items this cpu started -- cgit v1.2.3