Searched refs:PerfFileSectionU64 (Results 1 – 4 of 4) sorted by relevance
| /developtools/hiperf/src/ |
| D | perf_file_format.cpp | 342 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, const char *buf, size_t size) in PerfFileSectionU64() function in OHOS::Developtools::HiPerf::PerfFileSectionU64 351 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, uint64_t v) : PerfFileSection(id) in PerfFileSectionU64() function in OHOS::Developtools::HiPerf::PerfFileSectionU64 356 bool PerfFileSectionU64::GetBinary(char *buf, size_t size) in GetBinary() 367 size_t PerfFileSectionU64::GetSize() in GetSize() 372 void PerfFileSectionU64::GetValue(uint64_t &v) const in GetValue()
|
| D | perf_file_writer.cpp | 447 featureSections_.emplace_back(std::make_unique<PerfFileSectionU64>(feature, v)); in AddU64Feature()
|
| /developtools/hiperf/include/ |
| D | perf_file_format.h | 233 class PerfFileSectionU64 : public PerfFileSection { 237 PerfFileSectionU64(FEATURE id, const char *buf, size_t size); 238 PerfFileSectionU64(FEATURE id, uint64_t v);
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_file_format_test.cpp | 183 HWTEST_F(PerfFileFormatTest, PerfFileSectionU64, TestSize.Level1) 188 PerfFileSectionU64 pfsu64 = {FEATURE::RESERVED, v}; 192 PerfFileSectionU64 withBuff(FEATURE::RESERVED, buff, sizeof(buff));
|