Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_kernel.c33 static struct kernel_image vmlinux_image; variable
40 list_init(&vmlinux_image.list); in opd_create_vmlinux()
44 vmlinux_image.name = "no-vmlinux"; in opd_create_vmlinux()
48 vmlinux_image.name = xstrdup(name); in opd_create_vmlinux()
50 sscanf(arg, "%llx,%llx", &vmlinux_image.start, &vmlinux_image.end); in opd_create_vmlinux()
53 vmlinux_image.start, vmlinux_image.end); in opd_create_vmlinux()
55 if (!vmlinux_image.start && !vmlinux_image.end) { in opd_create_vmlinux()
57 vmlinux_image.start, vmlinux_image.end); in opd_create_vmlinux()
211 struct kernel_image * image = &vmlinux_image; in find_kernel_image()