Home
last modified time | relevance | path

Searched refs:get_source_from_debuginfod (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/tools/perf/util/
Ddebuginfo.h55 int get_source_from_debuginfod(const char *raw_path, const char *sbuild_id,
58 static inline int get_source_from_debuginfod(const char *raw_path __maybe_unused, in get_source_from_debuginfod() function
Ddebuginfo.c180 int get_source_from_debuginfod(const char *raw_path, in get_source_from_debuginfod() function
Dprobe-finder.c1897 if (!get_source_from_debuginfod(prefixed_raw_path, sbuild_id, new_path)) in find_source_path()