Home
last modified time | relevance | path

Searched refs:replay_mode (Results 1 – 25 of 33) sorted by relevance

12

/qemu/replay/
H A Dreplay.c29 ReplayMode replay_mode = REPLAY_MODE_NONE; variable
194 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 …]
H A Dreplay-debugging.c36 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 …]
H A Dreplay-snapshot.c33 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()
H A Dreplay-audio.c20 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()
H A Dreplay-internal.c218 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()
H A Dreplay-input.c140 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()
H A Dreplay-events.c69 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()
H A Dreplay-char.c43 if (replay_mode == REPLAY_MODE_NONE) { in replay_register_char_driver()
/qemu/include/system/
H A Dreplay.h82 (replay_mode == REPLAY_MODE_PLAY \
84 : replay_mode == REPLAY_MODE_RECORD \
89 (replay_mode == REPLAY_MODE_PLAY \
91 : replay_mode == REPLAY_MODE_RECORD \
/qemu/util/
H A Dguest-random.c49 if (replay_mode == REPLAY_MODE_PLAY) { in qemu_guest_getrandom()
59 if (replay_mode == REPLAY_MODE_RECORD) { in qemu_guest_getrandom()
H A Dqemu-timer.c546 if (replay_mode != REPLAY_MODE_NONE in timerlist_run_timers()
/qemu/stubs/
H A Dreplay-mode.c4 ReplayMode replay_mode; variable
/qemu/chardev/
H A Dchar-fe.c65 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()
H A Dchar.c167 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()
/qemu/include/exec/
H A Dreplay-core.h16 extern ReplayMode replay_mode;
/qemu/net/
H A Dfilter-replay.c39 switch (replay_mode) { in filter_replay_receive_iov()
/qemu/accel/tcg/
H A Dtcg-accel-ops-icount.c41 if (replay_mode != REPLAY_MODE_PLAY) { in icount_get_limit()
H A Dtcg-all.c230 if (replay_mode != REPLAY_MODE_NONE) { in tcg_gdbstub_supported_sstep_flags()
H A Dicount-common.c308 if (replay_mode != REPLAY_MODE_PLAY) { in icount_start_warp_timer()
H A Dcpu-exec.c796 if (replay_mode == REPLAY_MODE_PLAY && !replay_has_interrupt()) { in cpu_handle_interrupt()
/qemu/system/
H A Drunstate.c209 assert(replay_mode != REPLAY_MODE_NONE); in runstate_replay_enable()
211 if (replay_mode == REPLAY_MODE_PLAY) { in runstate_replay_enable()
/qemu/gdbstub/
H A Dsystem.c487 return replay_mode == REPLAY_MODE_PLAY; in gdb_can_reverse()
/qemu/target/ppc/
H A Dmachine.c633 return (replay_mode != REPLAY_MODE_NONE); in reservation_needed()
/qemu/hw/virtio/
H A Dvirtio-mmio.c771 if (replay_mode != REPLAY_MODE_NONE) { in virtio_mmio_realizefn()
/qemu/hw/rtc/
H A Dmc146818rtc.c786 if (replay_mode == REPLAY_MODE_NONE) { in rtc_post_load()

12