Searched refs:glob_match (Results 1 – 11 of 11) sorted by relevance
| /linux/lib/kunit/ |
| H A D | executor.c | 123 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 D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
| /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() 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 D | fprobe.c | 821 if (!glob_match(match->filter, name) || in filter_match_callback() 822 (match->notfilter && glob_match(match->notfilter, name))) in filter_match_callback()
|
| H A D | trace_events_filter.c | 1061 if (glob_match(r->pattern, str)) in regex_match_glob()
|
| H A D | trace_probe.c | 1819 if (!glob_match("*:%p[dD]", argv[i])) in traceprobe_expand_dentry_args()
|
| H A D | ftrace.c | 4828 if (glob_match(g->search, str)) in ftrace_match()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_internal.h | 746 bool glob_match(const char *str, const char *pat);
|
| H A D | libbpf.c | 11951 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 D | libata-core.c | 4410 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 D | Kconfig.debug | 3514 This test suite verifies the correctness of glob_match() across various
|