Home
last modified time | relevance | path

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

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