Searched refs:cpu_ts (Results 1 – 4 of 4) sorted by relevance
186 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in sync_timestamp() local189 if (cpu_ts < next_clock_sync_ns) in sync_timestamp()233 packet->set_timestamp(cpu_ts); in sync_timestamp()241 clock->set_timestamp(cpu_ts); in sync_timestamp()252 next_clock_sync_ns = cpu_ts + 30000000; in sync_timestamp()
246 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in add_timestamp() local253 clock->set_timestamp(cpu_ts); in add_timestamp()340 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in trace() local341 if ((cpu_ts - last_correlation_timestamp) > CORRELATION_TIMESTAMP_PERIOD) { in trace()344 packet->set_timestamp(cpu_ts); in trace()347 last_correlation_timestamp = cpu_ts; in trace()
256 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in sync_timestamp() local259 if (cpu_ts < next_clock_sync_ns) in sync_timestamp()273 packet->set_timestamp(cpu_ts); in sync_timestamp()281 clock->set_timestamp(cpu_ts); in sync_timestamp()292 next_clock_sync_ns = cpu_ts + 30000000; in sync_timestamp()
158 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in sync_timestamp() local162 if (cpu_ts < device->next_clock_sync_ns) in sync_timestamp()168 device->next_clock_sync_ns = cpu_ts + 1000000000ull; in sync_timestamp()173 packet->set_timestamp(cpu_ts); in sync_timestamp()180 clock->set_timestamp(cpu_ts); in sync_timestamp()