Skip to content

Commit

Permalink
tl-tester: test reserved-counters
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Sep 28, 2023
1 parent 8735886 commit bcf48e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ case "$OPT" in
*--exclusive*) ;;
*)
FORCEHT=1 FORCE_NMI_WATCHDOG=1 \
$WRAP ./toplev.py --force-topology topology --force-cpu $j --force-events --filterquals $ALL $OPT $LOAD 2>&1 | tee log$$.$j
$WRAP ./toplev.py --reserved-counters=1 --force-topology topology --force-cpu $j --force-events --filterquals $ALL $OPT $LOAD 2>&1 | tee log$$.$j
checklog log$$.$j
notfound $j
esac
Expand Down

0 comments on commit bcf48e7

Please sign in to comment.