Searched defs:GetBinary (Results 1 – 6 of 6) sorted by relevance
238 bool PerfRecordAuxtrace::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordAuxtrace305 bool PerfRecordMmap::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordMmap401 bool PerfRecordMmap2::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordMmap2437 bool PerfRecordLost::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordLost475 bool PerfRecordComm::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordComm596 bool PerfRecordSample::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordSample895 bool PerfRecordExit::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordExit915 bool PerfRecordThrottle::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordThrottle935 bool PerfRecordUnthrottle::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle955 bool PerfRecordFork::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() function in OHOS::Developtools::HiPerf::PerfRecordFork[all …]
203 bool PerfFileSectionString::GetBinary(char *buf, const size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionString300 bool PerfFileSectionSymbolsFiles::GetBinary(char *buf, const size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionSymbolsFiles357 bool PerfFileSectionUniStackTable::GetBinary(char *buf, const size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionUniStackTable410 bool PerfFileSectionNrCpus::GetBinary(char *buf, const size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionNrCpus443 bool PerfFileSectionU64::GetBinary(char *buf, size_t size) in GetBinary() function in OHOS::Developtools::HiPerf::PerfFileSectionU64515 bool PerfFileSectionEventDesc::GetBinary(char *buf, const 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
475 bool GetBinary(std::vector<uint8_t>&) const override { return false; }; in GetBinary() function