/developtools/hiperf/include/ |
D | perf_event_record.h | 157 virtual void DumpData(int indent) const = 0; 182 void DumpData(int indent) const override; 198 void DumpData(int indent) const override; 210 void DumpData(int indent) const override; 231 void DumpData(int indent) const override; 254 void DumpData(int indent = 0) const override; 287 void DumpData(int indent) const override; 297 void DumpData(int indent) const override; 307 void DumpData(int indent) const override; 317 void DumpData(int indent) const override; [all …]
|
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
D | native_memory_profiler_sa_client_manager.cpp | 85 int32_t NativeMemoryProfilerSaClientManager::DumpData(uint32_t fd, in DumpData() function in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaClientManager 97 return proxy.DumpData(fd, config); in DumpData() 137 return proxy.DumpData(fd, config); in GetMallocStats()
|
D | native_memory_profiler_sa_stub.cpp | 84 return DumpData(fd, config); in StubDumpFile()
|
D | native_memory_profiler_sa_proxy.cpp | 47 int32_t NativeMemoryProfilerSaProxy::DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaCo… in DumpData() function in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaProxy
|
D | native_memory_profiler_sa_service.cpp | 111 int32_t NativeMemoryProfilerSaService::DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSa… in DumpData() function in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaService
|
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/ |
D | native_memory_profiler_sa_client_manager_test.cpp | 74 EXPECT_EQ(NativeMemoryProfilerSaClientManager::DumpData(0, config), RET_ERR); 117 EXPECT_EQ(NativeMemoryProfilerSaClientManager::DumpData(fd, config), RET_OK);
|
D | native_memory_profiler_sa_service_test.cpp | 73 EXPECT_EQ(service.DumpData(fd, config), RET_OK);
|
/developtools/hiperf/src/ |
D | perf_event_record.cpp | 200 DumpData(indent + 1); in Dump() 415 void PerfRecordSample::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordSample 551 void PerfRecordMmap::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordMmap 645 void PerfRecordMmap2::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordMmap2 684 void PerfRecordLost::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordLost 725 void PerfRecordComm::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordComm 757 void PerfRecordExit::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordExit 785 void PerfRecordThrottle::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordThrottle 812 void PerfRecordUnthrottle::DumpData(int indent) const in DumpData() function in OHOS::Developtools::HiPerf::PerfRecordUnthrottle 840 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/ |
D | i_native_memory_profiler_sa.h | 34 … virtual int32_t DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaConfig>& config) = 0;
|
D | native_memory_profiler_sa_proxy.h | 35 int32_t DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaConfig>& config) override;
|
D | native_memory_profiler_sa_client_manager.h | 35 static int32_t DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaConfig>& config);
|
D | native_memory_profiler_sa_service.h | 39 int32_t DumpData(uint32_t fd, std::shared_ptr<NativeMemoryProfilerSaConfig>& config) override;
|
/developtools/profiler/device/plugins/native_daemon/ |
D | native_daemon_client.cpp | 163 NativeMemoryProfilerSaClientManager::DumpData(fd, config); in main()
|
/developtools/hiperf/test/unittest/common/native/ |
D | subcommand_dump_test.cpp | 140 HWTEST_F(SubCommandDumpTest, DumpData, TestSize.Level1)
|