Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Ddwarf-aux.h17 const char *cu_find_realpath(Dwarf_Die *cu_die, const char *fname);
Dprobe-finder.c1094 pf->fname = cu_find_realpath(&pf->cu_die, pp->file); in debuginfo__find_probe_location()
1823 lf.fname = cu_find_realpath(&lf.cu_die, lr->file); in debuginfo__find_line_range()
Ddwarf-aux.c23 const char *cu_find_realpath(Dwarf_Die *cu_die, const char *fname) in cu_find_realpath() function