Lines Matching +full:reset +full:- +full:names
4 * Copyright (c) 2010-2015 Institute for System Programming
8 * See the COPYING file in the top-level directory.
17 #include "replay-internal.h"
18 #include "qemu/main-loop.h"
21 #include "qemu/error-report.h"
38 uint64_t replay_break_icount = -1ULL;
41 /* Pretty print event names */
72 /* Pretty print shutdown event names */
106 CHECKPOINT_EVENT(RESET); in replay_checkpoint_event_name()
129 return replay_async_event_name(event - EVENT_ASYNC); in replay_event_name()
131 return replay_shutdown_event_name(event - EVENT_SHUTDOWN); in replay_event_name()
133 return replay_clock_event_name(event - EVENT_CLOCK); in replay_event_name()
135 return replay_checkpoint_event_name(event - EVENT_CHECKPOINT); in replay_event_name()
146 /* nothing to skip - not all instructions used */ in replay_next_event_is()
160 qemu_system_shutdown_request(data_kind - EVENT_SHUTDOWN); in replay_next_event_is()
181 if (replay_break_icount != -1LL) { in replay_get_instructions()
185 res = replay_break_icount - current; in replay_get_instructions()
368 replay_state.data_kind = -1; in replay_enable()
441 error_reportf_err(replay_blockers->data, "Record/replay: "); in replay_start()
467 * add shutdown event here for the case of Ctrl-C. in replay_finish()