Searched refs:xenimage (Results 1 – 3 of 3) sorted by relevance
/external/oprofile/daemon/ |
D | oprofiled.c | 72 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()
|
D | oprofiled.h | 66 extern char * xenimage;
|
D | init.c | 318 opd_create_xen(xenimage, xen_range); in opd_26_init()
|