Lines Matching defs:vmlinux
800 * the original ELF section names vmlinux have.
2039 const char *vmlinux, bool vmlinux_allocated)
2046 if (vmlinux[0] == '/')
2047 snprintf(symfs_vmlinux, sizeof(symfs_vmlinux), "%s", vmlinux);
2049 symbol__join_symfs(symfs_vmlinux, vmlinux);
2067 dso__set_long_name(dso, vmlinux, vmlinux_allocated);
2158 * any vmlinux file, try the running kernel kallsyms table.
2197 pr_err("No kallsyms or vmlinux with build-id %s was found\n",
2211 * Step 1: if the user specified a kallsyms or vmlinux filename, use
2216 * vmlinux file, obviously we can't fallback to another vmlinux (a
2275 * if the user specified a vmlinux filename, use it and only
2317 "vmlinux",
2318 "/boot/vmlinux"
2322 "/boot/vmlinux-%s",
2323 "/usr/lib/debug/boot/vmlinux-%s",
2324 "/lib/modules/%s/build/vmlinux",
2325 "/usr/lib/debug/lib/modules/%s/vmlinux",
2326 "/usr/lib/debug/boot/vmlinux-%s.debug"