Searched refs:testname (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/lib/lockdep/ | 
| D | run_tests.sh | 11 	testname=$(basename "$i" .c)12 	echo -ne "$testname... "
 13 	if gcc -o "tests/$testname" -pthread "$i" liblockdep.a -Iinclude -D__USE_LIBLOCKDEP &&
 14 		timeout 1 "tests/$testname" 2>&1 | /bin/bash "tests/${testname}.sh"; then
 19 	rm -f "tests/$testname"
 23 	testname=$(basename "$i" .c)
 24 	echo -ne "(PRELOAD) $testname... "
 25 	if gcc -o "tests/$testname" -pthread -Iinclude "$i" &&
 26 		timeout 1 ./lockdep "tests/$testname" 2>&1 |
 27 		/bin/bash "tests/${testname}.sh"; then
 [all …]
 
 | 
| /Linux-v5.4/tools/power/x86/intel_pstate_tracer/ | 
| D | intel_pstate_tracer.py | 66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname110 …itle "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datet…
 131 …g_plot('set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetim…
 150 …g_plot('set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetim…
 166 …g_plot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.no…
 183 …    g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now()))
 196     g_plot('set title "{} : cpu pstates : {:%F %H:%M}"'.format(testname, datetime.now()))
 213     g_plot('set title "{} : cpu loads : {:%F %H:%M}"'.format(testname, datetime.now()))
 227     g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(testname, datetime.now()))
 242     g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetime.now()))
 [all …]
 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | nmi_selftest.c | 138 static inline void __init print_testname(const char *testname)  in print_testname()  argument140 	printk("%12s:", testname);  in print_testname()
 
 | 
| /Linux-v5.4/tools/testing/selftests/ftrace/ | 
| D | ftracetest | 339   local testname=`basename $1`342     local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
 
 | 
| /Linux-v5.4/Documentation/dev-tools/ | 
| D | kselftest.rst | 63 /tmp/testname file(s) when summary option is specified. This is applicable
 | 
| /Linux-v5.4/lib/ | 
| D | locking-selftest.c | 1187 static inline void print_testname(const char *testname)  in print_testname()  argument1189 	printk("%33s:", testname);  in print_testname()
 
 |