Home
last modified time | relevance | path

Searched refs:JITDebugReader (Results 1 – 9 of 9) sorted by relevance

/system/extras/simpleperf/
DJITDebugReader.cpp253 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 …]
DJITDebugReader.h95 class JITDebugReader {
109 JITDebugReader(const std::string& symfile_prefix, SymFileOption symfile_option,
112 ~JITDebugReader();
Dcmd_record.cpp425 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()
Dreport_utils.cpp194 } else if (!JITDebugReader::IsPathInJITSymFile(entry.dso->Path())) { in ConvertJITFrame()
DOfflineUnwinder.cpp160 if (JITDebugReader::IsPathInJITSymFile(path)) { in CreateMapInfo()
Ddso.cpp395 if (JITDebugReader::IsPathInJITSymFile(path_)) { in IsForJavaMethod()
508 if (JITDebugReader::IsPathInJITSymFile(path_)) { in GetReportPath()
DAndroid.bp252 "JITDebugReader.cpp",
Dread_elf.cpp511 } else if (JITDebugReader::IsPathInJITSymFile(filename)) { in Open()
Dcmd_debug_unwind.cpp321 if (JITDebugReader::IsPathInJITSymFile(old_map->dso->Path())) { in CreateThreadWithUpdatedMaps()