Home
last modified time | relevance | path

Searched refs:any_glob (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dveristat.c128 char *any_glob; member
398 if (f->any_glob && glob_matches(filename, f->any_glob)) in should_process_file_prog()
400 if (f->any_glob && prog_name && glob_matches(prog_name, f->any_glob)) in should_process_file_prog()
414 if (f->any_glob) { in should_process_file_prog()
415 if (glob_matches(filename, f->any_glob)) in should_process_file_prog()
417 /* If we don't know program name yet, any_glob filter in should_process_file_prog()
423 if (!prog_name || glob_matches(prog_name, f->any_glob)) in should_process_file_prog()
553 f->any_glob in append_filter()
[all...]

Completed in 3 milliseconds