Home
last modified time | relevance | path

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

/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py64 global sample_num, last_sec_cpu, last_usec_cpu, start_time, testname, trace_file
108 g_plot('set title "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
129 g_plot('set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
146 g_plot('set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
162 g_plot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
179 g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now()))
192 g_plot('set title "{} : cpu pstates : {:%F %H:%M}"'.format(testname, datetime.now()))
209 g_plot('set title "{} : cpu loads : {:%F %H:%M}"'.format(testname, datetime.now()))
223 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(testname, datetime.now()))
237 g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetim
504 testname = "" global() variable
533 testname = arg global() variable
[all...]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlibarena.c173 char testname[MAX_PARTEST_NAME]; in run_libarena_parallel_test() local
194 ret = snprintf(testname, sizeof(testname), "%.*s", (int)prefixlen, name); in run_libarena_parallel_test()
195 if (!ASSERT_LT(ret, sizeof(testname), "partest test name")) in run_libarena_parallel_test()
198 if (!test__start_subtest(testname)) in run_libarena_parallel_test()
201 if (!libarena_parallel_test_enabled(skel, testname, prefixlen)) { in run_libarena_parallel_test()
211 if (!ASSERT_OK(ret, testname)) in run_libarena_parallel_test()
216 ASSERT_OK(ret, testname); in run_libarena_parallel_test()
H A Dcgroup_iter.c52 int order, const char *testname) in read_from_cgroup_iter() argument
84 ASSERT_STREQ(buf, expected_output, testname); in read_from_cgroup_iter()
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_tproxy_tcp.sh142 local testname="test_${ip_proto}_tcp_${traffic_origin}"
236 echo "PASS: tproxy test $testname: ns1 got reply \"$result\" connecting to ns2"
238 …echo "ERROR: tproxy test $testname: ns1 got reply \"$result\" connecting to ns2, not \"${expect_ns…
245 echo "PASS: tproxy test $testname: ns1 got reply \"$result\" connecting to ns3"
247 …echo "ERROR: tproxy test $testname: ns1 got reply \"$result\" connecting to ns3, not \"$expect_ns1…
254 echo "PASS: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns2"
256 …echo "ERROR: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns2, not \"$expec…
263 echo "PASS: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns3"
265 …echo "ERROR: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns3, not \"$expec…
H A Dnft_tproxy_udp.sh142 local testname="test_${ip_proto}_udp_forward"
210 echo "PASS: tproxy test $testname: ns1 got reply \"$result\" connecting to ns2"
212 echo "ERROR: tproxy test $testname: ns1 got reply \"$result\" connecting to ns2, not \"${expect_ns1_ns2}\" as intended"
219 echo "PASS: tproxy test $testname: ns1 got reply \"$result\" connecting to ns3"
221 echo "ERROR: tproxy test $testname: ns1 got reply \"$result\" connecting to ns3, not \"$expect_ns1_ns3\" as intended"
228 echo "PASS: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns2"
230 echo "ERROR: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns2, not \"$expect_nsrouter_ns2\" as intended"
237 echo "PASS: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns3"
239 echo "ERROR: tproxy test $testname: nsrouter got reply \"$result\" connecting to ns3, not \"$expect_nsrouter_ns3\" as intended"
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test_ns.c25 static void handle_result(int ret, const char *testname) in handle_result() argument
28 ksft_test_result_pass("%s\n", testname); in handle_result()
30 ksft_test_result_fail("%s\n", testname); in handle_result()
32 ksft_exit_fail_msg("%s\n", testname); in handle_result()
34 ksft_test_result_skip("%s\n", testname); in handle_result()
/linux/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_vlan_aware.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 Drun_net_forwarding_test.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dno_forwarding.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" "$@"
H A Dbridge_locked_port.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dbridge_mld.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dbridge_mdb.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dtc_taprio.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
H A Dtc_taprio.sh5 testname=$(basename "${BASH_SOURCE[0]}")
9 source "./$testname" "$@"
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c
/linux/tools/testing/selftests/ftrace/
H A Dftracetest451 local testname=`basename $1`
455 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
/linux/tools/testing/selftests/vsock/
H A Dvmtest.sh1429 for testname in "${USE_SHARED_VM[@]}"; do
1430 if [[ "${tname}" == "${testname}" ]]; then