ignore_callees_regex  991 tools/perf/builtin-report.c 		int err = regcomp(&ignore_callees_regex, arg, REG_EXTENDED);
ignore_callees_regex  994 tools/perf/builtin-report.c 			regerror(err, &ignore_callees_regex, buf, sizeof(buf));
ignore_callees_regex 2057 tools/perf/util/machine.c 		  symbol__match_regex(al.sym, &ignore_callees_regex)) {
ignore_callees_regex   42 tools/perf/util/sort.c regex_t		ignore_callees_regex;
ignore_callees_regex   23 tools/perf/util/sort.h extern regex_t ignore_callees_regex;