/xen-4.10.0-shim-comet/ |
A D | .travis.yml | 14 env: XEN_TARGET_ARCH=x86_64 debug=n 16 env: XEN_TARGET_ARCH=x86_64 XEN_CONFIG_EXPERT=y RANDCONFIG=y debug=n 18 env: XEN_TARGET_ARCH=x86_64 debug=n 20 env: XEN_TARGET_ARCH=x86_64 debug=y 22 env: XEN_TARGET_ARCH=x86_64 debug=y 24 env: XEN_TARGET_ARCH=x86_64 clang=y debug=n 26 env: XEN_TARGET_ARCH=x86_64 clang=y debug=y 28 env: XEN_TARGET_ARCH=arm32 CROSS_COMPILE=arm-linux-gnueabihf- debug=n 32 env: XEN_TARGET_ARCH=arm32 CROSS_COMPILE=arm-linux-gnueabihf- debug=y 34 env: XEN_TARGET_ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- debug=n [all …]
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | Makefile | 56 $(MK_DSDT) --debug=$(debug) --dm-version qemu-xen >> $@.$(TMP_SUFFIX) 64 $(MK_DSDT) --debug=$(debug) --maxcpu $* >> $@.$(TMP_SUFFIX) 70 $(MK_DSDT) --debug=$(debug) --maxcpu any --dm-version none >> $@ 74 $(MK_DSDT) --debug=$(debug) >> $@.$(TMP_SUFFIX)
|
A D | mk_dsdt.c | 28 static bool debug = false; variable 166 debug = true; in main() 419 if (debug) in main() 428 if (debug) in main() 502 if (debug) in main()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | ChangeLog | 11 - 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 D | Makefile | 17 bios: biossums vgabios.bin vgabios.debug.bin 20 cirrus-bios: vgabios-cirrus.bin vgabios-cirrus.debug.bin
|
/xen-4.10.0-shim-comet/docs/ |
A D | xen-headers | 43 our $debug=0; 53 "D+" => \$debug, 98 debug(3, $f); 109 sub debug { subroutine 111 return unless $debug >= $msglevel; 126 debug(2,"DEFN $. $type $name $hparams |$text|"); 243 debug(1,"$pass $infile => $outfile"); 273 debug(3,"$. $_"); 378 debug(1,"$pass $File::Find::name excluded");
|
/xen-4.10.0-shim-comet/config/ |
A D | Stubdom.mk.in | 7 # A debug build of stubdom? //FIXME: Someone make this do something 8 debug := @debug@
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | spinlock.c | 16 static void check_lock(struct lock_debug *debug) in check_lock() argument 44 if ( unlikely(debug->irq_safe != irq_safe) ) in check_lock() 46 int seen = cmpxchg(&debug->irq_safe, -1, irq_safe); in check_lock() 57 static void check_barrier(struct lock_debug *debug) in check_barrier() argument 73 BUG_ON(!local_irq_is_enabled() && (debug->irq_safe == 0)); in check_barrier() 143 check_lock(&lock->debug); in _spin_lock_cb() 202 check_lock(&lock->debug); in _spin_is_locked() 218 check_lock(&lock->debug); in _spin_trylock() 246 check_barrier(&lock->debug); in _spin_barrier() 271 check_lock(&lock->debug); in _spin_trylock_recursive()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_migrate.c | 179 static void migrate_domain(uint32_t domid, const char *rune, int debug, in migrate_domain() argument 206 if (debug) in migrate_domain() 318 static void migrate_receive(int debug, int daemonize, int monitor, in migrate_receive() argument 342 dom_info.debug = debug; in migrate_receive() 480 int debug = 0, daemonize = 1, monitor = 1, pause_after_migration = 0; in main_migrate_receive() local 502 debug = 1; in main_migrate_receive() 525 migrate_receive(debug, daemonize, monitor, pause_after_migration, in main_migrate_receive() 539 int opt, daemonize = 1, monitor = 1, debug = 0, pause_after_migration = 0; in main_migrate() local 564 debug = 1; in main_migrate() 595 debug ? " -d" : "", in main_migrate() [all …]
|
A D | xl_saverestore.c | 167 int paused = 0, debug = 0, daemonize = 1, monitor = 1, in main_restore() local 184 debug = 1; in main_restore() 212 dom_info.debug = debug; in main_restore()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | qconf.cc | 1074 QString debug; in debug_info() local 1076 debug += "type: "; in debug_info() 1080 debug += "<br>"; in debug_info() 1084 debug += "<br>"; in debug_info() 1099 debug += ": "; in debug_info() 1101 debug += "<br>"; in debug_info() 1107 debug += "<br>"; in debug_info() 1113 debug += "<br>"; in debug_info() 1118 debug += "<br>"; in debug_info() 1121 debug += "<br>"; in debug_info() [all …]
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_save_msgs_gen.pl | 7 our $debug = 0; # produce copious debugging output at run-time? 228 <<END_ALWAYS.($debug ? <<END_DEBUG : '').<<END_ALWAYS); 269 <<END_ALWAYS.($debug ? <<END_DEBUG : '').<<END_ALWAYS); 354 (<<END_ALWAYS.($debug ? <<END_DEBUG : '').<<END_ALWAYS));
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | connections.ml | 18 let debug fmt = Logging.debug "connections" fmt function 76 debug "del anonymous %s" (Printexc.to_string exn) 91 debug "del domain %u: %s" id (Printexc.to_string exn) 188 let debug cons = function 189 let anonymous = Hashtbl.fold (fun _ con accu -> Connection.debug con :: accu) cons.anonymous [] in 190 let domains = Hashtbl.fold (fun _ con accu -> Connection.debug con :: accu) cons.domains [] in
|
A D | domains.ml | 17 let debug fmt = Logging.debug "domains" fmt function 97 debug "Domain %u died (dying=%b, shutdown %b -- code %d)" 105 debug "Domain %u died -- no domain info" id; 155 debug "decr_conflict_credit dom%d %F -> %F" (Domain.get_id dom) before after; 186 let before = d.Domain.conflict_credit in (* just for debug-logging *) 188 …debug "incr_conflict_credit_from_queue: dom%d: %F -> %F" (Domain.get_id d) before d.Domain.conflic… 210 debug "incr_conflict_credit dom%d: %F -> %F" (Domain.get_id dom) before after;
|
A D | domain.ml | 19 let debug fmt = Logging.debug "domain" fmt function 75 …debug "bound domain %d remote port %d to local port %s" dom.id dom.remote_port (string_of_port dom… 79 debug "domain %d unbound port %s" dom.id (string_of_port dom.port);
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/ |
A D | README | 5 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):
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | xen-hotplug-common.sh.in | 47 "$@" 2>/dev/null || log debug "$@ failed" 87 log debug "Writing $@ to xenstore." 112 log debug "$@" "XENBUS_PATH=$XENBUS_PATH"
|
A D | vif-nat | 165 log debug "${dev} already up" 186 log debug "Successful vif-nat $command for ${dev}."
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | debug-8250.inc | 2 * xen/arch/arm/arm32/debug-8250.inc 4 * 8250 specific debug code
|
A D | debug-exynos4210.inc | 2 * xen/arch/arm/arm32/debug-exynos4210.inc 4 * Exynos 5 specific debug code
|
A D | debug-scif.inc | 2 * xen/arch/arm/arm32/debug-scif.inc 4 * SCIF specific debug code
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | debug-8250.inc | 2 * xen/arch/arm/arm64/debug-8250.inc 4 * 8250 specific debug code
|
A D | debug-cadence.inc | 2 * xen/arch/arm/arm64/debug-cadence.S 4 * Cadence UART specific debug code
|
/xen-4.10.0-shim-comet/xen/ |
A D | Kconfig.debug | 20 If you want to attach gdb to Xen to debug Xen if it crashes 109 bool "Verbose debug messages" 116 bool "Device tree debug messages" 136 This requires a UBSAN capable compiler and it is a debug only feature.
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | config.h | 6 #define debug _debug macro
|