Lines Matching defs:vmlinux
843 * the original ELF section names vmlinux have.
2187 const char *vmlinux, bool vmlinux_allocated)
2194 if (vmlinux[0] == '/')
2195 snprintf(symfs_vmlinux, sizeof(symfs_vmlinux), "%s", vmlinux);
2197 symbol__join_symfs(symfs_vmlinux, vmlinux);
2211 dso__set_long_name(dso, vmlinux, vmlinux_allocated);
2311 * any vmlinux file, try the running kernel kallsyms table.
2350 pr_err("No kallsyms or vmlinux with build-id %s was found\n",
2366 * Step 1: if the user specified a kallsyms or vmlinux filename, use
2371 * vmlinux file, obviously we can't fallback to another vmlinux (a
2390 * Before checking on common vmlinux locations, check if it's
2446 * if the user specified a vmlinux filename, use it and only
2488 "vmlinux",
2489 "/boot/vmlinux"
2493 "/boot/vmlinux-%s",
2494 "/usr/lib/debug/boot/vmlinux-%s",
2495 "/lib/modules/%s/build/vmlinux",
2496 "/usr/lib/debug/lib/modules/%s/vmlinux",
2497 "/usr/lib/debug/boot/vmlinux-%s.debug"