Searched refs:debuginfod (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/build/feature/
H A Dtest-libdebuginfod.c2 #include <elfutils/debuginfod.h>
/linux-master/scripts/
H A Ddecode_stacktrace.sh57 debuginfod=
59 # Can we use debuginfod-find?
60 if type debuginfod-find >/dev/null 2>&1 ; then
61 debuginfod=${1-only}
64 if [[ $vmlinux == "" && -z $debuginfod ]] ; then
80 if [[ -n $debuginfod ]] ; then
82 debuginfod-find debuginfo $modbuildid && return
85 # Only using debuginfod so don't try to find vmlinux module path
86 if [[ $debuginfod == "only" ]] ; then
224 vmlinux=$(debuginfod
[all...]
/linux-master/tools/perf/
H A Dbuiltin-version.c66 STATUS(HAVE_DEBUGINFOD_SUPPORT, debuginfod);
H A Dbuiltin-buildid-cache.c358 if (!strcmp(var, "buildid-cache.debuginfod")) {
383 struct perf_debuginfod debuginfod = { }; local
408 OPT_STRING_OPTARG_SET(0, "debuginfod", &debuginfod.urls,
409 &debuginfod.set, "debuginfod urls",
410 "Enable debuginfod data retrieval from DEBUGINFOD_URLS or specified urls",
421 ret = perf_config(perf_buildid_cache_config, &debuginfod);
436 perf_debuginfod_setup(&debuginfod);
H A Dbuiltin-record.c177 struct perf_debuginfod debuginfod; member in struct:record
2977 if (!strcmp(var, "record.debuginfod")) {
2978 rec->debuginfod.urls = strdup(value);
2979 if (!rec->debuginfod.urls)
2981 rec->debuginfod.set = true;
3568 OPT_STRING_OPTARG_SET(0, "debuginfod", &record.debuginfod.urls,
3569 &record.debuginfod.set, "debuginfod urls",
3570 "Enable debuginfod dat
[all...]
/linux-master/tools/perf/util/
H A Ddebuginfo.c23 #include <elfutils/debuginfod.h>
192 pr_debug("Search %s from debuginfod -> %d\n", p, fd);
197 pr_debug("Failed to find %s in debuginfod (%s)\n",
H A Dbuild-id.c35 #include <elfutils/debuginfod.h>
H A Dprobe-event.c48 #include <elfutils/debuginfod.h>
509 pr_debug("Failed to find debuginfo in debuginfod.\n");
513 pr_debug("Load debuginfo from debuginfod (%s)\n", path);

Completed in 319 milliseconds