Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/
A Dtest_progs.c133 static bool glob_match(const char *str, const char *pat) in glob_match() function
148 if (glob_match(str++, pat)) in glob_match()
271 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run()
277 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run()
294 if (glob_match(test_name, filter->tests[i].name)) { in match_subtest()
299 if (glob_match(subtest_name, in match_subtest()
332 if (glob_match(name, sel->whitelist.tests[i].name) && in should_tmon()
/tools/lib/bpf/
A Delf.c529 if (!glob_match(sym->name, pattern)) in elf_resolve_pattern_offsets()
A Dlibbpf_internal.h718 bool glob_match(const char *str, const char *pat);
A Dlibbpf.c11439 bool glob_match(const char *str, const char *pat) in glob_match() function
11459 if (glob_match(str++, pat)) in glob_match()
11490 if (!glob_match(sym_name, res->pattern)) in avail_kallsyms_cb()
11555 if (!glob_match(sym_name, res->pattern)) in libbpf_available_kallsyms_parse()
11629 if (!glob_match(sym_name, res->pattern)) in libbpf_available_kprobes_parse()

Completed in 32 milliseconds