Searched refs:PerfRecordLost (Results 1 – 6 of 6) sorted by relevance
115 MOCK_METHOD1(ProcessRecord, bool(const PerfRecordLost &));119 const PerfRecordLost lost(false, 1, 99);125 EXPECT_CALL(protobufOutputFileWriter, ProcessRecord(Matcher<const PerfRecordLost &>(_)))138 const PerfRecordLost lost(false, 1, 99);
178 PerfRecordLost record((uint8_t *)&data);
202 class PerfRecordLost : public PerfEventRecord {206 explicit PerfRecordLost(uint8_t *p);212 PerfRecordLost(bool inKernel, u64 id, u64 lost) in PerfRecordLost() function
66 virtual bool ProcessRecord(const PerfRecordLost &);
107 ProcessRecord(*static_cast<const PerfRecordLost *>(&record)); in ProcessRecord()159 bool ReportProtobufFileWriter::ProcessRecord(const PerfRecordLost &recordLost) in ProcessRecord()
47 return std::make_unique<PerfRecordLost>(data); in GetPerfEventRecord()645 PerfRecordLost::PerfRecordLost(uint8_t *p) : PerfEventRecord(p, "lost") in PerfRecordLost() function in OHOS::Developtools::HiPerf::PerfRecordLost653 bool PerfRecordLost::GetBinary(std::vector<uint8_t> &buf) const in GetBinary()668 void PerfRecordLost::DumpData(int indent) const in DumpData()