Home
last modified time | relevance | path

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

/linux/lib/kunit/
H A Dexecutor.c123 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_glob_tests()
142 if (!test_glob || glob_match(test_glob, test_case->name)) in kunit_filter_glob_tests()
211 if (!glob_match(parsed_glob.suite_glob, filtered_suite->name)) in kunit_filter_suites()
/linux/include/linux/
H A Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
/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()
273 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run()
279 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run()
296 if (glob_match(test_name, filter->tests[i].name)) { in match_subtest()
301 if (glob_match(subtest_name, in match_subtest()
352 if (glob_match(name, sel->whitelist.tests[i].name) && in should_tmon()
/linux/kernel/trace/
H A Dfprobe.c821 if (!glob_match(match->filter, name) || in filter_match_callback()
822 (match->notfilter && glob_match(match->notfilter, name))) in filter_match_callback()
H A Dtrace_events_filter.c1061 if (glob_match(r->pattern, str)) in regex_match_glob()
H A Dtrace_probe.c1819 if (!glob_match("*:%p[dD]", argv[i])) in traceprobe_expand_dentry_args()
H A Dftrace.c4828 if (glob_match(g->search, str)) in ftrace_match()
/linux/tools/lib/bpf/
H A Dlibbpf_internal.h746 bool glob_match(const char *str, const char *pat);
H A Dlibbpf.c11951 bool glob_match(const char *str, const char *pat) in has_available_filter_functions_addrs()
11971 if (glob_match(str++, pat)) in libbpf_available_kprobes_parse()
12002 if (!glob_match(sym_name, res->pattern)) in bpf_program__attach_kprobe_multi_opts()
12068 if (!glob_match(sym_name, res->pattern)) in bpf_program__attach_kprobe_multi_opts()
12142 if (!glob_match(sym_name, res->pattern)) in attach_ksyscall()
11789 bool glob_match(const char *str, const char *pat) glob_match() function
/linux/drivers/ata/
H A Dlibata-core.c4410 if (glob_match(ad->model_num, model_num) && in ata_dev_quirks()
4411 (!ad->model_rev || glob_match(ad->model_rev, model_rev))) { in ata_dev_quirks()
4440 if (glob_match(ad->model_num, model_num) && in ata_dev_get_max_sec_quirk_value()
4441 (!ad->model_rev || glob_match(ad->model_rev, model_rev))) { in ata_dev_get_max_sec_quirk_value()
/linux/lib/
H A DKconfig.debug3514 This test suite verifies the correctness of glob_match() across various