Home
last modified time | relevance | path

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

/tools/bpf/
Dbpf_jit_disasm.c179 regex_t regex; in get_last_jit_image() local
/tools/perf/util/
Dmachine.c1917 static bool symbol__match_regex(struct symbol *sym, regex_t *regex) in symbol__match_regex()