Lines Matching defs:buf
98 bool PerfFileSection::Write(const char *buf, const size_t size) in Write()
103 bool PerfFileSection::Write(const char *buf, const size_t size, const size_t max) in Write()
139 char *buf = new(std::nothrow) char[size]; in Read() local
164 bool PerfFileSection::Read(char *buf, const size_t size) in Read()
190 PerfFileSectionString::PerfFileSectionString(const FEATURE id, const char *buf, size_t size) in PerfFileSectionString()
203 bool PerfFileSectionString::GetBinary(char *buf, const size_t size) in GetBinary()
292 PerfFileSectionSymbolsFiles::PerfFileSectionSymbolsFiles(const FEATURE id, const char *buf, const s… in PerfFileSectionSymbolsFiles()
300 bool PerfFileSectionSymbolsFiles::GetBinary(char *buf, const size_t size) in GetBinary()
331 PerfFileSectionUniStackTable::PerfFileSectionUniStackTable(const FEATURE id, const char *buf, const… in PerfFileSectionUniStackTable()
357 bool PerfFileSectionUniStackTable::GetBinary(char *buf, const size_t size) in GetBinary()
397 PerfFileSectionNrCpus::PerfFileSectionNrCpus(const FEATURE id, const char *buf, const size_t size) in PerfFileSectionNrCpus()
410 bool PerfFileSectionNrCpus::GetBinary(char *buf, const size_t size) in GetBinary()
431 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, const char *buf, const size_t size) in PerfFileSectionU64()
443 bool PerfFileSectionU64::GetBinary(char *buf, size_t size) in GetBinary()
469 PerfFileSectionEventDesc::PerfFileSectionEventDesc(const FEATURE id, const char *buf, const size_t … in PerfFileSectionEventDesc()
515 bool PerfFileSectionEventDesc::GetBinary(char *buf, const size_t size) in GetBinary()