Searched defs:xen_image (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/daemon/
H A Dopd_kernel.c35 static struct kernel_image xen_image; variable in typeref:struct:kernel_image
65 list_init(&xen_image.list);
69 xen_image.name = "no-xen";
73 xen_image.name = xstrdup(name);
75 sscanf(arg, "%llx,%llx", &xen_image.start, &xen_image.end);
78 xen_image.start, xen_image.end);
80 if (!xen_image.start && !xen_image
[all...]

Completed in 149 milliseconds