Home
last modified time | relevance | path

Searched refs:testname (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/tools/lib/lockdep/
Drun_tests.sh6 testname=$(basename -s .c "$i")
7 gcc -o tests/$testname -pthread -lpthread $i liblockdep.a -Iinclude -D__USE_LIBLOCKDEP &> /dev/null
8 echo -ne "$testname... "
9 if [ $(timeout 1 ./tests/$testname | wc -l) -gt 0 ]; then
14 rm tests/$testname
18 testname=$(basename -s .c "$i")
19 gcc -o tests/$testname -pthread -lpthread -Iinclude $i &> /dev/null
20 echo -ne "(PRELOAD) $testname... "
21 if [ $(timeout 1 ./lockdep ./tests/$testname | wc -l) -gt 0 ]; then
26 rm tests/$testname
/linux-4.1.27/arch/x86/kernel/
Dnmi_selftest.c137 static inline void __init print_testname(const char *testname) in print_testname() argument
139 printk("%12s:", testname); in print_testname()
/linux-4.1.27/tools/testing/selftests/ftrace/
Dftracetest232 local testname=`basename $1`
233 local testlog=`mktemp $LOG_DIR/${testname}-log.XXXXXX`
/linux-4.1.27/lib/
Dlocking-selftest.c1016 static inline void print_testname(const char *testname) in print_testname() argument
1018 printk("%33s:", testname); in print_testname()