Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_perfetto.cc186 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in sync_timestamp() local
189 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()
/third_party/mesa3d/src/tool/pps/
Dpps_datasource.cc246 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in add_timestamp() local
253 clock->set_timestamp(cpu_ts); in add_timestamp()
340 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in trace() local
341 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()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_perfetto.cc256 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in sync_timestamp() local
259 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()
/third_party/mesa3d/src/intel/ds/
Dintel_driver_ds.cc158 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in sync_timestamp() local
162 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()