Home | History | Annotate | Download | only in util

Lines Matching full:vmlinux

604  * the original ELF section names vmlinux have.
1123 const char *vmlinux, symbol_filter_t filter)
1130 if (vmlinux[0] == '/')
1131 snprintf(symfs_vmlinux, sizeof(symfs_vmlinux), "%s", vmlinux);
1134 symbol_conf.symfs, vmlinux);
1152 dso__set_long_name(dso, (char *)vmlinux);
1198 * Step 1: if the user specified a kallsyms or vmlinux filename, use
1203 * vmlinux file, obviously we can't fallback to another vmlinux (a
1272 pr_err("No kallsyms or vmlinux with build-id %s "
1280 * any vmlinux file, try the running kernel kallsyms table.
1316 * if the user specified a vmlinux filename, use it and only
1367 vmlinux_path[vmlinux_path__nr_entries] = strdup("vmlinux");
1371 vmlinux_path[vmlinux_path__nr_entries] = strdup("/boot/vmlinux");
1383 snprintf(bf, sizeof(bf), "/boot/vmlinux-%s", uts.release);
1388 snprintf(bf, sizeof(bf), "/lib/modules/%s/build/vmlinux", uts.release);
1393 snprintf(bf, sizeof(bf), "/usr/lib/debug/lib/modules/%s/vmlinux",