Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-kmem.c351 regex_t alloc_func_regex; in build_alloc_func_list() local
354 ret = regcomp(&alloc_func_regex, pattern, REG_EXTENDED); in build_alloc_func_list()
358 regerror(ret, &alloc_func_regex, err, sizeof(err)); in build_alloc_func_list()
370 if (regexec(&alloc_func_regex, sym->name, 0, NULL, 0)) in build_alloc_func_list()
389 regfree(&alloc_func_regex); in build_alloc_func_list()