Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h87 JITDebugReader(bool keep_symfiles, bool sync_with_records) in JITDebugReader() argument
88 : keep_symfiles_(keep_symfiles), sync_with_records_(sync_with_records) {} in JITDebugReader()
Dcmd_record.cpp478 bool sync_with_records = clockid_ == "monotonic"; in PrepareRecording() local
479 jit_debug_reader_.reset(new JITDebugReader(keep_symfiles, sync_with_records)); in PrepareRecording()