Home
last modified time | relevance | path

Searched refs:featureId_ (Results 1 – 7 of 7) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_dump.cpp272 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()
Dperf_file_writer.cpp315 return l->featureId_ < r->featureId_; in LeftLessRight()
Dhiperf_libreport.cpp132 if (featureSection.get()->featureId_ == FEATURE::HIPERF_FILES_SYMBOL) { in ReportGetSymbolFiles()
Dsubcommand_report.cpp503 if (recordFileReader_->IsFeatrureStringSection(featureSection->featureId_)) { in OutputStd()
508 PerfFileSection::GetFeatureName(featureSection.get()->featureId_).c_str(), in OutputStd()
Dperf_file_reader.cpp390 if (it->featureId_ == feature) { in GetFeatureSection()
/developtools/hiperf/test/unittest/common/native/
Dperf_file_format_test.cpp180 ASSERT_EQ(withBuff.featureId_, FEATURE::NRCPUS);
196 ASSERT_EQ(withBuff.featureId_, FEATURE::RESERVED);
250 ASSERT_EQ(withBuff.featureId_, FEATURE::EVENT_DESC);
/developtools/hiperf/include/
Dperf_file_format.h131 const FEATURE featureId_; variable
136 explicit PerfFileSection(const FEATURE featureId) : featureId_(featureId) in PerfFileSection()