Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-finder.c1993 static int get_source_from_debuginfod(const char *raw_path, in get_source_from_debuginfod() argument
1997 const char *p = raw_path; in get_source_from_debuginfod()
2011 raw_path, sbuild_id); in get_source_from_debuginfod()
2019 static inline int get_source_from_debuginfod(const char *raw_path __maybe_unused, in get_source_from_debuginfod()
2032 int find_source_path(const char *raw_path, const char *sbuild_id, in find_source_path() argument
2038 if (!get_source_from_debuginfod(raw_path, sbuild_id, new_path)) in find_source_path()
2043 if (raw_path[0] != '/' && comp_dir) in find_source_path()
2047 if (access(raw_path, R_OK) == 0) { in find_source_path()
2048 *new_path = strdup(raw_path); in find_source_path()
2055 *new_path = malloc((strlen(prefix) + strlen(raw_path) in find_source_path()
[all...]
H A Dprobe-finder.h64 int find_source_path(const char *raw_path, const char *sbuild_id,
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-finder.c2014 static int get_source_from_debuginfod(const char *raw_path, in get_source_from_debuginfod() argument
2018 const char *p = raw_path; in get_source_from_debuginfod()
2032 raw_path, sbuild_id); in get_source_from_debuginfod()
2040 static inline int get_source_from_debuginfod(const char *raw_path __maybe_unused, in get_source_from_debuginfod()
2053 int find_source_path(const char *raw_path, const char *sbuild_id, in find_source_path() argument
2059 if (!get_source_from_debuginfod(raw_path, sbuild_id, new_path)) in find_source_path()
2064 if (raw_path[0] != '/' && comp_dir) in find_source_path()
2068 if (access(raw_path, R_OK) == 0) { in find_source_path()
2069 *new_path = strdup(raw_path); in find_source_path()
2076 *new_path = malloc((strlen(prefix) + strlen(raw_path) in find_source_path()
[all...]
H A Dprobe-finder.h64 int find_source_path(const char *raw_path, const char *sbuild_id,

Completed in 7 milliseconds