Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp164 auto& loc = debug_unwind_files_[file.path]; in ProcessFile()
206 std::unordered_map<std::string, DebugUnwindFileLocation> debug_unwind_files_; member in simpleperf::__anon7f0d915e0111::RecordFileProcessor
289 if (auto it = debug_unwind_files_.find(filename); it != debug_unwind_files_.end()) { in UpdateMmapRecordForEmbeddedFiles()
436 for (const auto& file_p : debug_unwind_files_) { in WriteFeatureSections()