Searched refs:debug_unwind_dsos_ (Results 1 – 1 of 1) sorted by relevance
297 debug_unwind_dsos_[data.pgoff] = in UpdateMmapRecordForEmbeddedFiles()329 auto it = debug_unwind_dsos_.find(entry.map->pgoff); in UnwindRecord()330 CHECK(it != debug_unwind_dsos_.end()); in UnwindRecord()354 std::unordered_map<uint64_t, std::pair<Dso*, uint64_t>> debug_unwind_dsos_; member in simpleperf::__anon7f0d915e0111::SampleUnwinder