Lines Matching defs:vmlinux
857 * the original ELF section names vmlinux have.
1391 * Update addresses of vmlinux map. Re-insert it to ensure maps are
1393 * remaining maps so vmlinux gets split if necessary.
1874 * Always takes ownership of vmlinux when vmlinux_allocated == true, even if
1878 const char *vmlinux, bool vmlinux_allocated)
1885 if (vmlinux[0] == '/')
1886 snprintf(symfs_vmlinux, sizeof(symfs_vmlinux), "%s", vmlinux);
1888 symbol__join_symfs(symfs_vmlinux, vmlinux);
1897 free((char *) vmlinux);
1905 dso__set_long_name(dso, vmlinux, vmlinux_allocated);
2005 * any vmlinux file, try the running kernel kallsyms table.
2049 pr_err("No kallsyms or vmlinux with build-id %s was found\n",
2065 * Step 1: if the user specified a kallsyms or vmlinux filename, use
2070 * vmlinux file, obviously we can't fallback to another vmlinux (a
2089 * Before checking on common vmlinux locations, check if it's
2144 * if the user specified a vmlinux filename, use it and only
2186 "vmlinux",
2187 "/boot/vmlinux"
2191 "/boot/vmlinux-%s",
2192 "/usr/lib/debug/boot/vmlinux-%s",
2193 "/lib/modules/%s/build/vmlinux",
2194 "/usr/lib/debug/lib/modules/%s/vmlinux",
2195 "/usr/lib/debug/boot/vmlinux-%s.debug"