mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
remove --gem5, use --emulator gem5 everywhere
Allow passing --emulator multiple times for transparent tests selection just like --arch.
This commit is contained in:
12
bench-boot
12
bench-boot
@@ -57,7 +57,7 @@ if [ "$test_size" -ge 2 ]; then
|
||||
bench "$arch --eval 'm5 exit' --gem5"
|
||||
gem5_insts "$arch"
|
||||
fi
|
||||
#bench "$arch --eval 'm5 exit' --gem5 -- --cpu-type=DerivO3CPU ${caches}"
|
||||
#bench "$arch --eval 'm5 exit' --emulator gem5 -- --cpu-type=DerivO3CPU ${caches}"
|
||||
#gem5_insts "$arch"
|
||||
|
||||
arch=arm
|
||||
@@ -69,7 +69,7 @@ if [ "$test_size" -ge 2 ]; then
|
||||
gem5_insts "$arch"
|
||||
fi
|
||||
if [ "$test_size" -ge 3 ]; then
|
||||
bench "$arch --eval 'm5 exit' --gem5 -- --cpu-type=HPI ${caches}"
|
||||
bench "$arch --eval 'm5 exit' --emulator gem5 -- --cpu-type=HPI ${caches}"
|
||||
gem5_insts "$arch"
|
||||
fi
|
||||
|
||||
@@ -83,12 +83,12 @@ if [ "$test_size" -ge 2 ]; then
|
||||
gem5_insts "$arch"
|
||||
fi
|
||||
if [ "$test_size" -ge 3 ]; then
|
||||
bench "$arch --eval 'm5 exit' --gem5 -- --cpu-type=HPI ${caches}"
|
||||
bench "$arch --eval 'm5 exit' --emulator gem5 -- --cpu-type=HPI ${caches}"
|
||||
gem5_insts "$arch"
|
||||
#bench "$arch --eval 'm5 exit' --gem5 --gem5-script biglittle"
|
||||
#bench "$arch --eval 'm5 exit' --emulator gem5 --gem5-script biglittle"
|
||||
#gem5_insts "$arch"
|
||||
bench "$arch --eval 'm5 exit' --gem5 --gem5-build-type fast"
|
||||
bench "$arch --eval 'm5 exit' --emulator gem5 --gem5-build-type fast"
|
||||
gem5_insts "$arch"
|
||||
bench "$arch --eval 'm5 exit' --gem5 --gem5-build-type debug"
|
||||
bench "$arch --eval 'm5 exit' --emulator gem5 --gem5-build-type debug"
|
||||
gem5_insts "$arch"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user