Searched refs:JITDebugReader (Results 1 – 9 of 9) sorted by relevance
/system/extras/simpleperf/ |
D | JITDebugReader.cpp | 253 JITDebugReader::JITDebugReader(const std::string& symfile_prefix, SymFileOption symfile_option, in JITDebugReader() function in simpleperf::JITDebugReader 257 JITDebugReader::~JITDebugReader() {} in ~JITDebugReader() 259 bool JITDebugReader::RegisterDebugInfoCallback(IOEventLoop* loop, in RegisterDebugInfoCallback() 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() 365 bool JITDebugReader::ReadProcess(Process& process, std::vector<JITDebugInfo>* debug_info) { in ReadProcess() 386 bool JITDebugReader::ReadDebugInfo(Process& process, Descriptor& new_descriptor, in ReadDebugInfo() [all …]
|
D | JITDebugReader.h | 95 class JITDebugReader { 109 JITDebugReader(const std::string& symfile_prefix, SymFileOption symfile_option, 112 ~JITDebugReader();
|
D | cmd_record.cpp | 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()
|
D | report_utils.cpp | 194 } else if (!JITDebugReader::IsPathInJITSymFile(entry.dso->Path())) { in ConvertJITFrame()
|
D | OfflineUnwinder.cpp | 160 if (JITDebugReader::IsPathInJITSymFile(path)) { in CreateMapInfo()
|
D | dso.cpp | 395 if (JITDebugReader::IsPathInJITSymFile(path_)) { in IsForJavaMethod() 508 if (JITDebugReader::IsPathInJITSymFile(path_)) { in GetReportPath()
|
D | Android.bp | 252 "JITDebugReader.cpp",
|
D | read_elf.cpp | 511 } else if (JITDebugReader::IsPathInJITSymFile(filename)) { in Open()
|
D | cmd_debug_unwind.cpp | 321 if (JITDebugReader::IsPathInJITSymFile(old_map->dso->Path())) { in CreateThreadWithUpdatedMaps()
|