Home
last modified time | relevance | path

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

/openbmc/qemu/replay/
H A Dreplay-debugging.c139 int64_t *snapshot_icount) in replay_find_nearest_snapshot() argument
148 *snapshot_icount = -1; in replay_find_nearest_snapshot()
171 *snapshot_icount = nearest->icount; in replay_find_nearest_snapshot()
182 int64_t snapshot_icount; in replay_seek() local
189 snapshot = replay_find_nearest_snapshot(icount, &snapshot_icount); in replay_seek()
192 || replay_get_current_icount() < snapshot_icount) { in replay_seek()