Home
last modified time | relevance | path

Searched refs:DumpData (Results 1 – 14 of 14) sorted by relevance

/developtools/hiperf/include/
Dperf_event_record.h156 virtual void DumpData(int indent) const = 0;
181 void DumpData(int indent) const override;
197 void DumpData(int indent) const override;
209 void DumpData(int indent) const override;
230 void DumpData(int indent) const override;
253 void DumpData(int indent = 0) const override;
286 void DumpData(int indent) const override;
296 void DumpData(int indent) const override;
306 void DumpData(int indent) const override;
316 void DumpData(int indent) const override;
[all …]
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/
Dnative_memory_profiler_sa_client_manager_test.cpp69 EXPECT_EQ(NativeMemoryProfilerSaClientManager::DumpData(0, config), RET_ERR);
106 EXPECT_EQ(NativeMemoryProfilerSaClientManager::DumpData(fd, config), RET_OK);
Dnative_memory_profiler_sa_service_test.cpp73 EXPECT_EQ(service.DumpData(fd, config), RET_OK);
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
Dnative_memory_profiler_sa_client_manager.cpp84 int32_t NativeMemoryProfilerSaClientManager::DumpData(uint32_t fd, in DumpData() function in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaClientManager
96 return proxy.DumpData(fd, config); in DumpData()
Dnative_memory_profiler_sa_stub.cpp84 return DumpData(fd, config); in StubDumpFile()
Dnative_memory_profiler_sa_proxy.cpp47 int32_t NativeMemoryProfilerSaProxy::DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaCo… in DumpData() function in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaProxy
Dnative_memory_profiler_sa_service.cpp99 int32_t NativeMemoryProfilerSaService::DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSa… in DumpData() function in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaService
/developtools/hiperf/src/
Dperf_event_record.cpp200 DumpData(indent + 1); in Dump()
415 void PerfRecordSample::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordSample
550 void PerfRecordMmap::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordMmap
629 void PerfRecordMmap2::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordMmap2
668 void PerfRecordLost::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordLost
708 void PerfRecordComm::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordComm
740 void PerfRecordExit::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordExit
768 void PerfRecordThrottle::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordThrottle
795 void PerfRecordUnthrottle::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle
823 void PerfRecordFork::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordFork
[all …]
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
Di_native_memory_profiler_sa.h34 … virtual int32_t DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaConfig>& config) = 0;
Dnative_memory_profiler_sa_proxy.h35 int32_t DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaConfig>& config) override;
Dnative_memory_profiler_sa_client_manager.h35 static int32_t DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaConfig>& config);
Dnative_memory_profiler_sa_service.h39 int32_t DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaConfig>& config) override;
/developtools/profiler/device/plugins/native_daemon/
Dnative_daemon_client.cpp153 NativeMemoryProfilerSaClientManager::DumpData(fd, config); in main()
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_dump_test.cpp140 HWTEST_F(SubCommandDumpTest, DumpData, TestSize.Level1)