Home
last modified time | relevance | path

Searched defs:test_spec (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xsk.h168 struct test_spec { struct
191 static inline char *mode_string(struct test_spec *test) in mode_string() argument
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c83 struct test_spec { struct
84 const char *prog_name;
85 struct test_subspec priv;
86 struct test_subspec unpriv;
87 const char *btf_custom_path;
88 int log_level;
89 int prog_flags;
90 int mode_mask;
91 int arch_mask;
92 int load_mask;
[all …]
H A Dtesting_helpers.c131 char *test_spec, in insert_test()
224 char *input, *state = NULL, *test_spec; in parse_test_list() local