Home
last modified time | relevance | path

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

/openbmc/qemu/replay/
H A Dreplay-time.c28 replay_put_event(EVENT_CLOCK + kind); in replay_save_clock()
36 unsigned int read_kind = replay_state.data_kind - EVENT_CLOCK; in replay_read_next_clock()
55 if (replay_next_event_is(EVENT_CLOCK + kind)) { in replay_read_clock()
H A Dreplay-internal.h60 EVENT_CLOCK, enumerator
61 EVENT_CLOCK_LAST = EVENT_CLOCK + REPLAY_CLOCK_COUNT - 1,
H A Dreplay.c132 } else if (event >= EVENT_CLOCK && event <= EVENT_CLOCK_LAST) { in replay_event_name()
133 return replay_clock_event_name(event - EVENT_CLOCK); in replay_event_name()
/openbmc/qemu/docs/devel/
H A Dreplay.rst303 - EVENT_CLOCK + clock_id. Group of events for host clock read operations. Followed by: