HomeSort by relevance Sort by last modified time
    Searched full:xen_range (Results 1 - 5 of 5) sorted by null

  /external/oprofile/daemon/
oprofiled.h 67 extern char * xen_range;
oprofiled.c 73 char * xen_range; variable
91 { "xen-range", 0, POPT_ARG_STRING, &xen_range, 0, "Xen VMA range", "start-end", },
458 if (!xen_range || !strcmp("", xen_range)) {
init.c 318 opd_create_xen(xenimage, xen_range);
  /external/oprofile/
ChangeLog-2006 241 * utils/opcontrol: (do_save_setup): Save KERNEL_RANGE and XEN_RANGE
243 (do_load_setup): Print KERNEL_RANGE, XENIMAGE and XEN_RANGE values in
  /external/oprofile/utils/
opcontrol 441 if test "$XEN_RANGE"; then
442 echo "XEN_RANGE=$XEN_RANGE" >> $SETUP_FILE
500 if test ! -z "$XEN_RANGE"; then
533 XEN_RANGE="`echo $tmp1`,`echo $tmp2`"
534 vecho "XEN_RANGE $XEN_RANGE"
966 vecho "XEN_RANGE $XEN_RANGE"
    [all...]

Completed in 405 milliseconds