Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dsrccode.h18 char *find_sourceline(char *fn, unsigned line, int *lenp);
Dsrccode.c164 char *find_sourceline(char *fn, unsigned line, int *lenp) in find_sourceline() function
Dmap.c478 srccode = find_sourceline(srcfile, line, &len); in map__fprintf_srccode()