Home
last modified time | relevance | path

Searched refs:vmlinux_path (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-uboot.bbclass16 vmlinux_path="arch/${ARCH}/boot/compressed/vmlinux"
22 vmlinux_path=""
26 vmlinux_path="vmlinux"
31 vmlinux_path="vmlinux.initramfs"
37 …[ -n "${vmlinux_path}" ] && ${KERNEL_OBJCOPY} -O binary -R .note -R .comment -S "${vmlinux_path}" …
/openbmc/linux/arch/mips/tools/
H A Dloongson3-llsc-check.c237 const char *vmlinux_path; in main() local
250 vmlinux_path = argv[1]; in main()
251 vmlinux_fd = open(vmlinux_path, O_RDONLY); in main()
/openbmc/linux/tools/perf/util/
H A Dsymbol.c49 char **vmlinux_path; variable
1996 err = dso__load_vmlinux(dso, map, vmlinux_path[i], false); in dso__load_vmlinux_path()
2160 if (!symbol_conf.ignore_vmlinux && vmlinux_path != NULL) { in dso__load_kernel_sym()
2238 zfree(&vmlinux_path[vmlinux_path__nr_entries]); in vmlinux_path__exit()
2241 zfree(&vmlinux_path); in vmlinux_path__exit()
2259 vmlinux_path[vmlinux_path__nr_entries] = strdup(new_entry); in vmlinux_path__add()
2260 if (vmlinux_path[vmlinux_path__nr_entries] == NULL) in vmlinux_path__add()
2274 vmlinux_path = malloc(sizeof(char *) * (ARRAY_SIZE(vmlinux_paths) + in vmlinux_path__init()
2276 if (vmlinux_path == NULL) in vmlinux_path__init()
H A Dsymbol.h105 extern char **vmlinux_path;
H A Dmachine.c1119 i + kdso->has_build_id, vmlinux_path[i]); in machine__fprintf_vmlinux_path()