• Home
  • Raw
  • Download

Lines Matching refs:PerfFileWriter

26 PerfFileWriter::~PerfFileWriter()  in ~PerfFileWriter()
38 bool PerfFileWriter::Open(const std::string &fileName, bool compressData) in Open()
74 bool PerfFileWriter::Close() in Close()
119 bool PerfFileWriter::WriteRecord(const PerfEventRecord &record) in WriteRecord()
149 bool PerfFileWriter::ReadDataSection(ProcessRecordCB &callback) in ReadDataSection()
162 bool PerfFileWriter::ReadRecords(ProcessRecordCB &callback) in ReadRecords()
202 bool PerfFileWriter::Read(void *buf, size_t len) in Read()
215 uint64_t PerfFileWriter::GetDataSize() const in GetDataSize()
220 uint PerfFileWriter::GetRecordCount() const in GetRecordCount()
225 bool PerfFileWriter::GetFilePos(uint64_t &pos) const in GetFilePos()
236 bool PerfFileWriter::Write(const void *buf, size_t len) in Write()
251 bool PerfFileWriter::WriteAttrAndId(const std::vector<AttrWithId> &attrIds) in WriteAttrAndId()
318 bool PerfFileWriter::WriteHeader() in WriteHeader()
339 bool PerfFileWriter::WriteFeatureData() in WriteFeatureData()
400 bool PerfFileWriter::AddNrCpusFeature(FEATURE feature, uint32_t nrCpusAvailable, in AddNrCpusFeature()
414 bool PerfFileWriter::AddEventDescFeature(FEATURE feature, in AddEventDescFeature()
426 bool PerfFileWriter::AddStringFeature(FEATURE feature, std::string string) in AddStringFeature()
437 bool PerfFileWriter::AddBoolFeature(FEATURE feature) in AddBoolFeature()
443 bool PerfFileWriter::AddU64Feature(FEATURE feature, uint64_t v) in AddU64Feature()
454 bool PerfFileWriter::AddSymbolsFeature( in AddSymbolsFeature()