Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 6 of 6) sorted by relevance

/tools/bpf/
Dbpf_jit_disasm.c182 regex_t regex; in get_last_jit_image() local
/tools/testing/selftests/bpf/
Dtest_loader.c59 regex_t regex; member
151 static int compile_regex(const char *pattern, regex_t *regex) in compile_regex()
/tools/thermal/thermometer/
Dthermometer.c47 regex_t regex; member
/tools/perf/arch/x86/util/
Diostat.c229 regex_t regex; in iio_root_port_parse_str() local
/tools/mm/
Dpage_owner_sort.c249 static bool check_regcomp(regex_t *pattern, const char *regex) in check_regcomp()
/tools/perf/util/
Dmachine.c1958 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) in symbol__match_regex()