/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | oxenstored.conf.in | 59 # xenstored-log-file = @XEN_LOG_DIR@/xenstored.log 60 # xenstored-log-level = null 61 # xenstored-log-nb-files = 10 64 # access-log-file = @XEN_LOG_DIR@/xenstored-access.log 65 # access-log-nb-lines = 13215 66 # acesss-log-nb-chars = 180 67 # access-log-special-ops = false
|
A D | xenstored.ml | 106 ("xenstored-log-file", Config.String Logging.set_xenstored_log_destination); 107 ("xenstored-log-level", Config.String 109 ("xenstored-log-nb-files", Config.Set_int Logging.xenstored_log_nb_files); 110 ("xenstored-log-nb-lines", Config.Set_int Logging.xenstored_log_nb_lines); 111 ("xenstored-log-nb-chars", Config.Set_int Logging.xenstored_log_nb_chars); 112 ("access-log-file", Config.String Logging.set_access_log_destination); 113 ("access-log-nb-files", Config.Set_int Logging.access_log_nb_files); 114 ("access-log-nb-lines", Config.Set_int Logging.access_log_nb_lines); 115 ("access-log-nb-chars", Config.Set_int Logging.access_log_nb_chars); 116 ("access-log-read-ops", Config.Set_bool Logging.access_log_read_ops); [all …]
|
A D | logging.ml | 35 (* The prefix of a log line depends on the log destination *) 133 (* We can defer to syslog for log management *) 137 avoid this cost given that we are not a mobile environment and we log 154 Syslog.log facility level s in 157 let xenstored_log_destination = ref (File (Paths.xen_log_dir ^ "/xenstored.log")) 264 let access_log_destination = ref (File (Paths.xen_log_dir ^ "/xenstored-access.log"))
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | profile.h | 58 FILE *log; member 72 prof->log = fopen(log_name, "w"); in tp_open() 98 if (prof->log) in tp_close() 99 fclose(prof->log); in tp_close() 175 if (prof->log) in __tp_log() 176 fprintf(prof->log, "%s: %s: %llu, %lld\n", func, in __tp_log()
|
A D | Makefile | 61 TAP-OBJS-y += tapdisk-log.o 73 BLK-OBJS-y += block-log.o 92 td-util: td.o tapdisk-utils.o tapdisk-log.o $(PORTABLE-OBJS-y)
|
A D | log.h | 119 DEFINE_RING_TYPES(log, log_request_t, log_response_t);
|
A D | tapdisk-vbd.c | 268 td_image_t *log, *parent; in tapdisk_vbd_add_dirty_log() local 271 log = NULL; in tapdisk_vbd_add_dirty_log() 280 if (!log) in tapdisk_vbd_add_dirty_log() 283 driver = tapdisk_driver_allocate(log->type, in tapdisk_vbd_add_dirty_log() 284 log->name, in tapdisk_vbd_add_dirty_log() 285 log->flags, in tapdisk_vbd_add_dirty_log() 286 log->storage); in tapdisk_vbd_add_dirty_log() 293 log->driver = driver; in tapdisk_vbd_add_dirty_log() 295 err = td_open(log); in tapdisk_vbd_add_dirty_log() 299 list_add(&log->next, &vbd->images); in tapdisk_vbd_add_dirty_log() [all …]
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | xen-hotplug-common.sh.in | 23 exec 2>>@XEN_LOG_DIR@/xen-hotplug.log 33 log err "$@" 47 "$@" 2>/dev/null || log debug "$@ failed" 87 log debug "Writing $@ to xenstore." 112 log debug "$@" "XENBUS_PATH=$XENBUS_PATH"
|
A D | vif-common.sh | 29 log err "Invalid command: $command" 53 log err "unknown interface type $type_if" 171 log err "iptables setup failed. This may affect guest networking."
|
A D | colo-proxy-setup | 12 log err "Invalid command: $command" 29 log err "Invalid mode: $mode" 129 log debug "Successful colo-proxy-setup $command for $vifname." \ 132 log debug "Successful colo-proxy-setup $command for $vifname." \
|
A D | block-common.sh | 26 log err "Invalid command: $command" 38 log err "$@"
|
A D | logging.sh | 17 log() { function
|
A D | vif-nat | 165 log debug "${dev} already up" 186 log debug "Successful vif-nat $command for ${dev}."
|
A D | remus-netbuf-setup | 85 log err "Invalid command: $command" 230 log debug "Successful remus-netbuf-setup $command for $vifname, ifb $REMUS_IFB."
|
A D | vif-route | 50 log debug "Successful vif-route ${command} for ${dev}."
|
A D | vif-bridge | 100 log debug "Successful vif-bridge $command for $dev, bridge $bridge."
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_init.c | 360 BUG_ON(!iommu || ((log != &iommu->event_log) && (log != &iommu->ppr_log))); in iommu_read_log() 362 spin_lock(&log->lock); in iommu_read_log() 376 while ( tail != log->head ) in iommu_read_log() 379 entry = (u32 *)(log->buffer + log->head * entry_size); in iommu_read_log() 382 if ( ++log->head == log->entries ) in iommu_read_log() 383 log->head = 0; in iommu_read_log() 387 iommu_set_rb_pointer(&head, log->head); in iommu_read_log() 392 spin_unlock(&log->lock); in iommu_read_log() 406 BUG_ON(!iommu || ((log != &iommu->event_log) && (log != &iommu->ppr_log))); in iommu_reset_log() 408 run_bit = ( log == &iommu->event_log ) ? in iommu_reset_log() [all …]
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/systemd/ |
A D | xenconsoled.service.in | 15 ExecStart=@sbindir@/xenconsoled -i --log=${XENCONSOLED_TRACE} --log-dir=${XENCONSOLED_LOG_DIR} $XEN…
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | README.source | 10 log.c 11 log.h
|
A D | Makefile | 15 OBJS=vtpmmgr.o vtpm_cmd_handler.o init.o tpmrsa.o tpm.o tpm2.o log.o
|
/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd-xen.c | 59 FILE *log; member 563 fprintf(g->log, "libxc[%s:%i:%i]: ", context ? : "?", level, errnoval); in kdd_xc_log() 564 vfprintf(g->log, format, al); in kdd_xc_log() 565 fprintf(g->log, "\n"); in kdd_xc_log() 566 (void) fflush(g->log); in kdd_xc_log() 571 kdd_guest *kdd_guest_init(char *arg, FILE *log, int verbosity) in kdd_guest_init() argument 581 g->log = log; in kdd_guest_init()
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/ |
A D | README | 45 results/<test_case>/testlog #the test log during testing 47 results/<test_case>/xenlog #Xen log during testing 48 results/<test_case>/gklog #VM guest kernel log during testing
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_core.c | 86 #define log(...) \ macro 1633 log("check_store: ENOMEM"); in check_store_() 1644 log("check_store: ENOMEM"); in check_store_() 1652 log("check_store: '%s' is duplicated!", in check_store_() 1664 log("check_store: ENOMEM"); in check_store_() 1682 log("check_store: ENOMEM"); in check_store_() 1701 log("check_store: ENOMEM"); in check_store_() 1720 log("clean_store: ENOMEM"); in clean_store_() 1759 log("check_store: ENOMEM"); in check_store() 1763 log("Checking store ..."); in check_store() [all …]
|
/xen-4.10.0-shim-comet/ |
A D | .travis.yml | 84 - cat tools/config.log 85 - cat docs/config.log
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | hvm-emulated-unplug.markdown | 6 * Getting log messages out of the drivers and into dom0. 47 Once the drivers have checked the magic number, they can send log 49 (`/var/log/xen/qemu-dm.log` on normal Xen, dom0 syslog on XenServer).
|