Searched refs:xenimage (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/daemon/
H A Doprofiled.h66 extern char * xenimage;
H A Doprofiled.c72 char * xenimage; variable
92 { "xen-image", 0, POPT_ARG_STRING, &xenimage, 0, "Xen image", "file", },
446 if (!xenimage || !strcmp("", xenimage)) {
453 if (realpath(xenimage, tmp))
454 xenimage = tmp;
H A Dinit.c318 opd_create_xen(xenimage, xen_range);

Completed in 272 milliseconds