diff options
author | Gabe Black <gabeblack@google.com> | 2017-04-03 16:51:24 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2017-04-05 18:38:30 +0000 |
commit | 1c2145ae628abccdff17a866ed1cd6c5a78f8aad (patch) | |
tree | 5a61087175b4c19347f4485a902e134e40fbe391 /tests/quick/se/04.gpu | |
parent | a01c13293ad4ad7e4f6ddf67a999479fd6550404 (diff) | |
download | gem5-1c2145ae628abccdff17a866ed1cd6c5a78f8aad.tar.xz |
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 <brandon.potter@amd.com>
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 <jason@lowepower.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'tests/quick/se/04.gpu')
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_RfO/stats.txt b/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_RfO/stats.txt index f718d5861..6d46bf652 100644 --- a/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_RfO/stats.txt +++ b/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_RfO/stats.txt @@ -401,7 +401,7 @@ system.cpu0.dtb.walker.pwrStateResidencyTicks::UNDEFINED 667407500 system.cpu0.apic_clk_domain.clock 8000 # Clock period in ticks system.cpu0.interrupts.pwrStateResidencyTicks::UNDEFINED 667407500 # Cumulative time (in ticks) in various power states system.cpu0.itb.walker.pwrStateResidencyTicks::UNDEFINED 667407500 # Cumulative time (in ticks) in various power states -system.cpu0.workload.num_syscalls 21 # Number of system calls +system.cpu0.workload.numSyscalls 21 # Number of system calls system.cpu0.numPwrStateTransitions 2 # Number of power state transitions system.cpu0.pwrStateClkGateDist::samples 1 # Distribution of time spent in the clock gated state system.cpu0.pwrStateClkGateDist::mean 2095501 # Distribution of time spent in the clock gated state diff --git a/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER/stats.txt b/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER/stats.txt index 7e23ea73c..981f2a6cc 100644 --- a/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER/stats.txt +++ b/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER/stats.txt @@ -285,7 +285,7 @@ system.ruby.phys_mem.bw_total::cpu1.CUs1.ComputeUnit 11246837 system.ruby.phys_mem.bw_total::total 2851248173 # Total bandwidth to/from this memory (bytes/s) system.cpu0.clk_domain.clock 500 # Clock period in ticks system.cpu0.apic_clk_domain.clock 8000 # Clock period in ticks -system.cpu0.workload.num_syscalls 21 # Number of system calls +system.cpu0.workload.numSyscalls 21 # Number of system calls system.cpu0.numCycles 628799 # number of cpu cycles simulated system.cpu0.numWorkItemsStarted 0 # number of work items this cpu started system.cpu0.numWorkItemsCompleted 0 # number of work items this cpu completed diff --git a/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER_Baseline/stats.txt b/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER_Baseline/stats.txt index 281a367a9..7220fa639 100644 --- a/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER_Baseline/stats.txt +++ b/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER_Baseline/stats.txt @@ -343,7 +343,7 @@ system.cp_cntrl0.L2cache.num_tag_array_reads 12046 system.cp_cntrl0.L2cache.num_tag_array_writes 1641 # number of tag array writes system.cpu0.clk_domain.clock 500 # Clock period in ticks system.cpu0.apic_clk_domain.clock 8000 # Clock period in ticks -system.cpu0.workload.num_syscalls 21 # Number of system calls +system.cpu0.workload.numSyscalls 21 # Number of system calls system.cpu0.numCycles 1096919 # number of cpu cycles simulated system.cpu0.numWorkItemsStarted 0 # number of work items this cpu started system.cpu0.numWorkItemsCompleted 0 # number of work items this cpu completed diff --git a/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER_Region/stats.txt b/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER_Region/stats.txt index 6fbd50886..12dd567ee 100644 --- a/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER_Region/stats.txt +++ b/tests/quick/se/04.gpu/ref/x86/linux/gpu-ruby-GPU_VIPER_Region/stats.txt @@ -343,7 +343,7 @@ system.cp_cntrl0.L2cache.num_tag_array_reads 12092 system.cp_cntrl0.L2cache.num_tag_array_writes 1694 # number of tag array writes system.cpu0.clk_domain.clock 500 # Clock period in ticks system.cpu0.apic_clk_domain.clock 8000 # Clock period in ticks -system.cpu0.workload.num_syscalls 21 # Number of system calls +system.cpu0.workload.numSyscalls 21 # Number of system calls system.cpu0.numCycles 937709 # number of cpu cycles simulated system.cpu0.numWorkItemsStarted 0 # number of work items this cpu started system.cpu0.numWorkItemsCompleted 0 # number of work items this cpu completed |