Home
last modified time | relevance | path

Searched refs:TESTLOG_VERBOSITY (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/tools/perf/tests/shell/common/
Dcheck_no_patterns_found.pl7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
Dcheck_all_patterns_found.pl7 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
Dcheck_all_lines_matched.pl10 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
Dcheck_errors_whitelisted.pl21 $quiet = 0 if (defined $ENV{TESTLOG_VERBOSITY} && $ENV{TESTLOG_VERBOSITY} ge 2);
Dsettings.sh36 export TESTLOG_VERBOSITY=${TESTLOG_VERBOSITY:-2}
Dinit.sh21 test "$TESTLOG_VERBOSITY" -ne 0 && echo -e "$@"