Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h104 kSyncWithRecords, // Sync debug info with records based on monotonic timestamp. enumerator
114 bool SyncWithRecords() const { return sync_option_ == SyncOption::kSyncWithRecords; } in SyncWithRecords()
DJITDebugReader.cpp317 if (sync_option_ == SyncOption::kSyncWithRecords) { in FlushDebugInfo()
783 if (sync_option_ == SyncOption::kSyncWithRecords) { in AddDebugInfo()
Dcmd_record.cpp559 auto sync_option = (clockid_ == "monotonic") ? JITDebugReader::SyncOption::kSyncWithRecords in PrepareRecording()