Searched refs:replay_mode (Results 1 – 25 of 33) sorted by relevance
12
29 ReplayMode replay_mode = REPLAY_MODE_NONE; variable194 if (replay_mode == REPLAY_MODE_PLAY) { in replay_account_executed_instructions()205 if (replay_mode == REPLAY_MODE_RECORD) { in replay_exception()210 } else if (replay_mode == REPLAY_MODE_PLAY) { in replay_exception()225 if (replay_mode == REPLAY_MODE_PLAY) { in replay_has_exception()236 if (replay_mode == REPLAY_MODE_RECORD) { in replay_interrupt()241 } else if (replay_mode == REPLAY_MODE_PLAY) { in replay_interrupt()256 if (replay_mode == REPLAY_MODE_PLAY) { in replay_has_interrupt()266 if (replay_mode == REPLAY_MODE_RECORD) { in replay_shutdown_request()278 if (replay_mode == REPLAY_MODE_PLAY) { in replay_checkpoint()[all …]
36 if (replay_mode == REPLAY_MODE_NONE) { in hmp_info_replay()41 replay_mode == REPLAY_MODE_RECORD ? "Recording" : "Replaying", in hmp_info_replay()50 retval->mode = replay_mode; in qmp_query_replay()60 assert(replay_mode == REPLAY_MODE_PLAY); in replay_break()76 assert(replay_mode == REPLAY_MODE_PLAY); in replay_delete_break()94 if (replay_mode == REPLAY_MODE_PLAY) { in qmp_replay_break()120 if (replay_mode == REPLAY_MODE_PLAY) { in qmp_replay_delete_break()184 if (replay_mode != REPLAY_MODE_PLAY) { in replay_seek()234 assert(replay_mode == REPLAY_MODE_PLAY); in replay_reverse_step()293 assert(replay_mode == REPLAY_MODE_PLAY); in replay_reverse_continue()[all …]
33 if (replay_mode == REPLAY_MODE_PLAY) { in replay_post_load()38 } else if (replay_mode == REPLAY_MODE_RECORD) { in replay_post_load()78 if (replay_mode == REPLAY_MODE_RECORD) { in replay_vmstate_init()85 } else if (replay_mode == REPLAY_MODE_PLAY) { in replay_vmstate_init()97 return replay_mode == REPLAY_MODE_NONE in replay_can_snapshot()
20 if (replay_mode == REPLAY_MODE_RECORD) { in replay_audio_out()25 } else if (replay_mode == REPLAY_MODE_PLAY) { in replay_audio_out()42 if (replay_mode == REPLAY_MODE_RECORD) { in replay_audio_in()54 } else if (replay_mode == REPLAY_MODE_PLAY) { in replay_audio_in()
218 if (replay_mode != REPLAY_MODE_NONE) { in replay_mutex_lock()234 if (replay_mode != REPLAY_MODE_NONE) { in replay_mutex_unlock()251 if (replay_mode == REPLAY_MODE_RECORD) { in replay_advance_current_icount()257 } else if (replay_mode == REPLAY_MODE_PLAY) { in replay_advance_current_icount()282 if (replay_file && replay_mode == REPLAY_MODE_RECORD) { in replay_save_instructions()
140 if (replay_mode == REPLAY_MODE_PLAY) { in replay_input_event()142 } else if (replay_mode == REPLAY_MODE_RECORD) { in replay_input_event()151 if (replay_mode == REPLAY_MODE_PLAY) { in replay_input_sync_event()153 } else if (replay_mode == REPLAY_MODE_RECORD) { in replay_input_sync_event()
69 if (replay_mode != REPLAY_MODE_NONE) { in replay_enable_events()81 if (replay_mode == REPLAY_MODE_NONE) { in replay_flush_events()102 if (!replay_file || replay_mode == REPLAY_MODE_NONE in replay_add_event()166 if (replay_mode != REPLAY_MODE_PLAY) { in replay_save_event()
43 if (replay_mode == REPLAY_MODE_NONE) { in replay_register_char_driver()
82 (replay_mode == REPLAY_MODE_PLAY \84 : replay_mode == REPLAY_MODE_RECORD \89 (replay_mode == REPLAY_MODE_PLAY \91 : replay_mode == REPLAY_MODE_RECORD \
49 if (replay_mode == REPLAY_MODE_PLAY) { in qemu_guest_getrandom()59 if (replay_mode == REPLAY_MODE_RECORD) { in qemu_guest_getrandom()
546 if (replay_mode != REPLAY_MODE_NONE in timerlist_run_timers()
4 ReplayMode replay_mode; variable
65 if (qemu_chr_replay(s) && replay_mode == REPLAY_MODE_PLAY) { in qemu_chr_fe_read_all()83 if (qemu_chr_replay(s) && replay_mode == REPLAY_MODE_RECORD) { in qemu_chr_fe_read_all()92 if (qemu_chr_replay(s) && replay_mode == REPLAY_MODE_RECORD) { in qemu_chr_fe_read_all()
167 if (qemu_chr_replay(s) && replay_mode == REPLAY_MODE_PLAY) { in qemu_chr_write()174 if (replay_mode == REPLAY_MODE_RECORD) { in qemu_chr_write()188 if (qemu_chr_replay(s) && replay_mode == REPLAY_MODE_RECORD) { in qemu_chr_write()221 if (replay_mode == REPLAY_MODE_PLAY) { in qemu_chr_be_write()625 if (replay_mode != REPLAY_MODE_NONE) { in qemu_chardev_set_replay()
16 extern ReplayMode replay_mode;
39 switch (replay_mode) { in filter_replay_receive_iov()
41 if (replay_mode != REPLAY_MODE_PLAY) { in icount_get_limit()
230 if (replay_mode != REPLAY_MODE_NONE) { in tcg_gdbstub_supported_sstep_flags()
308 if (replay_mode != REPLAY_MODE_PLAY) { in icount_start_warp_timer()
796 if (replay_mode == REPLAY_MODE_PLAY && !replay_has_interrupt()) { in cpu_handle_interrupt()
209 assert(replay_mode != REPLAY_MODE_NONE); in runstate_replay_enable()211 if (replay_mode == REPLAY_MODE_PLAY) { in runstate_replay_enable()
487 return replay_mode == REPLAY_MODE_PLAY; in gdb_can_reverse()
633 return (replay_mode != REPLAY_MODE_NONE); in reservation_needed()
771 if (replay_mode != REPLAY_MODE_NONE) { in virtio_mmio_realizefn()
786 if (replay_mode == REPLAY_MODE_NONE) { in rtc_post_load()