Searched refs:JITDebugReader (Results 1 – 9 of 9) sorted by relevance
253 JITDebugReader::JITDebugReader(const std::string& symfile_prefix, SymFileOption symfile_option, in JITDebugReader() function in simpleperf::JITDebugReader257 JITDebugReader::~JITDebugReader() {} in ~JITDebugReader()267 bool JITDebugReader::MonitorProcess(pid_t pid) { in MonitorProcess()285 bool JITDebugReader::UpdateRecord(const Record* record) { in UpdateRecord()316 bool JITDebugReader::FlushDebugInfo(uint64_t timestamp) { in FlushDebugInfo()330 bool JITDebugReader::ReadAllProcesses() { in ReadAllProcesses()356 bool JITDebugReader::ReadProcess(pid_t pid) { in ReadProcess()441 bool JITDebugReader::InitializeProcess(Process& process) { in InitializeProcess()482 const JITDebugReader::DescriptorsLocation* JITDebugReader::GetDescriptorsLocation( in GetDescriptorsLocation()656 bool JITDebugReader::ReadJITCodeDebugInfo(Process& process, in ReadJITCodeDebugInfo()[all …]
95 class JITDebugReader {109 JITDebugReader(const std::string& symfile_prefix, SymFileOption symfile_option,112 ~JITDebugReader();
425 std::unique_ptr<JITDebugReader> jit_debug_reader_;557 ? JITDebugReader::SymFileOption::kKeepSymFiles in PrepareRecording()558 : JITDebugReader::SymFileOption::kDropSymFiles; in PrepareRecording()559 auto sync_option = (clockid_ == "monotonic") ? JITDebugReader::SyncOption::kSyncWithRecords in PrepareRecording()560 : JITDebugReader::SyncOption::kNoSync; in PrepareRecording()561 jit_debug_reader_.reset(new JITDebugReader(record_filename_, symfile_option, sync_option)); in PrepareRecording()
194 } else if (!JITDebugReader::IsPathInJITSymFile(entry.dso->Path())) { in ConvertJITFrame()
160 if (JITDebugReader::IsPathInJITSymFile(path)) { in CreateMapInfo()
395 if (JITDebugReader::IsPathInJITSymFile(path_)) { in IsForJavaMethod()508 if (JITDebugReader::IsPathInJITSymFile(path_)) { in GetReportPath()
252 "JITDebugReader.cpp",
511 } else if (JITDebugReader::IsPathInJITSymFile(filename)) { in Open()
321 if (JITDebugReader::IsPathInJITSymFile(old_map->dso->Path())) { in CreateThreadWithUpdatedMaps()