Searched defs:GetBinary (Results 1 – 6 of 6) sorted by relevance
237 bool PerfRecordAuxtrace::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordAuxtrace304 bool PerfRecordMmap::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordMmap400 bool PerfRecordMmap2::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordMmap2436 bool PerfRecordLost::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordLost474 bool PerfRecordComm::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordComm595 bool PerfRecordSample::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordSample893 bool PerfRecordExit::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordExit913 bool PerfRecordThrottle::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordThrottle933 bool PerfRecordUnthrottle::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle953 bool PerfRecordFork::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordFork[all …]
203 bool PerfFileSectionString::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionString300 bool PerfFileSectionSymbolsFiles::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionSymbolsFiles358 bool PerfFileSectionUniStackTable::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionUniStackTable411 bool PerfFileSectionNrCpus::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionNrCpus444 bool PerfFileSectionU64::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionU64516 bool PerfFileSectionEventDesc::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionEventDesc
88 uint32_t ElfSymbolInfo::GetBinary(const ElfSymbolTable &symbolTable, std::vector<uint8_t> &buf) in GetBinary() function in OHOS::Developtools::Hiebpf::ElfSymbolInfo
38 void KernelSymbolInfo::GetBinary(const std::vector<SymbolItem> &symbolItems, in GetBinary() function in OHOS::Developtools::Hiebpf::KernelSymbolInfo
48 uint32_t MapsInfo::GetBinary(const MapsItem &map, std::vector<uint8_t> &buf) in GetBinary() function in OHOS::Developtools::Hiebpf::MapsInfo
473 bool GetBinary(std::vector<uint8_t>&) const override { return false; }; in GetBinary() function