Lines Matching defs:check
4 # Count tests to allow the test harness to double-check if all were
44 check() {
50 # Simple check: run rtla with given arguments and test exit code.
101 # Do the same as "check", but with pre-set tracefs options.
103 # pairs before running the check with NO_RESET_OSNOISE=1.
131 NO_RESET_OSNOISE=1 check "$arg1" "$arg2" "$arg3" "$arg4"
138 check "top $1" "$(echo "$2" | sed 's/TOOL/top/g')" "${@:3}"
139 check "hist $1" "$(echo "$2" | sed 's/TOOL/hist/g')" "${@:3}"
145 check "top $1" "$(echo "$2" | sed 's/TOOL/top -q/g')" "${@:3}"
146 check "hist $1" "$(echo "$2" | sed 's/TOOL/hist/g')" "${@:3}"