Home
last modified time | relevance | path

Searched refs:find_sourceline (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/perf/util/
Dsrccode.h18 char *find_sourceline(char *fn, unsigned line, int *lenp);
Dsrccode.c157 char *find_sourceline(char *fn, unsigned line, int *lenp) in find_sourceline() function
/Linux-v5.10/tools/perf/
Dbuiltin-script.c1047 srccode = find_sourceline(srcfile, line, &len); in map__fprintf_srccode()