Lines Matching full:vmlinux
27 struct machine kallsyms, vmlinux;
36 * both vmlinux + .ko files and from /proc/kallsyms split by modules.
39 machine__init(&vmlinux, "", HOST_KERNEL_ID);
69 * same value in the vmlinux file we load.
84 * Now repeat step 2, this time for the vmlinux file we'll auto-locate.
86 if (machine__create_kernel_maps(&vmlinux) < 0) {
91 vmlinux_map = machine__kernel_map(&vmlinux, type);
97 * Locate a vmlinux file in the vmlinux path that has a buildid that
105 if (machine__load_vmlinux_path(&vmlinux, type,
107 pr_debug("Couldn't find a vmlinux that matches the kernel running on this machine, skipping test\n");
116 * Now look at the symbols in the vmlinux DSO and check if we find all of them
195 pr_info("Maps only in vmlinux:\n");
197 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) {
201 * the kernel will have the path for the vmlinux file being used,
215 pr_info("Maps in vmlinux with a different name in kallsyms:\n");
217 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) {
250 machine__exit(&vmlinux);