Searched refs:ReadTimestamp (Results 1 – 4 of 4) sorted by relevance
100 bool RecordCursor::ReadTimestamp(uint64_t ticks_per_second, int64_t* ts_out) { in ReadTimestamp() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
204 bool ReadTimestamp(uint64_t ticks_per_second, int64_t* ts_out);
107 if (!cursor.ReadTimestamp(record->get_ticks_per_second(), &ts)) { in ParseTracePacket()352 if (!cursor.ReadTimestamp(record->get_ticks_per_second(), &end_ts)) { in ParseTracePacket()
470 if (!cursor.ReadTimestamp(current_provider_->ticks_per_second, &ts)) { in ParseRecord()