Home
last modified time | relevance | path

Searched refs:PerfFileSectionU64 (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/src/
Dperf_file_format.cpp411 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, const char *buf, size_t size) in PerfFileSectionU64() function in OHOS::Developtools::HiPerf::PerfFileSectionU64
420 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, uint64_t v) : PerfFileSection(id) in PerfFileSectionU64() function in OHOS::Developtools::HiPerf::PerfFileSectionU64
425 bool PerfFileSectionU64::GetBinary(char *buf, size_t size) in GetBinary()
436 size_t PerfFileSectionU64::GetSize() in GetSize()
441 void PerfFileSectionU64::GetValue(uint64_t &v) const in GetValue()
Dperf_file_writer.cpp448 featureSections_.emplace_back(std::make_unique<PerfFileSectionU64>(feature, v)); in AddU64Feature()
/developtools/hiperf/include/
Dperf_file_format.h240 class PerfFileSectionU64 : public PerfFileSection {
244 PerfFileSectionU64(FEATURE id, const char *buf, size_t size);
245 PerfFileSectionU64(FEATURE id, uint64_t v);
/developtools/hiperf/test/unittest/common/native/
Dperf_file_format_test.cpp183 HWTEST_F(PerfFileFormatTest, PerfFileSectionU64, TestSize.Level1)
188 PerfFileSectionU64 pfsu64 = {FEATURE::RESERVED, v};
192 PerfFileSectionU64 withBuff(FEATURE::RESERVED, buff, sizeof(buff));