Lines Matching refs:PerfFileSection
22 std::string PerfFileSection::GetFeatureName(FEATURE featureId) in GetFeatureName()
40 void PerfFileSection::Init(const char *buffer, size_t maxSize) in Init()
48 void PerfFileSection::Init(char *buffer, size_t maxSize) in Init()
55 bool PerfFileSection::Write(uint32_t u32) in Write()
61 bool PerfFileSection::Write(uint64_t u64) in Write()
67 bool PerfFileSection::Write(const std::string &str) in Write()
76 bool PerfFileSection::Write(const char *buf, size_t size) in Write()
81 bool PerfFileSection::Write(const char *buf, size_t size, size_t max) in Write()
100 bool PerfFileSection::Read(uint32_t &value) in Read()
106 bool PerfFileSection::Read(uint64_t &value) in Read()
113 bool PerfFileSection::Read(std::string &value) in Read()
135 void PerfFileSection::Skip(size_t size) in Skip()
140 bool PerfFileSection::Read(char *buf, size_t size) in Read()
161 uint32_t PerfFileSection::SizeOf(std::string &string) in SizeOf()
167 : PerfFileSection(id) in PerfFileSectionString()
176 : PerfFileSection(id) in PerfFileSectionString()
273 : PerfFileSection(id) in PerfFileSectionSymbolsFiles()
314 : PerfFileSection(id) in PerfFileSectionUniStackTable()
374 : PerfFileSection(id) in PerfFileSectionNrCpus()
384 : PerfFileSection(id), nrCpusAvailable_(nrCpusAvailable), nrCpusOnline_(nrCpusOnline) in PerfFileSectionNrCpus()
412 : PerfFileSection(id) in PerfFileSectionU64()
420 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, uint64_t v) : PerfFileSection(id) in PerfFileSectionU64()
448 : PerfFileSection(id) in PerfFileSectionEventDesc()
454 : PerfFileSection(id) in PerfFileSectionEventDesc()