Home
last modified time | relevance | path

Searched refs:raw_path (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dprobe-finder.c2001 static int get_source_from_debuginfod(const char *raw_path, in get_source_from_debuginfod() argument
2005 const char *p = raw_path; in get_source_from_debuginfod()
2019 raw_path, sbuild_id); in get_source_from_debuginfod()
2027 static inline int get_source_from_debuginfod(const char *raw_path __maybe_unused, in get_source_from_debuginfod()
2040 int find_source_path(const char *raw_path, const char *sbuild_id, in find_source_path() argument
2046 if (!get_source_from_debuginfod(raw_path, sbuild_id, new_path)) in find_source_path()
2051 if (raw_path[0] != '/' && comp_dir) in find_source_path()
2055 if (access(raw_path, R_OK) == 0) { in find_source_path()
2056 *new_path = strdup(raw_path); in find_source_path()
2063 *new_path = malloc((strlen(prefix) + strlen(raw_path) + 2)); in find_source_path()
[all …]
Dprobe-finder.h64 int find_source_path(const char *raw_path, const char *sbuild_id,