Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_progs.c159 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run()
180 static bool should_run_subtest(struct test_selector *sel, in should_run_subtest()
181 struct test_selector *subtest_sel, in should_run_subtest()
423 if (!should_run_subtest(&env.test_selector, in test__start_subtest()
765 static void free_test_selector(struct test_selector *test_selector) in free_test_selector() argument
767 free_test_filter_set(&test_selector->blacklist); in free_test_selector()
768 free_test_filter_set(&test_selector->whitelist); in free_test_selector()
769 free(test_selector->num_set); in free_test_selector()
792 if (parse_num_list(arg, &env->test_selector.num_set, in parse_arg()
793 &env->test_selector.num_set_len)) { in parse_arg()
[all …]
Dtest_progs.h60 struct test_selector { struct
96 struct test_selector test_selector; member
97 struct test_selector subtest_selector;