Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Drdonly_maps.c11 const char *subtest_name; member
47 if (!test__start_subtest(t->subtest_name)) in test_rdonly_maps()
H A 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()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c199 const char *subtest_name) in should_run_subtest() argument
209 if (glob_match(subtest_name, in should_run_subtest()
222 if (glob_match(subtest_name, in should_run_subtest()
269 const char *test_name, char *subtest_name, in print_subtest_name() argument
278 test_name, subtest_name); in print_subtest_name()
444 bool test__start_subtest(const char *subtest_name) in test__start_subtest() argument
467 if (!subtest_name || !subtest_name[0]) { in test__start_subtest()
474 subtest_state->name = strdup(subtest_name); in test__start_subtest()
486 subtest_name)) { in test__start_subtest()