Home
last modified time | relevance | path

Searched refs:PerfFileSectionString (Results 1 – 8 of 8) sorted by relevance

/developtools/hiperf/src/
Dperf_file_format.cpp166 PerfFileSectionString::PerfFileSectionString(FEATURE id, const char *buf, size_t size) in PerfFileSectionString() function in OHOS::Developtools::HiPerf::PerfFileSectionString
175 PerfFileSectionString::PerfFileSectionString(FEATURE id, const std::string &charString) in PerfFileSectionString() function in OHOS::Developtools::HiPerf::PerfFileSectionString
181 bool PerfFileSectionString::GetBinary(char *buf, size_t size) in GetBinary()
192 size_t PerfFileSectionString::GetSize() in GetSize()
197 const std::string PerfFileSectionString::toString() const in toString()
Dperf_file_reader.cpp376 const PerfFileSectionString *sectionString = in GetFeatureString()
377 static_cast<const PerfFileSectionString *>(featureSection); in GetFeatureString()
428 std::make_unique<PerfFileSectionString>(feature, (char *)&buf[0], buf.size())); in ReadFeatureSection()
Dsubcommand_report.cpp328 const PerfFileSectionString *sectionString = in UpdateReportInfo()
329 static_cast<const PerfFileSectionString *>(featureSection); in UpdateReportInfo()
504 const PerfFileSectionString *sectionString = in OutputStd()
505 static_cast<const PerfFileSectionString *>(featureSection.get()); in OutputStd()
Dsubcommand_dump.cpp525 const PerfFileSectionString *sectionString = in DumpFeaturePortion()
526 static_cast<const PerfFileSectionString *>(featureSection.get()); in DumpFeaturePortion()
Dperf_file_writer.cpp431 featureSections_.emplace_back(std::make_unique<PerfFileSectionString>(feature, string)); in AddStringFeature()
/developtools/hiperf/include/
Dperf_file_format.h169 class PerfFileSectionString : public PerfFileSection {
175 PerfFileSectionString(FEATURE id, const char *buf, size_t size);
176 PerfFileSectionString(FEATURE id, const std::string &charString);
/developtools/hiperf/test/unittest/common/native/
Dperf_file_format_test.cpp89 HWTEST_F(PerfFileFormatTest, PerfFileSectionString, TestSize.Level1)
95 PerfFileSectionString withString = {FEATURE::RESERVED, testString};
101 PerfFileSectionString withBuff(FEATURE::RESERVED, buff, sizeof(buff));
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp526 auto sectionString = static_cast<const PerfFileSectionString*>(featureSection); in UpdateReportWorkloadInfo()