Searched refs:sync_option (Results 1 – 3 of 3) sorted by relevance
110 SyncOption sync_option);
254 SyncOption sync_option) in JITDebugReader() argument255 : symfile_prefix_(symfile_prefix), symfile_option_(symfile_option), sync_option_(sync_option) {} in JITDebugReader()
559 auto sync_option = (clockid_ == "monotonic") ? JITDebugReader::SyncOption::kSyncWithRecords in PrepareRecording() local561 jit_debug_reader_.reset(new JITDebugReader(record_filename_, symfile_option, sync_option)); in PrepareRecording()