Searched refs:starttime (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/migration-stress/guestperf/ |
H A D | plot.py | 118 def _get_total_guest_cpu_graph(self, report, starttime): argument 133 xaxis.append(record._timestamp - starttime) 150 def _get_split_guest_cpu_graphs(self, report, starttime): argument 172 threads[record._tid]["xaxis"].append(record._timestamp - starttime) 194 def _get_migration_iters_graph(self, report, starttime): argument 199 xaxis.append(progress._now - starttime) 215 def _get_qemu_cpu_graph(self, report, starttime): argument 247 xaxis.append(record._timestamp - starttime) 265 def _get_vcpu_cpu_graphs(self, report, starttime): argument 303 threads[record._tid]["xaxis"].append(record._timestamp - starttime) [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 164 starttime: str, 346 starttime=start, 359 starttime=start, endtime=end,
|
/qemu/tests/vm/ |
H A D | basevm.py | 439 starttime = datetime.datetime.now() 440 endtime = starttime + datetime.timedelta(seconds=seconds)
|
/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 724 cci->bg.starttime = 0; in cmd_infostat_bg_op_abort() 3419 cci->bg.starttime = now; in cxl_process_cci_message() 3434 total_time = cci->bg.starttime + cci->bg.runtime; in bg_timercb() 3473 100 * (now - cci->bg.starttime) / cci->bg.runtime; in bg_timercb() 3483 cci->bg.starttime = 0; in bg_timercb() 3521 cci->bg.starttime = 0; in cxl_init_cci()
|
/qemu/include/hw/cxl/ |
H A D | cxl_device.h | 180 uint64_t starttime; member
|
/qemu/hw/ppc/ |
H A D | spapr.c | 2222 int64_t starttime = qemu_clock_get_ns(QEMU_CLOCK_REALTIME); in htab_save_first_pass() local 2250 (qemu_clock_get_ns(QEMU_CLOCK_REALTIME) - starttime) > max_ns) { in htab_save_first_pass() 2271 int64_t starttime = qemu_clock_get_ns(QEMU_CLOCK_REALTIME); in htab_save_later_pass() local 2312 if (!final && (qemu_clock_get_ns(QEMU_CLOCK_REALTIME) - starttime) > max_ns) { in htab_save_later_pass()
|
/qemu/target/ppc/ |
H A D | kvm.c | 2724 int64_t starttime = qemu_clock_get_ns(QEMU_CLOCK_REALTIME); in kvmppc_save_htab() local 2755 ((qemu_clock_get_ns(QEMU_CLOCK_REALTIME) - starttime) < max_ns))); in kvmppc_save_htab()
|