Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 25 of 55) sorted by relevance

123

/linux-6.3-rc2/tools/testing/selftests/membarrier/
A Dmembarrier_test_impl.h22 const char *test_name = in test_membarrier_get_registrations() local
52 test_name, cmd, flags); in test_membarrier_cmd_fail()
75 test_name, flags); in test_membarrier_flags_fail()
114 test_name, flags); in test_membarrier_private_expedited_fail()
142 test_name, flags); in test_membarrier_register_private_expedited_success()
161 test_name, flags); in test_membarrier_private_expedited_success()
173 test_name, flags); in test_membarrier_private_expedited_sync_core_fail()
201 test_name, flags); in test_membarrier_register_private_expedited_sync_core_success()
220 test_name, flags); in test_membarrier_private_expedited_sync_core_success()
237 test_name, flags); in test_membarrier_register_global_expedited_success()
[all …]
/linux-6.3-rc2/tools/testing/selftests/pidfd/
A Dpidfd_test.c65 test_name); in test_pidfd_send_signal_simple_success()
73 test_name); in test_pidfd_send_signal_simple_success()
81 test_name); in test_pidfd_send_signal_simple_success()
102 test_name); in test_pidfd_send_signal_exited_fail()
123 test_name); in test_pidfd_send_signal_exited_fail()
131 test_name); in test_pidfd_send_signal_exited_fail()
160 test_name); in test_pidfd_send_signal_recycled_pid_fail()
339 test_name); in test_pidfd_send_signal_recycled_pid_fail()
359 test_name); in test_pidfd_send_signal_syscall_support()
366 test_name); in test_pidfd_send_signal_syscall_support()
[all …]
A Dpidfd_fdinfo_test.c51 ksft_test_result_error("%s test: %s\n", test_name, err->msg); in error_report()
56 ksft_test_result_skip("%s test: %s\n", test_name, err->msg); in error_report()
61 test_name, err->msg); in error_report()
70 test_name, err->code, err->msg); in error_report()
79 error_report(err, test_name); in error_check()
255 const char *test_name = "pidfd check for NSpid in fdinfo"; in test_pidfd_fdinfo_nspid() local
259 error_check(&err, test_name); in test_pidfd_fdinfo_nspid()
267 error_check(&err, test_name); in test_pidfd_fdinfo_nspid()
281 error_report(&err, test_name); in test_pidfd_fdinfo_nspid()
292 error_check(&err, test_name); in test_pidfd_dead_fdinfo()
[all …]
/linux-6.3-rc2/tools/testing/selftests/drivers/net/dsa/
A Dno_forwarding.sh92 local test_name="$1"
98 echo "$test_name: Sending packets"
128 echo "$test_name: Checking which packets were received"
132 check_rcv $h2 "$test_name: Unicast non-IP untagged" \
141 check_rcv $h2 "$test_name: Unicast IPv4 untagged" \
144 check_rcv $h2 "$test_name: Multicast IPv4 untagged" \
147 check_rcv $h2 "$test_name: Unicast IPv6 untagged" \
150 check_rcv $h2 "$test_name: Multicast IPv6 untagged" \
154 check_rcv $h2 "$test_name: Unicast non-IP VID $vid" \
163 check_rcv $h2 "$test_name: Unicast IPv4 VID $vid" \
[all …]
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/
A Dno_forwarding.sh92 local test_name="$1"
98 echo "$test_name: Sending packets"
128 echo "$test_name: Checking which packets were received"
132 check_rcv $h2 "$test_name: Unicast non-IP untagged" \
141 check_rcv $h2 "$test_name: Unicast IPv4 untagged" \
144 check_rcv $h2 "$test_name: Multicast IPv4 untagged" \
147 check_rcv $h2 "$test_name: Unicast IPv6 untagged" \
150 check_rcv $h2 "$test_name: Multicast IPv6 untagged" \
154 check_rcv $h2 "$test_name: Unicast non-IP VID $vid" \
163 check_rcv $h2 "$test_name: Unicast IPv4 VID $vid" \
[all …]
A Dtc_police.sh127 local test_name=$1; shift
149 log_test "$test_name"
182 local test_name=$1; shift
199 log_test "$test_name"
236 local test_name=$1; shift
279 log_test "$test_name"
299 local test_name=$1; shift
321 log_test "$test_name"
354 local test_name=$1; shift
388 log_test "$test_name"
/linux-6.3-rc2/tools/testing/selftests/
A Dkselftest_harness.h161 #define TEST(test_name) __TEST_IMPL(test_name, -1) argument
180 #define TEST_SIGNAL(test_name, signal) __TEST_IMPL(test_name, signal) argument
182 #define __TEST_IMPL(test_name, _signal) \ argument
184 static inline void wrapper_##test_name( \
190 test_name(_metadata); \
194 { .name = #test_name, \
195 .fn = &wrapper_##test_name, \
203 static void test_name( \
367 #define TEST_F(fixture_name, test_name) \ argument
377 static void fixture_name##_##test_name( \
[all …]
/linux-6.3-rc2/tools/power/x86/amd_pstate_tracer/
A Damd_pstate_trace.py57 global sample_num, last_sec_cpu, last_usec_cpu, start_time, test_name, trace_file
76 …g_plot('set title "{} : frequency : CPU {:0>3} : {:%F %H:%M}"'.format(test_name, cpu_index, dateti…
120 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(test_name, datetime.now()))
134 g_plot('set title "{} : cpu des perf : {:%F %H:%M}"'.format(test_name, datetime.now()))
149 g_plot('set title "{} : cpu load : {:%F %H:%M}"'.format(test_name, datetime.now()))
257 test_name = "" variable
287 test_name = arg variable
308 if os.path.exists(test_name):
311 os.mkdir(test_name)
312 ipt.fix_ownership(test_name)
[all …]
/linux-6.3-rc2/drivers/staging/greybus/tools/
A Dlbtest81 def log_csv(test_name, size, iteration_max, sys_pfx): argument
85 fname = test_name + '_' + size + '_' + str(iteration_max) + '.csv'
110 row.writerow([date, test_name, size, iteration_max, error,
117 def loopback_run(test_name, size, iteration_max, sys_pfx): argument
118 test_id = dict[test_name]
155 log_csv(test_name, size, iteration_max, sys_pfx)
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/
A Drif_mac_profiles.sh102 local test_name=$@; shift
131 log_test "h1->h2: $test_name"
140 local test_name=$@; shift
164 log_test "h2->h1: $test_name"
173 local test_name=$@; shift
177 h1_to_h2 $test_name
183 h2_to_h1 $test_name
/linux-6.3-rc2/tools/testing/selftests/futex/include/
A Dlogging.h106 void print_result(const char *test_name, int ret) in print_result() argument
110 ksft_test_result_pass("%s\n", test_name); in print_result()
114 ksft_test_result_error("%s\n", test_name); in print_result()
118 ksft_test_result_fail("%s\n", test_name); in print_result()
/linux-6.3-rc2/tools/testing/selftests/tc-testing/
A DTdcResults.py12 def __init__(self, test_id="", test_name=""): argument
14 self.test_name = test_name
96 ftap += 'ok {} {} - {}'.format(str(index), t.test_id, t.test_name)
115 xunit += 'name=\"{}\">\n'.format(escape(t.test_name))
/linux-6.3-rc2/tools/testing/selftests/size/
A Dget_size.c89 static const char *test_name = " get runtime memory use\n"; in _start() local
97 print(test_name); in _start()
102 print(test_name); in _start()
/linux-6.3-rc2/tools/testing/selftests/ptp/
A Dphc.sh66 local test_name=$1
70 printf "TEST: %-60s [FAIL]\n" "$test_name"
74 printf "TEST: %-60s [ OK ]\n" "$test_name"
/linux-6.3-rc2/tools/testing/selftests/landlock/
A Dcommon.h34 #define TEST_F_FORK(fixture_name, test_name) \ argument
35 static void fixture_name##_##test_name##_child( \
39 TEST_F(fixture_name, test_name) \
47 fixture_name##_##test_name##_child(_metadata, self, variant); \
75 static void fixture_name##_##test_name##_child( \
/linux-6.3-rc2/tools/testing/selftests/mm/
A Dmremap_test.c56 overlaps, should_fail, test_name) \ argument
58 .name = test_name, \
157 char *test_name = "mremap expand merge"; in mremap_expand_merge() local
183 ksft_test_result_pass("%s\n", test_name); in mremap_expand_merge()
185 ksft_test_result_fail("%s\n", test_name); in mremap_expand_merge()
196 char *test_name = "mremap expand merge offset"; in mremap_expand_merge_offset() local
222 ksft_test_result_pass("%s\n", test_name); in mremap_expand_merge_offset()
224 ksft_test_result_fail("%s\n", test_name); in mremap_expand_merge_offset()
A Dksm_tests.c703 int test_name = CHECK_KSM_MERGE; in main() local
751 test_name = CHECK_KSM_UNMERGE; in main()
754 test_name = CHECK_KSM_ZERO_PAGE_MERGE; in main()
757 test_name = CHECK_KSM_NUMA_MERGE; in main()
760 test_name = KSM_MERGE_TIME; in main()
763 test_name = KSM_MERGE_TIME_HUGE_PAGES; in main()
766 test_name = KSM_UNMERGE_TIME; in main()
769 test_name = KSM_COW_TIME; in main()
796 switch (test_name) { in main()
/linux-6.3-rc2/tools/testing/selftests/bpf/map_tests/
A Dsk_storage_map.c593 const char *test_name, *env_opt; in test_sk_storage_map() local
596 test_name = getenv(BPF_SK_STORAGE_MAP_TEST_NAME); in test_sk_storage_map()
610 if (!test_name || !strcmp(test_name, "basic")) { in test_sk_storage_map()
614 if (!test_name || !strcmp(test_name, "stress_free")) { in test_sk_storage_map()
618 if (!test_name || !strcmp(test_name, "stress_change")) { in test_sk_storage_map()
626 CHECK(1, "Invalid test_name", "%s\n", test_name); in test_sk_storage_map()
/linux-6.3-rc2/tools/testing/selftests/alsa/
A Dpcm-test.c248 const char *test_name, snd_config_t *pcm_cfg) in test_pcm_time() argument
286 test_class_name, test_name, in test_pcm_time()
344 test_name, in test_pcm_time()
422 test_class_name, test_name, in test_pcm_time()
483 test_class_name, test_name, in test_pcm_time()
493 test_class_name, test_name, in test_pcm_time()
499 test_class_name, test_name, in test_pcm_time()
514 const char *test_name, *test_type; in run_time_tests() local
527 if (snd_config_get_id(pcm_cfg, &test_name) < 0) in run_time_tests()
531 test_pcm_time(pcm, class, test_name, pcm_cfg); in run_time_tests()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_progs.c138 const char *test_name; member
184 const char *test_name, in should_run_subtest() argument
264 test_name, subtest_name); in print_subtest_name()
314 test->test_name, subtest_state->name, in dump_test_log()
385 test->test_name, subtest_state->name, in test__end_subtest()
434 test->test_name, in test__start_subtest()
475 env.test->test_num, env.test->test_name); in test__join_cgroup()
690 .test_name = #name, \
1547 test->test_name); in worker_main()
1587 test->test_name); in worker_main()
[all …]
/linux-6.3-rc2/tools/testing/selftests/powerpc/alignment/
A Dalignment_handler.c182 void dumpdata(char *s1, char *s2, int n, char *test_name) in dumpdata() argument
186 printf(" %s: unexpected result:\n", test_name); in dumpdata()
197 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) in test_memcmp() argument
210 dumpdata(s1c, s2c, n, test_name); in test_memcmp()
221 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test() argument
226 printf("\tDoing %s:\t", test_name); in do_test()
276 test_memcmp(mem0, ci0, width, offset, test_name); in do_test()
286 r |= test_memcmp(mem1, ci1, width, offset, test_name); in do_test()
/linux-6.3-rc2/samples/bpf/
A Dmap_perf_test_user.c125 const char *test_name; in do_test_lru() local
172 test_name = "lru_hash_map_perf"; in do_test_lru()
175 test_name = "nocommon_lru_hash_map_perf"; in do_test_lru()
178 test_name = "inner_lru_hash_map_perf"; in do_test_lru()
181 test_name = "lru_hash_lookup_perf"; in do_test_lru()
199 cpu, test_name, in do_test_lru()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_ktls.c140 static char test_name[MAX_TEST_NAME]; in fmt_test_name() local
142 snprintf(test_name, MAX_TEST_NAME, in fmt_test_name()
146 return test_name; in fmt_test_name()
/linux-6.3-rc2/tools/testing/selftests/futex/functional/
A Dfutex_wait_timeout.c61 static void test_timeout(int res, int *ret, char *test_name, int err) in test_timeout() argument
64 ksft_test_result_fail("%s returned %d\n", test_name, in test_timeout()
68 ksft_test_result_pass("%s succeeds\n", test_name); in test_timeout()
/linux-6.3-rc2/tools/testing/selftests/drivers/net/ocelot/
A Dbasic_qos.sh154 local test_name=$1; shift
173 log_test "IPv4 ${test_name}"
184 log_test "IPv6 ${test_name}"

Completed in 58 milliseconds

123