Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dperf_event_record.cpp329 void PerfRecordSample::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordSample
448 void PerfRecordMmap::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordMmap
528 void PerfRecordMmap2::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordMmap2
567 void PerfRecordLost::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordLost
607 void PerfRecordComm::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordComm
639 void PerfRecordExit::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordExit
667 void PerfRecordThrottle::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordThrottle
694 void PerfRecordUnthrottle::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle
722 void PerfRecordFork::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordFork
750 void PerfRecordRead::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordRead
[all …]
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dperf_event_record.cpp330 void PerfRecordSample::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordSample
449 void PerfRecordMmap::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordMmap
529 void PerfRecordMmap2::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordMmap2
568 void PerfRecordLost::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordLost
608 void PerfRecordComm::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordComm
640 void PerfRecordExit::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordExit
668 void PerfRecordThrottle::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordThrottle
695 void PerfRecordUnthrottle::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle
723 void PerfRecordFork::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordFork
751 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