Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-kmem.c336 regex_t alloc_func_regex; in build_alloc_func_list() local
339 ret = regcomp(&alloc_func_regex, pattern, REG_EXTENDED); in build_alloc_func_list()
343 regerror(ret, &alloc_func_regex, err, sizeof(err)); in build_alloc_func_list()
355 if (regexec(&alloc_func_regex, sym->name, 0, NULL, 0)) in build_alloc_func_list()
374 regfree(&alloc_func_regex); in build_alloc_func_list()