Searched refs:descriptor_timestamp (Results 1 – 2 of 2) sorted by relevance
269 descriptor_timestamp = perfetto::base::GetBootTimeNs().count(); in trace()275 packet->set_timestamp(descriptor_timestamp); in trace()279 descriptor_timestamp = perfetto::base::GetBootTimeNs().count(); in trace()284 packet->set_timestamp(descriptor_timestamp); in trace()297 packet->set_timestamp(descriptor_timestamp); in trace()
64 uint64_t descriptor_timestamp = 0; variable