Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 58) sorted by relevance

123

/tools/libacpi/
A DMakefile46 $(MK_DSDT) --debug=$(debug) --dm-version qemu-xen >> $@.$(TMP_SUFFIX)
54 $(MK_DSDT) --debug=$(debug) --maxcpu $* >> $@.$(TMP_SUFFIX)
60 $(MK_DSDT) --debug=$(debug) --maxcpu any --dm-version none >> $@
64 $(MK_DSDT) --debug=$(debug) >> $@.$(TMP_SUFFIX)
A Dmk_dsdt.c18 static bool debug = false; variable
130 debug = true; in main()
/tools/firmware/vgabios/
A DChangeLog11 - added debug message for unsupported VBE modes
284 VGABIOS-lgpl-latest.cirrus.debug.bin (1.9),
310 VGABIOS-lgpl-latest.cirrus.debug.bin (1.6),
319 VGABIOS-lgpl-latest.cirrus.debug.bin (1.5),
332 VGABIOS-lgpl-latest.debug.bin (1.53):
669 VGABIOS-lgpl-latest.debug.bin (1.22):
676 VGABIOS-lgpl-latest.debug.bin (1.21):
719 VGABIOS-lgpl-latest.debug.bin (1.18):
747 VGABIOS-lgpl-latest.debug.bin (1.15):
755 VGABIOS-lgpl-latest.debug.bin (1.14):
[all …]
A DMakefile20 bios: biossums vgabios.bin vgabios.debug.bin
23 cirrus-bios: vgabios-cirrus.bin vgabios-cirrus.debug.bin
/tools/hotplug/Linux/
A Dxen-network-common.sh131 log debug "adding $dev to bridge $bridge"
138 log debug "$dev already on bridge $bridge"
152 log debug "removing $dev from bridge $bridge"
159 log debug "$dev not on bridge $bridge"
177 log debug "$bridge MTU is $mtu"
182 log debug "setting $dev MTU to $mtu"
A Dxen-hotplug-common.sh.in47 "$@" 2>/dev/null || log debug "$@ failed"
87 log debug "Writing $@ to xenstore."
112 log debug "$@" "XENBUS_PATH=$XENBUS_PATH"
A Dvif-nat163 log debug "${dev} already up"
184 log debug "Successful vif-nat $command for ${dev}."
A Dvif-route60 log debug "Successful vif-route ${command} for ${dev}."
A Dvif-bridge94 log debug "Successful vif-bridge $command for $dev, bridge $bridge."
A Dcolo-proxy-setup143 log debug "Successful colo-proxy-setup $command for $vifname." \
146 log debug "Successful colo-proxy-setup $command for $vifname." \
/tools/xl/
A Dxl_migrate.c180 const char *rune, int debug, in migrate_domain() argument
207 if (debug) in migrate_domain()
319 static void migrate_receive(int debug, int daemonize, int monitor, in migrate_receive() argument
343 dom_info.debug = debug; in migrate_receive()
481 int debug = 0, daemonize = 1, monitor = 1, pause_after_migration = 0; in main_migrate_receive() local
503 debug = 1; in main_migrate_receive()
526 migrate_receive(debug, daemonize, monitor, pause_after_migration, in main_migrate_receive()
540 int opt, daemonize = 1, monitor = 1, debug = 0, pause_after_migration = 0; in main_migrate() local
569 debug = 1; in main_migrate()
601 debug ? " -d" : "", in main_migrate()
[all …]
A Dxl_saverestore.c172 int paused = 0, debug = 0, daemonize = 1, monitor = 1, in main_restore() local
189 debug = 1; in main_restore()
217 dom_info.debug = debug; in main_restore()
A Dxl_misc.c271 int debug = 0; in main_config_update() local
296 debug = 1; in main_config_update()
346 if (debug || dryrun_only) in main_config_update()
/tools/ocaml/xenstored/
A Ddomains.ml17 let debug fmt = Logging.debug "domains" fmt function
38 debug "Trying to load plugin '%s'\n%!" filepath;
40 debug "Directory listing of '%s'\n%!" plugins_dir ;
41 Array.iter (fun x -> debug "\t%s\n%!" x) list_files;
130 debug "Domain %u died (dying=%b, shutdown %b -- code %d)" id
134 debug "Domain %u died -- no domain info" id;
181 debug "decr_conflict_credit dom%d %F -> %F" (Domain.get_id dom) before after;
212 let before = d.Domain.conflict_credit in (* just for debug-logging *)
214debug "incr_conflict_credit_from_queue: dom%d: %F -> %F" (Domain.get_id d) before d.Domain.conflic…
236 debug "incr_conflict_credit dom%d: %F -> %F" (Domain.get_id dom) before after;
A Ddomain.ml19 let debug fmt = Logging.debug "domain" fmt function
84 debug "domain %d rebind %s => %s"
92 debug "domain %d unbind %s" dom.id (string_of_port_pair dom.ports);
106 debug "domain %d bind %s" id (string_of_port_pair ports);
A Dconnections.ml18 let debug fmt = Logging.debug "connections" fmt function
91 debug "del anonymous %s" (Printexc.to_string exn)
103 debug "del domain %u: %s" id (Printexc.to_string exn)
209 let debug cons =
210 let anonymous = Hashtbl.fold (fun _ con accu -> Connection.debug con :: accu) cons.anonymous [] in
211 let domains = Hashtbl.fold (fun _ con accu -> Connection.debug con :: accu) cons.domains [] in
A Dprocess.ml20 let debug fmt = Logging.debug "process" fmt function
30 (* This controls the do_debug fn in this module, not the debug logging-function. *)
106 let debug = Printf.eprintf var
127 debug "Executing %s" cmd ;
133 debug "Live update validated cmdline %s" cmd;
150 debug "Live update aborted" ;
173 debug "Live update process queued" ;
236 let watches = Connections.debug cons in
259 (Xenbus.Xb.debug con.xb)
494 debug "Blaming domain %s for conflict with domain %s txn %d"
[all …]
A Dxenstored.ml24 let debug fmt = Logging.debug "xenstored" fmt function
44 debug "closing socket connection"
72 0o600 (Paths.xen_run_stored ^ "/db.debug") in
125 ("allow-debug", Config.Set_bool Process.allow_debug);
152 debug "Path: %s" u;
483 debug "new connection through socket";
487 debug "pending port %d" (Xeneventchn.to_int port);
514 debug "Looking up domid %d" (Domain.get_id dom);
535 debug "periodic_ops starting";
567 debug "periodic_ops took %F seconds." elapsed;
/tools/fuzz/cpu-policy/
A Dafl-policy-fuzzer.c15 static bool debug; variable
73 if ( debug ) in check_policy()
112 debug = true; in main()
/tools/libs/light/
A Dlibxl_save_msgs_gen.pl7 our $debug = 0; # produce copious debugging output at run-time?
229 <<END_ALWAYS.($debug ? <<END_DEBUG : '').<<END_ALWAYS);
270 <<END_ALWAYS.($debug ? <<END_DEBUG : '').<<END_ALWAYS);
355 (<<END_ALWAYS.($debug ? <<END_DEBUG : '').<<END_ALWAYS));
A Dlibxl_exec.c25 int debug; in check_open_fds() local
31 debug = strtol(env_debug, (char **) NULL, 10); in check_open_fds()
32 if (debug <= 0) return; in check_open_fds()
65 if (debug < 2) return; in check_open_fds()
/tools/debugger/gdbsx/
A DREADME5 Welcome to gdbsx. gdbsx is a gdbserver program to debug guest kernels and
6 kernel modules. It runs on dom0 running on xen hypervisor and allows debug
26 - Additionally, to debug 32bit loadable kernel modules, please do following:
57 - Must be at least gdb version 6.5-16.x to debug el5 kernels.
70 # Courtesy Zhigang W (http://10.182.120.78/tech/vt/ovm/debug/gdbinit.macros):
/tools/
A DRules.mk28 debug ?= y
29 debug_symbols ?= $(debug)
141 ifeq ($(debug),y)
/tools/firmware/hvmloader/
A DMakefile38 ifeq ($(debug),y)
49 CIRRUSVGA_ROM := ../vgabios/VGABIOS-lgpl-latest.cirrus.debug.bin
/tools/firmware/
A DRules.mk10 ifneq ($(debug),y)

Completed in 72 milliseconds

123