Home
last modified time | relevance | path

Searched refs:elf_is_exec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dunwind-libunwind-local.c197 static int elf_is_exec(int fd, const char *name) in elf_is_exec() function
213 pr_debug("unwind: elf_is_exec(%s): %d\n", name, retval); in elf_is_exec()
409 int is_exec = elf_is_exec(fd, map->dso->name); in find_proc_info()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dunwind-libunwind-local.c232 static int elf_is_exec(int fd, const char *name) in elf_is_exec() function
248 pr_debug("unwind: elf_is_exec(%s): %d\n", name, retval); in elf_is_exec()
470 int is_exec = elf_is_exec(fd, dso->name); in find_proc_info()

Completed in 3 milliseconds