Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c131 char *test_spec, in insert_test() argument
144 subtest_str = strchr(test_spec, '/'); in insert_test()
150 ext_test_str = malloc(strlen(test_spec) + glob_chars + 1); in insert_test()
154 sprintf(ext_test_str, pattern, test_spec); in insert_test()
223 char *input, *state = NULL, *test_spec; in parse_test_list() local
230 while ((test_spec = strtok_r(cnt++ ? NULL : input, ",", &state))) { in parse_test_list()
231 err = insert_test(set, test_spec, is_glob_pattern); in parse_test_list()
H A Dtest_loader.c87 struct test_spec { struct
133 static void free_test_spec(struct test_spec *spec) in free_test_spec()
398 struct test_spec *spec) in parse_test_spec()
661 struct test_spec *spec, in prepare_case()
812 static bool can_execute_unpriv(struct test_loader *tester, struct test_spec *spec) in can_execute_unpriv()
884 static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) in should_do_test_run()
940 struct test_spec *specs, in run_subtest()
941 struct test_spec *spec, in run_subtest()
948 struct test_spec *spec_iter; in run_subtest()
1125 struct test_spec *spec in process_subtest()
88 prog_nametest_spec global() argument
89 privtest_spec global() argument
90 unprivtest_spec global() argument
91 btf_custom_pathtest_spec global() argument
92 log_leveltest_spec global() argument
93 prog_flagstest_spec global() argument
94 mode_masktest_spec global() argument
95 arch_masktest_spec global() argument
96 load_masktest_spec global() argument
97 auxiliarytest_spec global() argument
98 validtest_spec global() argument
[all...]