Searched refs:event_mcu_time (Results 1 – 1 of 1) sorted by relevance
1084 uint64_t event_mcu_time = mPendingEvents[id].timestamp; in readEvents() local1087 if (event_mcu_time < last_mcu_timestamp[id]) { in readEvents()1090 event_mcu_time, last_mcu_timestamp[id]); in readEvents()1099 event_cpu_time = event_mcu_time + time_offset; in readEvents()1101 int64_t event_mcu_diff = (event_mcu_time - last_mcu_timestamp[id]); in readEvents()1106 int64_t event_mcu_diff = (event_mcu_time - last_mcu_timestamp[id]); in readEvents()1124 event_mcu_time / NS_PER_MS, in readEvents()1129 last_mcu_timestamp[id] = event_mcu_time; in readEvents()