Home
last modified time | relevance | path

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

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