Home
last modified time | relevance | path

Searched refs:DumpLog (Results 1 – 6 of 6) sorted by relevance

/developtools/hiperf/include/
Dperf_event_record.h157 virtual void DumpLog(const std::string &prefix) const;
182 void DumpLog(const std::string &prefix) const override;
198 void DumpLog(const std::string &prefix) const override;
231 void DumpLog(const std::string &prefix) const override;
254 void DumpLog(const std::string &prefix) const override;
/developtools/hiperf/src/
Dreport_protobuf_file.cpp161 recordLost.DumpLog(__FUNCTION__); in ProcessRecord()
168 recordComm.DumpLog(__FUNCTION__); in ProcessRecord()
Dperf_event_record.cpp203 void PerfEventRecord::DumpLog(const std::string &prefix) const in DumpLog() function in OHOS::Developtools::HiPerf::PerfEventRecord
213 void PerfRecordSample::DumpLog(const std::string &prefix) const in DumpLog() function in OHOS::Developtools::HiPerf::PerfRecordSample
557 void PerfRecordMmap::DumpLog(const std::string &prefix) const in DumpLog() function in OHOS::Developtools::HiPerf::PerfRecordMmap
638 void PerfRecordMmap2::DumpLog(const std::string &prefix) const in DumpLog() function in OHOS::Developtools::HiPerf::PerfRecordMmap2
713 void PerfRecordComm::DumpLog(const std::string &prefix) const in DumpLog() function in OHOS::Developtools::HiPerf::PerfRecordComm
Dsubcommand_report.cpp201 sample->DumpLog(__FUNCTION__); in ProcessSample()
Dvirtual_runtime.cpp768 recordComm.DumpLog(__FUNCTION__); in UpdateFromRecord()
/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp378 sample.DumpLog("UnwindFromRecord");