Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/lockdep/
Drun_tests.sh7 testname=$(basename "$i" .c)
8 gcc -o tests/$testname -pthread $i liblockdep.a -Iinclude -D__USE_LIBLOCKDEP &> /dev/null
9 echo -ne "$testname... "
10 if [ $(timeout 1 ./tests/$testname 2>&1 | wc -l) -gt 0 ]; then
15 if [ -f "tests/$testname" ]; then
16 rm tests/$testname
21 testname=$(basename "$i" .c)
22 gcc -o tests/$testname -pthread -Iinclude $i &> /dev/null
23 echo -ne "(PRELOAD) $testname... "
24 if [ $(timeout 1 ./lockdep ./tests/$testname 2>&1 | wc -l) -gt 0 ]; then
[all …]
/Linux-v4.19/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py65 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname
109 …itle "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datet…
130 …g_plot('set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetim…
149 …g_plot('set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetim…
165 …g_plot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.no…
182 … g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now()))
195 g_plot('set title "{} : cpu pstates : {:%F %H:%M}"'.format(testname, datetime.now()))
212 g_plot('set title "{} : cpu loads : {:%F %H:%M}"'.format(testname, datetime.now()))
226 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(testname, datetime.now()))
241 g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetime.now()))
[all …]
/Linux-v4.19/arch/x86/kernel/
Dnmi_selftest.c138 static inline void __init print_testname(const char *testname) in print_testname() argument
140 printk("%12s:", testname); in print_testname()
/Linux-v4.19/tools/testing/selftests/ftrace/
Dftracetest271 local testname=`basename $1`
273 local testlog=`mktemp $LOG_DIR/${testname}-log.XXXXXX`
/Linux-v4.19/Documentation/dev-tools/
Dkselftest.rst44 test results for each test in /tmp/testname file(s).
70 test results for each test in /tmp/testname file(s).
/Linux-v4.19/lib/
Dlocking-selftest.c1187 static inline void print_testname(const char *testname) in print_testname() argument
1189 printk("%33s:", testname); in print_testname()