Home
last modified time | relevance | path

Searched defs:DumpData (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dperf_event_record.cpp337 void PerfRecordSample::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordSample
456 void PerfRecordMmap::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordMmap
536 void PerfRecordMmap2::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordMmap2
575 void PerfRecordLost::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordLost
615 void PerfRecordComm::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordComm
647 void PerfRecordExit::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordExit
675 void PerfRecordThrottle::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordThrottle
702 void PerfRecordUnthrottle::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle
730 void PerfRecordFork::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordFork
758 void PerfRecordRead::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordRead
[all …]
/developtools/hiperf/include/
Dperf_event_record.h389 void DumpData([[maybe_unused]] int indent) const override {}; in DumpData() function