/openbmc/qemu/replay/ |
H A D | replay.c | 29 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 D | replay-debugging.c | 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 …]
|
H A D | replay-snapshot.c | 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()
|
H A D | replay-audio.c | 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()
|
H A D | replay-internal.c | 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()
|
H A D | replay-input.c | 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()
|
H A D | replay-events.c | 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()
|
H A D | replay-char.c | 43 if (replay_mode == REPLAY_MODE_NONE) { in replay_register_char_driver()
|
/openbmc/qemu/include/sysemu/ |
H A D | replay.h | 86 (replay_mode == REPLAY_MODE_PLAY \ 88 : replay_mode == REPLAY_MODE_RECORD \ 93 (replay_mode == REPLAY_MODE_PLAY \ 95 : replay_mode == REPLAY_MODE_RECORD \
|
/openbmc/qemu/util/ |
H A D | guest-random.c | 49 if (replay_mode == REPLAY_MODE_PLAY) { in qemu_guest_getrandom() 59 if (replay_mode == REPLAY_MODE_RECORD) { in qemu_guest_getrandom()
|
H A D | qemu-timer.c | 549 if (replay_mode != REPLAY_MODE_NONE in timerlist_run_timers()
|
/openbmc/qemu/stubs/ |
H A D | replay-mode.c | 4 ReplayMode replay_mode; variable
|
/openbmc/qemu/chardev/ |
H A D | char-fe.c | 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()
|
H A D | char.c | 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()
|
/openbmc/qemu/include/exec/ |
H A D | replay-core.h | 16 extern ReplayMode replay_mode;
|
/openbmc/qemu/net/ |
H A D | filter-replay.c | 39 switch (replay_mode) { in filter_replay_receive_iov()
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops-icount.c | 41 if (replay_mode != REPLAY_MODE_PLAY) { in icount_get_limit()
|
H A D | tcg-all.c | 218 if (replay_mode != REPLAY_MODE_NONE) { in tcg_gdbstub_supported_sstep_flags()
|
H A D | icount-common.c | 306 if (replay_mode != REPLAY_MODE_PLAY) { in icount_start_warp_timer()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_replay.c | 49 if (!aconnector->vsdb_info.replay_mode) in link_supports_replay()
|
H A D | amdgpu_dm.h | 625 bool replay_mode; member
|
/openbmc/qemu/system/ |
H A D | runstate.c | 209 assert(replay_mode != REPLAY_MODE_NONE); in runstate_replay_enable() 211 if (replay_mode == REPLAY_MODE_PLAY) { in runstate_replay_enable()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 148 bool replay_mode; member 297 env.replay_mode = true; in parse_arg() 2070 if (env.comparison_mode && env.replay_mode) { in main() 2078 else if (env.replay_mode) in main()
|
/openbmc/qemu/gdbstub/ |
H A D | system.c | 484 return replay_mode == REPLAY_MODE_PLAY; in gdb_can_reverse()
|
/openbmc/qemu/target/ppc/ |
H A D | machine.c | 633 return (replay_mode != REPLAY_MODE_NONE); in reservation_needed()
|