Home
last modified time | relevance | path

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

/linux/tools/lib/python/kdoc/
H A Dkdoc_re.py162 def _search(self, regex, line): argument
214 def search(self, regex, line): argument
226 def sub(self, regex, sub, line, count=0): argument
/linux/tools/bpf/
H A Dbpf_jit_disasm.c184 regex_t regex; in get_last_jit_image() local
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c66 regex_t regex; global() member
160 compile_regex(const char * pattern,regex_t * regex) compile_regex() argument
/linux/tools/testing/selftests/landlock/
H A Daudit.h256 regex_t regex; in audit_match_record() local
/linux/kernel/trace/
H A Dtrace.h1682 struct regex { struct
1686 regex_match_func match; argument
H A Dtrace_events_filter.c80 struct regex *regex; member
/linux/tools/mm/
H A Dpage_owner_sort.c247 static bool check_regcomp(regex_t *pattern, const char *regex) in check_regcomp()
/linux/tools/perf/util/
H A Dmachine.c1995 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) in symbol__match_regex()