Searched refs:processStackMap_ (Results 1 – 2 of 2) sorted by relevance
97 return &processStackMap_; in GetUniStackTable()181 ProcessStackMap processStackMap_; variable
374 auto entry = processStackMap_.find(pid); in DedupFromRecord()376 if (entry != processStackMap_.end()) { in DedupFromRecord()380 processStackMap_[pid] = table; in DedupFromRecord()405 for (const auto &tableEntry : processStackMap_) { in CollectDedupSymbol()507 auto StackTable = processStackMap_.find(recordSample.data_.pid); in RecoverCallStack()508 …CHECK_TRUE(StackTable == processStackMap_.end(), false, 1, "not found %" PRIu32 " pid", recordSamp… in RecoverCallStack()1186 processStackMap_[item.pid] = std::move(stackTable); in ImportUniqueStackNodes()