Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsrccode.h18 char *find_sourceline(char *fn, unsigned line, int *lenp);
H A Dsrccode.c156 char *find_sourceline(char *fn, unsigned line, int *lenp) in find_sourceline() function
/linux/tools/perf/
H A Dbuiltin-script.c1187 srccode = find_sourceline(srcfile, line, &len); in map__fprintf_srccode()