Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsort.h25 extern regex_t ignore_callees_regex;
H A Dmachine.c2374 symbol__match_regex(al.sym, &ignore_callees_regex)) { in add_callchain_ip()
H A Dsort.c50 regex_t ignore_callees_regex; variable
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c1129 int err = regcomp(&ignore_callees_regex, arg, REG_EXTENDED); in report_parse_ignore_callees_opt()
1132 regerror(err, &ignore_callees_regex, buf, sizeof(buf)); in report_parse_ignore_callees_opt()