Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddwarf-aux.h28 const char *cu_find_realpath(Dwarf_Die *cu_die, const char *fname);
Dprobe-finder.c1123 pf->fname = cu_find_realpath(&pf->cu_die, pp->file); in debuginfo__find_probe_location()
1793 lf.fname = cu_find_realpath(&lf.cu_die, lr->file); in debuginfo__find_line_range()
Ddwarf-aux.c35 const char *cu_find_realpath(Dwarf_Die *cu_die, const char *fname) in cu_find_realpath() function