Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-kmem.c320 regex_t alloc_func_regex; in build_alloc_func_list() local
323 ret = regcomp(&alloc_func_regex, pattern, REG_EXTENDED); in build_alloc_func_list()
327 regerror(ret, &alloc_func_regex, err, sizeof(err)); in build_alloc_func_list()
339 if (regexec(&alloc_func_regex, sym->name, 0, NULL, 0)) in build_alloc_func_list()
358 regfree(&alloc_func_regex); in build_alloc_func_list()