OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xenimage
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/daemon/
oprofiled.h
66
extern char *
xenimage
;
oprofiled.c
72
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;
init.c
318
opd_create_xen(
xenimage
, xen_range);
/external/oprofile/utils/
opcontrol
329
XENIMAGE
="none"
440
echo "
XENIMAGE
=$
XENIMAGE
" >> $SETUP_FILE
482
if test -f "$
XENIMAGE
"; then
486
if test "$
XENIMAGE
" = "none"; then
490
echo "The specified
XenImage
file \"$
XENIMAGE
\" does not exist." >&2
503
FILE_IMAGE="$
XENIMAGE
"
853
XENIMAGE
=$val
965
vecho "
XENIMAGE
$XENIMAGE
[
all
...]
/external/oprofile/
ChangeLog-2006
243
(do_load_setup): Print KERNEL_RANGE,
XENIMAGE
and XEN_RANGE values in
Completed in 866 milliseconds