file_lineno 69 tools/perf/util/annotate.c static regex_t file_lineno; file_lineno 1510 tools/perf/util/annotate.c if (regexec(&file_lineno, parsed_line, 2, match, 0) == 0) { file_lineno 1573 tools/perf/util/annotate.c regcomp(&file_lineno, "^/[^:]+:([0-9]+)", REG_EXTENDED);