Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dveristat.c518 static bool name_filter_matches(struct filter *f, const char *filename, const char *prog_name) in name_filter_matches() function
558 if (f->kind == FILTER_NAME && name_filter_matches(f, filename, prog_name)) in should_process_file_prog()
568 if (prog_name && name_filter_matches(f, filename, prog_name)) in should_process_file_prog()