Lines Matching defs:vmlinux
123 struct machine kallsyms, vmlinux;
132 * both vmlinux + .ko files and from /proc/kallsyms split by modules.
135 machine__init(&vmlinux, "", HOST_KERNEL_ID);
137 maps = machine__kernel_maps(&vmlinux);
160 * be compacted against the list of modules found in the "vmlinux"
175 * same value in the vmlinux file we load.
182 * Now repeat step 2, this time for the vmlinux file we'll auto-locate.
184 if (machine__create_kernel_maps(&vmlinux) < 0) {
189 vmlinux_map = machine__kernel_map(&vmlinux);
194 * Locate a vmlinux file in the vmlinux path that has a buildid that
202 if (machine__load_vmlinux_path(&vmlinux) <= 0) {
203 pr_info("Couldn't find a vmlinux that matches the kernel running on this machine, skipping test\n");
212 * Now look at the symbols in the vmlinux DSO and check if we find all of them
299 * the kernel will have the path for the vmlinux file being used,
310 pr_info("WARN: Maps only in vmlinux:\n");
333 pr_info("WARN: Maps in vmlinux with a different name in kallsyms:\n");
364 machine__exit(&vmlinux);
368 DEFINE_SUITE("vmlinux symtab matches kallsyms", vmlinux_matches_kallsyms);