Searched refs:keep_symfiles (Results 1 – 2 of 2) sorted by relevance
87 JITDebugReader(bool keep_symfiles, bool sync_with_records) in JITDebugReader() argument88 : keep_symfiles_(keep_symfiles), sync_with_records_(sync_with_records) {} in JITDebugReader()
477 bool keep_symfiles = dwarf_callchain_sampling_ && !unwind_dwarf_callchain_; in PrepareRecording() local479 jit_debug_reader_.reset(new JITDebugReader(keep_symfiles, sync_with_records)); in PrepareRecording()