Searched refs:comp_dir (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dprobe-finder.h48 const char *comp_dir, char **new_path);
H A Dprobe-finder.c848 const char *comp_dir; local
850 comp_dir = cu_get_comp_dir(&pf->cu_die);
855 ret = find_source_path(pf->fname, sbuild_id, comp_dir, &fpath);
1791 const char *comp_dir; local
1842 /* Store comp_dir */
1844 comp_dir = cu_get_comp_dir(&lf.cu_die);
1845 if (comp_dir) {
1846 lr->comp_dir = strdup(comp_dir);
1847 if (!lr->comp_dir)
1862 find_source_path(const char *raw_path, const char *sbuild_id, const char *comp_dir, char **new_path) argument
[all...]
H A Dprobe-event.h116 char *comp_dir; /* Compile directory */ member in struct:line_range
H A Dprobe-event.c1087 ret = find_source_path(tmp, sbuild_id, lr->comp_dir, &lr->path);
1301 zfree(&lr->comp_dir);

Completed in 161 milliseconds