Skip to content

Commit

Permalink
tl-tester: add another test case for sampling /pp
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Nov 12, 2015
1 parent a59f735 commit 5a493f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ EVENTMAP=${cpus[$cpu]} FORCECPU=$cpu $WRAP ./toplev.py -o /dev/null --no-desc -v
cat log
grep -v UNC log | grep "not found" && exit 1
grep /p log
[ "$cpu" = hsw ] && grep /pp log
done
for cpu in $NOSMTCPUS ; do
EVENTMAP=${cpus[$cpu]} FORCECPU=$cpu $WRAP ./toplev.py -o /dev/null --no-desc -v --all --show-sample $LOAD >&log
Expand Down

0 comments on commit 5a493f4

Please sign in to comment.