Home
last modified time | relevance | path

Searched refs:test_selector (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_progs.c160 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run()
181 static bool should_run_subtest(struct test_selector *sel, in should_run_subtest()
182 struct test_selector *subtest_sel, in should_run_subtest()
468 if (!should_run_subtest(&env.test_selector, in test__start_subtest()
731 static void free_test_selector(struct test_selector *test_selector) in free_test_selector() argument
733 free_test_filter_set(&test_selector->blacklist); in free_test_selector()
734 free_test_filter_set(&test_selector->whitelist); in free_test_selector()
735 free(test_selector->num_set); in free_test_selector()
759 if (parse_num_list(arg, &env->test_selector.num_set, in parse_arg()
760 &env->test_selector.num_set_len)) { in parse_arg()
[all …]
Dtest_progs.h63 struct test_selector { struct
99 struct test_selector test_selector; member
100 struct test_selector subtest_selector;