Searched defs:test_spec (Results 1 – 3 of 3) sorted by relevance
168 struct test_spec { struct191 static inline char *mode_string(struct test_spec *test) in mode_string() argument
83 struct test_spec { struct84 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 …]
131 char *test_spec, in insert_test()224 char *input, *state = NULL, *test_spec; in parse_test_list() local