/xen/automation/gitlab-ci/ |
A D | build.yaml | 46 debug: n 48 .x86-64-build-debug: 51 debug: y 63 debug: n 65 .x86-32-build-debug: 68 debug: y 130 debug: n 132 .arm64-build-debug: 135 debug: y 174 centos-7-gcc-debug: [all …]
|
A D | test.yaml | 38 - debian-stretch-gcc-debug 60 - debian-unstable-clang-debug 82 - debian-stretch-gcc-debug 104 - debian-unstable-clang-debug
|
/xen/ |
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/xen/common/ |
A D | spinlock.c | 16 static void check_lock(union lock_debug *debug) in check_lock() argument 83 debug->cpu = smp_processor_id(); in got_lock() 90 debug->cpu = SPINLOCK_NO_CPU; in rel_lock() 162 check_lock(&lock->debug); in _spin_lock_cb() 173 got_lock(&lock->debug); in _spin_lock_cb() 203 rel_lock(&lock->debug); in _spin_unlock() 223 check_lock(&lock->debug); in _spin_is_locked() 239 check_lock(&lock->debug); in _spin_trylock() 252 got_lock(&lock->debug); in _spin_trylock() 271 check_barrier(&lock->debug); in _spin_barrier() [all …]
|
/xen/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() 509 if (debug) in main()
|
/xen/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/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");
|
A D | support-matrix-generate | 74 debug () { function 80 debug "select_commitish $commitish" 122 debug "current_version=$current_version" 153 debug "search_version=$search_version" 164 debug "${args[*]}"
|
A D | gen-html-index | 23 our $debug; 26 "D" => \$debug) 80 print "$l: get title: $@" if $@ && $debug;
|
/xen/config/ |
A D | Stubdom.mk.in | 7 # A debug build of stubdom? //FIXME: Someone make this do something 8 debug := @debug@
|
/xen/tools/xl/ |
A D | xl_migrate.c | 180 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() 600 debug ? " -d" : "", in main_migrate() [all …]
|
A D | xl_saverestore.c | 172 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()
|
/xen/xen/ |
A D | Kconfig.debug | 20 If you want to attach gdb to Xen to debug Xen if it crashes 32 bool "Compile Xen with debug info" 86 bool "Verbose debug messages" 93 bool "Device tree debug messages" 113 This requires a UBSAN capable compiler and it is a debug only feature. 120 Debug trace enables to record debug trace messages which are printed 131 source "arch/$(SRCARCH)/Kconfig.debug"
|
/xen/xen/tools/kconfig/ |
A D | qconf.cc | 1129 QString debug; in debug_info() local 1131 debug += "type: "; in debug_info() 1135 debug += "<br>"; in debug_info() 1139 debug += "<br>"; in debug_info() 1153 debug += ": "; in debug_info() 1155 debug += "<br>"; in debug_info() 1161 debug += "<br>"; in debug_info() 1167 debug += "<br>"; in debug_info() 1172 debug += "<br>"; in debug_info() 1175 debug += "<br>"; in debug_info() [all …]
|
/xen/tools/fuzz/cpu-policy/ |
A D | afl-policy-fuzzer.c | 16 static bool debug; variable 64 if ( debug ) in check_cpuid() 125 debug = true; in main()
|
/xen/tools/libxl/ |
A D | libxl_save_msgs_gen.pl | 7 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));
|
/xen/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) 193 let debug cons = function 194 let anonymous = Hashtbl.fold (fun _ con accu -> Connection.debug con :: accu) cons.anonymous [] in 195 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 99 debug "Domain %u died (dying=%b, shutdown %b -- code %d)" 107 debug "Domain %u died -- no domain info" id; 157 debug "decr_conflict_credit dom%d %F -> %F" (Domain.get_id dom) before after; 188 let before = d.Domain.conflict_credit in (* just for debug-logging *) 190 …debug "incr_conflict_credit_from_queue: dom%d: %F -> %F" (Domain.get_id d) before d.Domain.conflic… 212 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 78 …debug "bound domain %d remote port %d to local port %s" dom.id dom.remote_port (string_of_port dom… 82 debug "domain %d unbound port %s" dom.id (string_of_port dom.port);
|
/xen/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/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"
|
/xen/xen/arch/arm/ |
A D | Kconfig.debug | 207 hex "Early printk, physical base address of debug UART" 283 default "debug-8250.inc" if EARLY_UART_8250 284 default "debug-cadence.inc" if EARLY_UART_CADENCE 285 default "debug-exynos4210.inc" if EARLY_UART_EXYNOS4210 286 default "debug-meson.inc" if EARLY_UART_MESON 287 default "debug-mvebu.inc" if EARLY_UART_MVEBU 288 default "debug-pl011.inc" if EARLY_UART_PL011 289 default "debug-scif.inc" if EARLY_UART_SCIF
|
/xen/xen/arch/arm/arm32/ |
A D | debug-8250.inc | 2 * xen/arch/arm/arm32/debug-8250.inc 4 * 8250 specific debug code
|