Searched refs:testname (Results 1 - 17 of 17) sorted by relevance

/linux-master/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_locked_port.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dbridge_vlan_aware.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dbridge_mdb.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dbridge_mld.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dno_forwarding.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Drun_net_forwarding_test.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dbridge_vlan_unaware.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dbridge_vlan_mcast.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dlocal_termination.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dtc_actions.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
/linux-master/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py66 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname, trace_file
110 g_plot('set title "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
131 g_plot('set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
148 g_plot('set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
164 g_plot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
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, datetim
[all...]
/linux-master/arch/x86/kernel/
H A Dnmi_selftest.c138 static inline void __init print_testname(const char *testname) argument
140 printk("%12s:", testname);
/linux-master/tools/testing/selftests/net/
H A Dgro.c87 static char *testname = "data"; variable
122 if (strcmp(testname, "ip") == 0) {
878 if (strcmp(testname, "data") == 0) {
887 } else if (strcmp(testname, "ack") == 0) {
890 } else if (strcmp(testname, "flags") == 0) {
902 } else if (strcmp(testname, "tcp") == 0) {
914 } else if (strcmp(testname, "ip") == 0) {
956 } else if (strcmp(testname, "large") == 0) {
991 if (strcmp(testname, "data") == 0) {
1004 } else if (strcmp(testname, "ac
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter.c52 int order, const char *testname)
84 ASSERT_STREQ(buf, expected_output, testname);
51 read_from_cgroup_iter(struct bpf_program *prog, int cgroup_fd, int order, const char *testname) argument
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest422 local testname=`basename $1`
426 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
/linux-master/fs/bcachefs/
H A Dtests.c802 int bch2_btree_perf_test(struct bch_fs *c, const char *testname,
819 if (!strcmp(testname, #_test)) j.fn = _test
851 pr_err("unknown test %s", testname);
855 //pr_info("running test %s:", testname);
869 scnprintf(name_buf, sizeof(name_buf), "%s:", testname);
/linux-master/lib/
H A Dlocking-selftest.c1500 static inline void print_testname(const char *testname) argument
1502 printk("%33s:", testname);

Completed in 298 milliseconds