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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-event.h89 char *comp_dir; /* Compile directory */ member in struct:line_range
H A Dprobe-finder.c1405 const char *comp_dir; local
1442 /* Store comp_dir */
1444 comp_dir = cu_get_comp_dir(&lf.cu_die);
1445 if (comp_dir) {
1446 lr->comp_dir = strdup(comp_dir);
1447 if (!lr->comp_dir)
H A Dprobe-event.c207 static int get_real_path(const char *raw_path, const char *comp_dir, argument
213 if (raw_path[0] != '/' && comp_dir)
214 /* If not an absolute path, try to use comp_dir */
215 prefix = comp_dir;
236 /* In case of searching comp_dir, don't retry */
334 ret = get_real_path(tmp, lr->comp_dir, &lr->path);

Completed in 110 milliseconds