Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dperf_event_record.h157 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/
Dnative_memory_profiler_sa_client_manager.cpp85 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()
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.cpp111 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/
Dnative_memory_profiler_sa_client_manager_test.cpp74 EXPECT_EQ(NativeMemoryProfilerSaClientManager::DumpData(0, config), RET_ERR);
117 EXPECT_EQ(NativeMemoryProfilerSaClientManager::DumpData(fd, config), RET_OK);
Dnative_memory_profiler_sa_service_test.cpp73 EXPECT_EQ(service.DumpData(fd, config), RET_OK);
/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
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/
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.cpp163 NativeMemoryProfilerSaClientManager::DumpData(fd, config); in main()
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_dump_test.cpp140 HWTEST_F(SubCommandDumpTest, DumpData, TestSize.Level1)