Lines Matching defs:buf
98 bool PerfFileSection::Write(const char *buf, size_t size) in Write()
103 bool PerfFileSection::Write(const char *buf, size_t size, size_t max) in Write()
139 char *buf = new(std::nothrow) char[size]; in Read() local
164 bool PerfFileSection::Read(char *buf, size_t size) in Read()
190 PerfFileSectionString::PerfFileSectionString(FEATURE id, const char *buf, size_t size) in PerfFileSectionString()
203 bool PerfFileSectionString::GetBinary(char *buf, size_t size) in GetBinary()
292 PerfFileSectionSymbolsFiles::PerfFileSectionSymbolsFiles(FEATURE id, const char *buf, size_t size) in PerfFileSectionSymbolsFiles()
300 bool PerfFileSectionSymbolsFiles::GetBinary(char *buf, size_t size) in GetBinary()
331 PerfFileSectionUniStackTable::PerfFileSectionUniStackTable(FEATURE id, const char *buf, size_t size) in PerfFileSectionUniStackTable()
358 bool PerfFileSectionUniStackTable::GetBinary(char *buf, size_t size) in GetBinary()
398 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, const char *buf, size_t size) in PerfFileSectionNrCpus()
411 bool PerfFileSectionNrCpus::GetBinary(char *buf, size_t size) in GetBinary()
432 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, const char *buf, size_t size) in PerfFileSectionU64()
444 bool PerfFileSectionU64::GetBinary(char *buf, size_t size) in GetBinary()
470 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size) in PerfFileSectionEventDesc()
516 bool PerfFileSectionEventDesc::GetBinary(char *buf, size_t size) in GetBinary()