Searched refs:GetConstThreadData (Results 1 – 7 of 7) sorted by relevance
52 const Thread& GetConstThreadData(InternalTid internalTid) const;53 const std::deque<Thread>& GetConstThreadData() const;
36 const Thread& TraceDataCacheReader::GetConstThreadData(InternalTid internalTid) const in GetConstThreadData() function in SysTuning::TraceStreamer::TraceDataCacheReader42 const std::deque<Thread>& TraceDataCacheReader::GetConstThreadData() const in GetConstThreadData() function in SysTuning::TraceStreamer::TraceDataCacheReader
340 perfTaskName = GetDataFromDict(GetConstThreadData(threadDataRow).nameIndex_); in ExportPerfSampleToFile()
92 const auto& threadQueue = dataCache_->GetConstThreadData(); in FilterTid()143 const auto& threadQueue = dataCache_->GetConstThreadData(); in FilterIpid()195 const auto& threadQueue = dataCache_->GetConstThreadData(); in FilterSwitchCount()301 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column()
81 auto threadData = traceDataCache_->GetConstThreadData(); in UpdatePidByNameIndex()218 auto threadData = traceDataCache_->GetConstThreadData(); in ProcForegroundData()260 auto threadData = traceDataCache_->GetConstThreadData(); in ParserSoInitalization()
82 const auto destThreadName = traceDataCache_->GetConstThreadData(dstItid).nameIndex_; in SendTraction()111 const auto threadName = traceDataCache_->GetConstThreadData(internalTid).nameIndex_; in ReceiveTraction()
228 auto ipid = traceDataCache_->GetConstThreadData(itid).internalPid_; in ParseAllocEvent()308 auto ipid = traceDataCache_->GetConstThreadData(itid).internalPid_; in ParseFreeEvent()374 auto ipid = traceDataCache_->GetConstThreadData(itid).internalPid_; in ParseMmapEvent()439 auto ipid = traceDataCache_->GetConstThreadData(itid).internalPid_; in ParseMunmapEvent()