Searched refs:prevSampleCache_ (Results 1 – 2 of 2) sorted by relevance
234 auto prevIt = prevSampleCache_.find(sample->data_.tid); in RecordCallBack()235 if (prevIt == prevSampleCache_.end()) { in RecordCallBack()237 prevSampleCache_[sample->data_.tid] = std::move(sample); in RecordCallBack()438 for (auto &pair : prevSampleCache_) { in FlushCacheRecord()447 prevSampleCache_.clear(); in FlushCacheRecord()
163 std::map<pid_t, std::unique_ptr<PerfRecordSample>> prevSampleCache_; variable