Searched refs:featureId_ (Results 1 – 7 of 7) sorted by relevance
272 if (featureSection.get()->featureId_ == FEATURE::HIPERF_FILES_SYMBOL) { in DumpPrintFileHeader()276 } else if (featureSection.get()->featureId_ == FEATURE::HIPERF_FILES_UNISTACK_TABLE) { in DumpPrintFileHeader()522 PrintIndent(LEVEL1, "feature %d:%s content: \n", featureSection.get()->featureId_, in DumpFeaturePortion()523 PerfFileSection::GetFeatureName(featureSection.get()->featureId_).c_str()); in DumpFeaturePortion()524 if (reader_->IsFeatrureStringSection(featureSection.get()->featureId_)) { in DumpFeaturePortion()529 } else if (featureSection.get()->featureId_ == FEATURE::EVENT_DESC) { in DumpFeaturePortion()533 } else if (featureSection.get()->featureId_ == FEATURE::HIPERF_FILES_SYMBOL) { in DumpFeaturePortion()552 } else if (featureSection.get()->featureId_ == FEATURE::HIPERF_FILES_UNISTACK_TABLE) { in DumpFeaturePortion()562 … PrintIndent(LEVEL2, "not support dump this feature(%d).\n", featureSection.get()->featureId_); in DumpFeaturePortion()
315 return l->featureId_ < r->featureId_; in LeftLessRight()
132 if (featureSection.get()->featureId_ == FEATURE::HIPERF_FILES_SYMBOL) { in ReportGetSymbolFiles()
503 if (recordFileReader_->IsFeatrureStringSection(featureSection->featureId_)) { in OutputStd()508 PerfFileSection::GetFeatureName(featureSection.get()->featureId_).c_str(), in OutputStd()
390 if (it->featureId_ == feature) { in GetFeatureSection()
180 ASSERT_EQ(withBuff.featureId_, FEATURE::NRCPUS);196 ASSERT_EQ(withBuff.featureId_, FEATURE::RESERVED);250 ASSERT_EQ(withBuff.featureId_, FEATURE::EVENT_DESC);
131 const FEATURE featureId_; variable136 explicit PerfFileSection(const FEATURE featureId) : featureId_(featureId) in PerfFileSection()