Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc100 bool RecordCursor::ReadTimestamp(uint64_t ticks_per_second, int64_t* ts_out) { in ReadTimestamp() function in perfetto::trace_processor::fuchsia_trace_utils::RecordCursor
Dfuchsia_trace_utils.h204 bool ReadTimestamp(uint64_t ticks_per_second, int64_t* ts_out);
Dfuchsia_trace_parser.cc107 if (!cursor.ReadTimestamp(record->get_ticks_per_second(), &ts)) { in ParseTracePacket()
352 if (!cursor.ReadTimestamp(record->get_ticks_per_second(), &end_ts)) { in ParseTracePacket()
Dfuchsia_trace_tokenizer.cc470 if (!cursor.ReadTimestamp(current_provider_->ticks_per_second, &ts)) { in ParseRecord()