Searched refs:GetConstFileSystemSample (Results 1 – 4 of 4) sorted by relevance
108 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0];110 auto type = stream_.traceDataCache_->GetConstFileSystemSample().Types()[0];112 auto startTs = stream_.traceDataCache_->GetConstFileSystemSample().StartTs()[0];114 auto endTs = stream_.traceDataCache_->GetConstFileSystemSample().EndTs()[0];116 auto dur = stream_.traceDataCache_->GetConstFileSystemSample().Durs()[0];119 auto returnValue = stream_.traceDataCache_->GetConstFileSystemSample().ReturnValues()[0];121 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0];123 auto fd = stream_.traceDataCache_->GetConstFileSystemSample().Fds()[0];125 auto fileId = stream_.traceDataCache_->GetConstFileSystemSample().FileIds()[0];127 auto size = stream_.traceDataCache_->GetConstFileSystemSample().Sizes()[0];[all …]
79 const FileSystemSample& GetConstFileSystemSample() const;
219 const FileSystemSample& TraceDataCacheReader::GetConstFileSystemSample() const in GetConstFileSystemSample() function in SysTuning::TraceStreamer::TraceDataCacheReader
154 …: TableBase::Cursor(dataCache, table, static_cast<uint32_t>(dataCache->GetConstFileSystemSample().… in Cursor()155 fileSystemSampleTableObj_(dataCache->GetConstFileSystemSample()) in Cursor()