Lines Matching refs:reader_
155 HLOG_ASSERT_MESSAGE(reader_ == nullptr, " perf file reader for %s\n", dumpFileName_.c_str()); in OnSubCommand()
156 reader_ = PerfFileReader::Instance(dumpFileName_); in OnSubCommand()
157 if (reader_ == nullptr) { in OnSubCommand()
218 const perf_file_header &header = reader_->GetHeader(); in PrintHeaderInfo()
256 auto features = reader_->GetFeatures(); in DumpPrintFileHeader()
262 reader_->ReadFeatureSection(); in DumpPrintFileHeader()
264 SetDeviceArch(GetArchTypeFromUname(reader_->GetFeatureString(FEATURE::ARCH))); in DumpPrintFileHeader()
267 for (auto &featureSection : reader_->GetFeatureSections()) { in DumpPrintFileHeader()
355 attrIds_ = reader_->GetAttrSection(); in DumpAttrPortion()
458 reader_->ReadDataSection(record_callback); in DumpDataPortion()
499 auto features = reader_->GetFeatures(); in DumpFeaturePortion()
505 const auto &featureSections = reader_->GetFeatureSections(); in DumpFeaturePortion()
513 if (reader_->IsFeatrureStringSection(featureSection.get()->featureId_)) { in DumpFeaturePortion()