Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_report.cpp234 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()
/developtools/hiperf/include/
Dsubcommand_report.h163 std::map<pid_t, std::unique_ptr<PerfRecordSample>> prevSampleCache_; variable