Searched refs:symfile_option (Results 1 – 3 of 3) sorted by relevance
109 JITDebugReader(const std::string& symfile_prefix, SymFileOption symfile_option,
253 JITDebugReader::JITDebugReader(const std::string& symfile_prefix, SymFileOption symfile_option, in JITDebugReader() argument255 : symfile_prefix_(symfile_prefix), symfile_option_(symfile_option), sync_option_(sync_option) {} in JITDebugReader()
556 auto symfile_option = (dwarf_callchain_sampling_ && !unwind_dwarf_callchain_) in PrepareRecording() local561 jit_debug_reader_.reset(new JITDebugReader(record_filename_, symfile_option, sync_option)); in PrepareRecording()