Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dperf_event_record.h158 virtual void DumpLog(const std::string &prefix) const;
183 void DumpLog(const std::string &prefix) const override;
199 void DumpLog(const std::string &prefix) const override;
232 void DumpLog(const std::string &prefix) const override;
255 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
558 void PerfRecordMmap::DumpLog(const std::string &prefix) const in DumpLog() function in OHOS::Developtools::HiPerf::PerfRecordMmap
654 void PerfRecordMmap2::DumpLog(const std::string &prefix) const in DumpLog() function in OHOS::Developtools::HiPerf::PerfRecordMmap2
730 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.cpp792 recordComm.DumpLog(__FUNCTION__); in UpdateFromRecord()
/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp378 sample.DumpLog("UnwindFromRecord");