Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dsort.h25 extern regex_t ignore_callees_regex;
Dmachine.c2306 symbol__match_regex(al.sym, &ignore_callees_regex)) { in add_callchain_ip()
Dsort.c46 regex_t ignore_callees_regex; variable
/linux-6.1.9/tools/perf/
Dbuiltin-report.c1116 int err = regcomp(&ignore_callees_regex, arg, REG_EXTENDED); in report_parse_ignore_callees_opt()
1119 regerror(err, &ignore_callees_regex, buf, sizeof(buf)); in report_parse_ignore_callees_opt()