Home
last modified time | relevance | path

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

/linux/lib/
H A Dglob.c45 bool __pure glob_match(char const *pat, char const *str) in glob_match() function
49 EXPORT_SYMBOL(glob_match);
/linux/include/linux/
H A Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
/linux/lib/kunit/
H A Dexecutor.c133 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_glob_tests()
152 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_glob_tests()
221 if (!glob_match(parsed_glob.suite_glob, filtered_suite->name)) in kunit_filter_suites()
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c135 static bool glob_match(const char *str, const char *pat) in glob_match() function
150 if (glob_match(str++, pat)) in glob_match()
275 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run()
281 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run()
298 if (glob_match(test_name, filter->tests[i].name)) { in match_subtest()
303 if (glob_match(subtest_name, in match_subtest()
354 if (glob_match(name, sel->whitelist.tests[i].name) && in should_tmon()
/linux/kernel/trace/
H A Dfprobe.c824 if (!glob_match(match->filter, name) || in filter_match_callback()
825 (match->notfilter && glob_match(match->notfilter, name))) in filter_match_callback()
H A Dtrace_probe.c2380 if (!glob_match("*:%p[dD]", argv[i])) in traceprobe_expand_dentry_args()
H A Dftrace.c4853 if (glob_match(g->search, str)) in ftrace_match()
/linux/tools/lib/bpf/
H A Delf.c528 if (!glob_match(sym->name, pattern)) in elf_resolve_pattern_offsets()
H A Dlibbpf_internal.h749 bool glob_match(const char *str, const char *pat);
H A Dlibbpf.c12101 bool glob_match(const char *str, const char *pat) in glob_match() function
12121 if (glob_match(str++, pat)) in glob_match()
12152 if (!glob_match(sym_name, res->pattern)) in avail_kallsyms_cb()
12218 if (!glob_match(sym_name, res->pattern)) in libbpf_available_kallsyms_parse()
12292 if (!glob_match(sym_name, res->pattern)) in libbpf_available_kprobes_parse()
12684 if (!glob_match(name, pattern)) in collect_btf_func_ids_by_glob()
/linux/drivers/ata/
H A Dlibata-core.c4525 if (glob_match(ad->model_num, model_num) && in ata_dev_quirks()
4526 (!ad->model_rev || glob_match(ad->model_rev, model_rev))) { in ata_dev_quirks()
4555 if (glob_match(ad->model_num, model_num) && in ata_dev_get_max_sec_quirk_value()
4556 (!ad->model_rev || glob_match(ad->model_rev, model_rev))) { in ata_dev_get_max_sec_quirk_value()