Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h110 SyncOption sync_option);
DJITDebugReader.cpp254 SyncOption sync_option) in JITDebugReader() argument
255 : symfile_prefix_(symfile_prefix), symfile_option_(symfile_option), sync_option_(sync_option) {} in JITDebugReader()
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()