Home
last modified time | relevance | path

Searched refs:PerfRecordLost (Results 1 - 6 of 6) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
H A Dreport_protobuf_file_test.cpp115 MOCK_METHOD1(ProcessRecord, bool(const PerfRecordLost &)); in HWTEST_F()
119 const PerfRecordLost lost(false, 1, 99); in HWTEST_F()
125 EXPECT_CALL(protobufOutputFileWriter, ProcessRecord(Matcher<const PerfRecordLost &>(_))) in HWTEST_F()
138 const PerfRecordLost lost(false, 1, 99); in HWTEST_F()
H A Dperf_event_record_test.cpp178 PerfRecordLost record((uint8_t *)&data); in HWTEST_F()
/developtools/hiperf/include/
H A Dperf_event_record.h220 class PerfRecordLost : public PerfEventRecord { class
224 explicit PerfRecordLost(uint8_t *p);
230 PerfRecordLost(bool inKernel, u64 id, u64 lost) in PerfRecordLost() function in OHOS::Developtools::HiPerf::PerfRecordLost
H A Dreport_protobuf_file.h66 virtual bool ProcessRecord(const PerfRecordLost &recordLost);
/developtools/hiperf/src/
H A Dreport_protobuf_file.cpp107 ProcessRecord(*static_cast<const PerfRecordLost *>(&record)); in ProcessRecord()
159 bool ReportProtobufFileWriter::ProcessRecord(const PerfRecordLost &recordLost) in ProcessRecord()
H A Dperf_event_record.cpp48 return std::make_unique<PerfRecordLost>(data); in GetPerfEventRecord()
775 PerfRecordLost::PerfRecordLost(uint8_t *p) : PerfEventRecord(p, "lost") in PerfRecordLost() function in OHOS::Developtools::HiPerf::PerfRecordLost
784 HLOGE("PerfRecordLost retren failed !!!"); in PerfRecordLost()
788 bool PerfRecordLost::GetBinary(std::vector<uint8_t> &buf) const in GetBinary()
803 void PerfRecordLost::DumpData(int indent) const in DumpData()

Completed in 6 milliseconds