Searched refs:testname (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname, trace_file 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… 148 …g_plot('set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetim… 164 …g_plot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.no… 181 … g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now())) 194 g_plot('set title "{} : cpu pstates : {:%F %H:%M}"'.format(testname, datetime.now())) 211 g_plot('set title "{} : cpu loads : {:%F %H:%M}"'.format(testname, datetime.now())) 225 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(testname, datetime.now())) 239 g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetime.now())) [all …]
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | gro.c | 81 static char *testname = "data"; variable 116 if (strcmp(testname, "ip") == 0) { in setup_sock_filter() 822 if (strcmp(testname, "data") == 0) { in gro_sender() 831 } else if (strcmp(testname, "ack") == 0) { in gro_sender() 834 } else if (strcmp(testname, "flags") == 0) { in gro_sender() 846 } else if (strcmp(testname, "tcp") == 0) { in gro_sender() 858 } else if (strcmp(testname, "ip") == 0) { in gro_sender() 886 } else if (strcmp(testname, "large") == 0) { in gro_sender() 921 if (strcmp(testname, "data") == 0) { in gro_receiver() 934 } else if (strcmp(testname, "ack") == 0) { in gro_receiver() [all …]
|
/linux-6.1.9/arch/x86/kernel/ |
D | nmi_selftest.c | 138 static inline void __init print_testname(const char *testname) in print_testname() argument 140 printk("%12s:", testname); in print_testname()
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | cgroup_iter.c | 51 int order, const char *testname) in read_from_cgroup_iter() argument 83 ASSERT_STREQ(buf, expected_output, testname); in read_from_cgroup_iter()
|
/linux-6.1.9/tools/testing/selftests/ftrace/ |
D | ftracetest | 372 local testname=`basename $1` 375 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
|
/linux-6.1.9/Documentation/dev-tools/ |
D | kselftest.rst | 71 /tmp/testname file(s) when summary option is specified. This is applicable
|
/linux-6.1.9/lib/ |
D | locking-selftest.c | 1500 static inline void print_testname(const char *testname) in print_testname() argument 1502 printk("%33s:", testname); in print_testname()
|