Searched refs:ignore_callees_regex (Results 1 – 2 of 2) sorted by relevance
1238 int err = regcomp(&ignore_callees_regex, arg, REG_EXTENDED); in report_parse_ignore_callees_opt() 1241 regerror(err, &ignore_callees_regex, buf, sizeof(buf)); in report_parse_ignore_callees_opt()
2153 symbol__match_regex(al.sym, &ignore_callees_regex)) { in add_callchain_ip()