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);
198 class PerfRecordLost : public PerfEventRecord {202 explicit PerfRecordLost(uint8_t *p);208 PerfRecordLost(bool inKernel, u64 id, u64 lost) in PerfRecordLost() function
66 virtual bool ProcessRecord(const PerfRecordLost &);
41 return std::make_unique<PerfRecordLost>(data); in GetPerfEventRecord()552 PerfRecordLost::PerfRecordLost(uint8_t *p) : PerfEventRecord(p, "lost") in PerfRecordLost() function in OHOS::Developtools::HiPerf::PerfRecordLost560 bool PerfRecordLost::GetBinary(std::vector<uint8_t> &buf) const in GetBinary()575 void PerfRecordLost::DumpData(int indent) const in DumpData()
107 ProcessRecord(*static_cast<const PerfRecordLost *>(&record)); in ProcessRecord()159 bool ReportProtobufFileWriter::ProcessRecord(const PerfRecordLost &recordLost) in ProcessRecord()