debuglink         611 tools/perf/util/symbol-elf.c int filename__read_debuglink(const char *filename, char *debuglink,
debuglink         651 tools/perf/util/symbol-elf.c 	strncpy(debuglink, data->d_buf, size);
debuglink          78 tools/perf/util/symbol-minimal.c 			     char *debuglink __maybe_unused,
debuglink         160 tools/perf/util/symbol.h int filename__read_debuglink(const char *filename, char *debuglink,
debuglink         327 tools/perf/util/unwind-libunwind-local.c 			char *debuglink = malloc(PATH_MAX);
debuglink         332 tools/perf/util/unwind-libunwind-local.c 				machine->root_dir, debuglink, PATH_MAX);
debuglink         334 tools/perf/util/unwind-libunwind-local.c 				fd = open(debuglink, O_RDONLY);
debuglink         347 tools/perf/util/unwind-libunwind-local.c 							debuglink);
debuglink         350 tools/perf/util/unwind-libunwind-local.c 				dso->symsrc_filename = debuglink;
debuglink         352 tools/perf/util/unwind-libunwind-local.c 				free(debuglink);