Home
last modified time | relevance | path

Searched refs:GetBinary (Results 1 – 16 of 16) sorted by relevance

/developtools/hiperf/include/
Dperf_event_record.h154 virtual bool GetBinary(std::vector<uint8_t> &buf) const = 0;
180 bool GetBinary(std::vector<uint8_t> &buf) const override;
196 bool GetBinary(std::vector<uint8_t> &buf) const override;
208 bool GetBinary(std::vector<uint8_t> &buf) const override;
229 bool GetBinary(std::vector<uint8_t> &buf) const override;
252 bool GetBinary(std::vector<uint8_t> &buf) const override;
285 bool GetBinary(std::vector<uint8_t> &buf) const override;
295 bool GetBinary(std::vector<uint8_t> &buf) const override;
305 bool GetBinary(std::vector<uint8_t> &buf) const override;
315 bool GetBinary(std::vector<uint8_t> &buf) const override;
[all …]
Dperf_file_format.h133 virtual bool GetBinary(char *buf, size_t size) = 0;
178 bool GetBinary(char *buf, size_t size);
216 bool GetBinary(char *buf, size_t size);
235 bool GetBinary(char *buf, size_t size);
247 bool GetBinary(char *buf, size_t size);
262 bool GetBinary(char *buf, size_t size);
273 bool GetBinary(char *buf, size_t size);
/developtools/hiperf/test/unittest/common/native/
Dperf_event_record_test.cpp77 ASSERT_TRUE(recordIn.GetBinary(buff));
112 ASSERT_TRUE(recordIn.GetBinary(buff));
151 ASSERT_TRUE(recordIn.GetBinary(buff));
186 ASSERT_TRUE(record.GetBinary(buff));
208 ASSERT_TRUE(record.GetBinary(buff));
231 ASSERT_TRUE(record.GetBinary(buff));
254 ASSERT_TRUE(record.GetBinary(buff));
276 ASSERT_TRUE(record.GetBinary(buff));
429 ASSERT_TRUE(record.GetBinary(buff));
564 ASSERT_TRUE(record.GetBinary(buff));
[all …]
Dperf_file_format_test.cpp98 ASSERT_TRUE(withString.GetBinary(buff, sizeof(buff)));
104 ASSERT_TRUE(withBuff.GetBinary(buff, sizeof(buff)));
159 ASSERT_TRUE(withVector.GetBinary(buff, BIGK));
172 ASSERT_TRUE(nrCpus.GetBinary(buff, sizeof(buff)));
190 ASSERT_TRUE(pfsu64.GetBinary(buff, sizeof(buff)));
244 ASSERT_TRUE(pfsEventDesc.GetBinary(buff, sizeof(buff)));
/developtools/profiler/hiebpf/test/unittest/
Delf_symbol_info_test.cpp81 HWTEST_F(ElfSymbolInfoTest, GetBinary, TestSize.Level1)
87 uint32_t size = elfSymbolInfo.GetBinary(elfSymbolTable, buf);
Dmaps_info_test.cpp65 HWTEST_F(MapsInofTest, GetBinary, TestSize.Level1)
77 uint32_t size = mapsInfo.GetBinary(mapsItem, buf);
/developtools/hiperf/src/
Dperf_event_record.cpp360 bool PerfRecordSample::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordSample
536 bool PerfRecordMmap::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordMmap
615 bool PerfRecordMmap2::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordMmap2
653 bool PerfRecordLost::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordLost
693 bool PerfRecordComm::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordComm
726 bool PerfRecordExit::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordExit
754 bool PerfRecordThrottle::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordThrottle
782 bool PerfRecordUnthrottle::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle
809 bool PerfRecordFork::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordFork
837 bool PerfRecordRead::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordRead
[all …]
Dperf_file_format.cpp181 bool PerfFileSectionString::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionString
280 bool PerfFileSectionSymbolsFiles::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionSymbolsFiles
340 bool PerfFileSectionUniStackTable::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionUniStackTable
388 bool PerfFileSectionNrCpus::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionNrCpus
425 bool PerfFileSectionU64::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionU64
506 bool PerfFileSectionEventDesc::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionEventDesc
Dperf_file_writer.cpp135 if (!record.GetBinary(buf)) { in WriteRecord()
387 featureSection->GetBinary(&buf[0], featureSection->header.size); in WriteFeatureData()
Dsubcommand_dump.cpp417 if (!recordSample->GetBinary(buf)) { in ExprotUserData()
/developtools/profiler/hiebpf/src/
Dkernel_symbol_info.cpp38 void KernelSymbolInfo::GetBinary(const std::vector<SymbolItem> &symbolItems, in GetBinary() function in OHOS::Developtools::Hiebpf::KernelSymbolInfo
116 GetBinary(symbolItems, vaddrStart, vaddrEnd, strTabLen, buf); in GetSymbolData()
Dmaps_info.cpp48 uint32_t MapsInfo::GetBinary(const MapsItem &map, std::vector<uint8_t> &buf) in GetBinary() function in OHOS::Developtools::Hiebpf::MapsInfo
Delf_symbol_info.cpp88 uint32_t ElfSymbolInfo::GetBinary(const ElfSymbolTable &symbolTable, std::vector<uint8_t> &buf) in GetBinary() function in OHOS::Developtools::Hiebpf::ElfSymbolInfo
/developtools/profiler/hiebpf/include/
Dkernel_symbol_info.h44 static void GetBinary(const std::vector<SymbolItem> &symbolItems,
Delf_symbol_info.h51 uint32_t GetBinary(const ElfSymbolTable &symbolTable, std::vector<uint8_t> &buf);
Dmaps_info.h57 uint32_t GetBinary(const MapsItem &map, std::vector<uint8_t> &buf);