Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DJITDebugReader.h110 SyncOption sync_option);
H A DJITDebugReader.cpp254 SyncOption sync_option) in JITDebugReader() argument
255 : symfile_prefix_(symfile_prefix), symfile_option_(symfile_option), sync_option_(sync_option) {} in JITDebugReader()
H A Dcmd_record.cpp559 auto sync_option = (clockid_ == "monotonic") ? JITDebugReader::SyncOption::kSyncWithRecords in PrepareRecording() local
561 jit_debug_reader_.reset(new JITDebugReader(record_filename_, symfile_option, sync_option)); in PrepareRecording()