Home
last modified time | relevance | path

Searched refs:instruction_count (Results 1 – 4 of 4) sorted by relevance

/qemu/replay/
H A Dreplay.c147 if (replay_state.instruction_count != 0) { in replay_next_event_is()
180 res = replay_state.instruction_count; in replay_get_instructions()
196 if (replay_state.instruction_count > 0) { in replay_account_executed_instructions()
333 replay_state.current_icount, replay_state.instruction_count, in replay_sync_error()
369 replay_state.instruction_count = 0; in replay_enable()
H A Dreplay-internal.c180 replay_state.instruction_count = replay_get_dword(); in replay_fetch_data_kind()
259 replay_state.instruction_count -= diff; in replay_advance_current_icount()
261 if (replay_state.instruction_count == 0) { in replay_advance_current_icount()
H A Dreplay-snapshot.c41 state->instruction_count = 0; in replay_post_load()
57 VMSTATE_INT32(instruction_count, ReplayState),
H A Dreplay-internal.h92 int instruction_count; member