Lines Matching defs:vmlinux
23 struct machine kallsyms, vmlinux;
24 struct maps *maps = machine__kernel_maps(&vmlinux);
32 * both vmlinux + .ko files and from /proc/kallsyms split by modules.
35 machine__init(&vmlinux, "", HOST_KERNEL_ID);
57 * be compacted against the list of modules found in the "vmlinux"
71 * same value in the vmlinux file we load.
78 * Now repeat step 2, this time for the vmlinux file we'll auto-locate.
80 if (machine__create_kernel_maps(&vmlinux) < 0) {
85 vmlinux_map = machine__kernel_map(&vmlinux);
90 * Locate a vmlinux file in the vmlinux path that has a buildid that
98 if (machine__load_vmlinux_path(&vmlinux) <= 0) {
99 pr_debug("Couldn't find a vmlinux that matches the kernel running on this machine, skipping test\n");
108 * Now look at the symbols in the vmlinux DSO and check if we find all of them
189 * the kernel will have the path for the vmlinux file being used,
200 pr_info("WARN: Maps only in vmlinux:\n");
221 pr_info("WARN: Maps in vmlinux with a different name in kallsyms:\n");
250 machine__exit(&vmlinux);