Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dunwind-libunwind-local.c411 const char *symfile; in find_proc_info() local
416 symfile = map->dso->symsrc_filename ?: map->dso->name; in find_proc_info()
419 if (dwarf_find_debug_frame(0, &di, ip, base, symfile, in find_proc_info()
H A Ddso.c80 char symfile[PATH_MAX]; in dso__read_binary_type_filename() local
96 ret = filename__read_debuglink(filename, symfile, PATH_MAX); in dso__read_binary_type_filename()
104 debuglink_paths[i], dso_dir, symfile); in dso__read_binary_type_filename()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dunwind-libunwind-local.c473 const char *symfile; in find_proc_info() local
478 symfile = dso->symsrc_filename ?: dso->name; in find_proc_info()
481 if (dwarf_find_debug_frame(0, &di, ip, base, symfile, start, map__end(map))) in find_proc_info()
H A Ddso.c116 char symfile[PATH_MAX]; in dso__read_binary_type_filename() local
132 ret = filename__read_debuglink(filename, symfile, PATH_MAX); in dso__read_binary_type_filename()
140 debuglink_paths[i], dso_dir, symfile); in dso__read_binary_type_filename()

Completed in 6 milliseconds