Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/instruments/
H A Dinstruments_xml_tokenizer.cc338 uint64_t clock_sync_timestamp = *current_os_log_metadata_uint64_ref_; in ElementEnd() local
339 if (latest_clock_sync_timestamp_ > clock_sync_timestamp) { in ElementEnd()
344 latest_clock_sync_timestamp_ = clock_sync_timestamp; in ElementEnd()