Searched refs:glob_match (Results 1 – 11 of 11) sorted by relevance
| /linux/lib/ |
| H A D | glob.c | 45 bool __pure glob_match(char const *pat, char const *str) in glob_match() function 49 EXPORT_SYMBOL(glob_match);
|
| /linux/include/linux/ |
| H A D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
| /linux/lib/kunit/ |
| H A D | executor.c | 133 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 D | test_progs.c | 135 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 D | fprobe.c | 824 if (!glob_match(match->filter, name) || in filter_match_callback() 825 (match->notfilter && glob_match(match->notfilter, name))) in filter_match_callback()
|
| H A D | trace_probe.c | 2380 if (!glob_match("*:%p[dD]", argv[i])) in traceprobe_expand_dentry_args()
|
| H A D | ftrace.c | 4853 if (glob_match(g->search, str)) in ftrace_match()
|
| /linux/tools/lib/bpf/ |
| H A D | elf.c | 528 if (!glob_match(sym->name, pattern)) in elf_resolve_pattern_offsets()
|
| H A D | libbpf_internal.h | 749 bool glob_match(const char *str, const char *pat);
|
| H A D | libbpf.c | 12101 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 D | libata-core.c | 4525 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()
|