Skip to content

Commit

Permalink
tl-tester: Test BDW. Improve coverage slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Mar 7, 2015
1 parent b563d26 commit 11673af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LOAD="-- gcc -o /dev/null hello.c"

set -o pipefail

SMTCPUS="ivb ivt hsw hsx" # bdw
SMTCPUS="ivb ivt hsw hsx bdw"
NOSMTCPUS="snb jkt slm"
ALLCPUS="$SMTCPUS $NOSMTCPUS"

Expand All @@ -44,7 +44,7 @@ EVENTMAP=${cpus[ivb]} FORCECPU=ivb $WRAP ./toplev.py --no-desc -d -l4 $LOAD
EVENTMAP=${cpus[ivb]} FORCECPU=ivb $WRAP ./toplev.py --no-desc -v -d -l4 $LOAD
EVENTMAP=${cpus[ivb]} FORCECPU=ivb $WRAP ./toplev.py --no-desc -x, -v -d -l4 $LOAD
EVENTMAP=${cpus[ivb]} FORCECPU=ivb $WRAP ./toplev.py --no-desc --metrics -x, -v -d -l4 $LOAD
EVENTMAP=${cpus[ivb]} FORCECPU=ivb $WRAP ./toplev.py --no-desc --stats -d $ALL --kernel $LOAD | tee log
EVENTMAP=${cpus[ivb]} FORCECPU=ivb $WRAP ./toplev.py -g --raw -v --stats -d $ALL --kernel $LOAD | tee log
EVENTMAP=${cpus[ivb]} FORCECPU=ivb $WRAP ./toplev.py --no-desc --stats -d $ALL --kernel --no-multiplex $LOAD | tee log
grep :k log
grep /k log
Expand Down

0 comments on commit 11673af

Please sign in to comment.