Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/lockdep/
Drun_tests.sh11 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/
Dintel_pstate_tracer.py66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname
110 …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/
Dnmi_selftest.c138 static inline void __init print_testname(const char *testname) in print_testname() argument
140 printk("%12s:", testname); in print_testname()
/Linux-v5.4/tools/testing/selftests/ftrace/
Dftracetest339 local testname=`basename $1`
342 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
/Linux-v5.4/Documentation/dev-tools/
Dkselftest.rst63 /tmp/testname file(s) when summary option is specified. This is applicable
/Linux-v5.4/lib/
Dlocking-selftest.c1187 static inline void print_testname(const char *testname) in print_testname() argument
1189 printk("%33s:", testname); in print_testname()