gem5: trace use -ExecSymbol

This commit is contained in:
Ciro Santilli
2018-08-09 03:45:32 +01:00
parent 02e294c62c
commit b8abb15ca7
4 changed files with 4 additions and 5 deletions

View File

@@ -15,8 +15,7 @@ done
shift "$(($OPTIND - 1))"
set_common_vars "$arch" "$gem5"
if "$gem5"; then
# Exactly what Exec enabled, but without ExecSymbol and ExecMicro.
time ./run -a aarch64 -E 'm5 exit' -g -T 'ExecEnable,ExecTicks,ExecOpClass,ExecThread,ExecEffAddr,ExecResult,ExecMacro,ExecFaulting,ExecUser,ExecKernel' "$@"
time ./run -a "$arch" -E 'm5 exit' -g -T 'Exec,-ExecSymbol,-ExecMicro' "$@"
else
time ./run -a "$arch" -e 'init=/poweroff.out' -T exec_tb "$@"
time ./qemu-trace2txt -a "$arch"