Searched refs:raw_path (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | debuginfo.c | 188 int get_source_from_debuginfod(const char *raw_path, in get_source_from_debuginfod() argument 192 const char *p = raw_path; in get_source_from_debuginfod() 206 raw_path, sbuild_id); in get_source_from_debuginfod()
|
| H A D | probe-finder.c | 1903 int find_source_path(const char *raw_path, const char *sbuild_id, in find_source_path() argument 1911 path__join(prefixed_raw_path, sizeof(prefixed_raw_path), comp_dir, raw_path); in find_source_path() 1918 if (raw_path[0] != '/' && comp_dir) in find_source_path() 1922 if (access(raw_path, R_OK) == 0) { in find_source_path() 1923 *new_path = strdup(raw_path); in find_source_path() 1930 *new_path = malloc((strlen(prefix) + strlen(raw_path) + 2)); in find_source_path() 1935 sprintf(*new_path, "%s/%s", prefix, raw_path); in find_source_path() 1951 raw_path = strchr(++raw_path, '/'); in find_source_path() 1952 if (!raw_path) { in find_source_path()
|