Home
last modified time | relevance | path

Searched refs:debuglink (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/
Dunwind-libunwind-local.c327 char *debuglink = malloc(PATH_MAX); in read_unwind_spec_debug_frame() local
332 machine->root_dir, debuglink, PATH_MAX); in read_unwind_spec_debug_frame()
334 fd = open(debuglink, O_RDONLY); in read_unwind_spec_debug_frame()
347 debuglink); in read_unwind_spec_debug_frame()
350 dso->symsrc_filename = debuglink; in read_unwind_spec_debug_frame()
352 free(debuglink); in read_unwind_spec_debug_frame()
Dsymbol.h160 int filename__read_debuglink(const char *filename, char *debuglink,
Dsymbol-minimal.c78 char *debuglink __maybe_unused, in filename__read_debuglink()
Dsymbol-elf.c611 int filename__read_debuglink(const char *filename, char *debuglink, in filename__read_debuglink() argument
651 strncpy(debuglink, data->d_buf, size); in filename__read_debuglink()