Home
last modified time | relevance | path

Searched refs:subtest_name (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Drdonly_maps.c11 const char *subtest_name; member
47 if (!test__start_subtest(t->subtest_name)) in test_rdonly_maps()
Dsockmap_ktls.c135 static const char *fmt_test_name(const char *subtest_name, int family, in fmt_test_name() argument
144 subtest_name, family_str, map_type_str); in fmt_test_name()
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_progs.c184 const char *subtest_name) in should_run_subtest() argument
194 if (glob_match(subtest_name, in should_run_subtest()
207 if (glob_match(subtest_name, in should_run_subtest()
246 const char *test_name, char *subtest_name, in print_subtest_name() argument
255 test_name, subtest_name); in print_subtest_name()
385 bool test__start_subtest(const char *subtest_name) in test__start_subtest() argument
408 if (!subtest_name || !subtest_name[0]) { in test__start_subtest()
415 subtest_state->name = strdup(subtest_name); in test__start_subtest()
427 subtest_name)) { in test__start_subtest()