Searched refs:EVENT_CLOCK (Results 1 – 4 of 4) sorted by relevance
28 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()
60 EVENT_CLOCK, enumerator61 EVENT_CLOCK_LAST = EVENT_CLOCK + REPLAY_CLOCK_COUNT - 1,
132 } 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()
303 - EVENT_CLOCK + clock_id. Group of events for host clock read operations. Followed by: