Home
last modified time | relevance | path

Searched refs:CollectDeviceClient (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/device_client/
H A Dcollect_device_client.cpp40 CollectDeviceClient::CollectDeviceClient(): fd_(-1) in CollectDeviceClient() function in OHOS::HiviewDFX::CollectDeviceClient
43 CollectDeviceClient::~CollectDeviceClient() in ~CollectDeviceClient()
50 int CollectDeviceClient::GetDeviceFd(bool readOnly) in GetDeviceFd()
67 int CollectDeviceClient::Open() in Open()
73 unsigned int CollectDeviceClient::GetProcessCount() in GetProcessCount()
85 std::shared_ptr<ProcessCpuData> CollectDeviceClient::FetchProcessCpuData() in FetchProcessCpuData()
99 std::shared_ptr<ProcessCpuData> CollectDeviceClient::FetchProcessCpuData(int pid) in FetchProcessCpuData()
112 unsigned int CollectDeviceClient::GetThreadCount(int pid) in GetThreadCount()
124 unsigned int CollectDeviceClient::GetSelfThreadCount(int pid) in GetSelfThreadCount()
136 std::shared_ptr<ThreadCpuData> CollectDeviceClient::FetchThreadCpuData(int pid) in FetchThreadCpuData()
[all …]
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dcollect_device_client.h26 class CollectDeviceClient {
28 CollectDeviceClient();
29 ~CollectDeviceClient();
H A Dthread_state_info_collector.h40 ThreadStateInfoCollector(std::shared_ptr<CollectDeviceClient> deviceClient,
67 std::shared_ptr<CollectDeviceClient> deviceClient_;
H A Dprocess_state_info_collector.h43 ProcessStatInfoCollector(std::shared_ptr<CollectDeviceClient> deviceClient,
75 std::shared_ptr<CollectDeviceClient> deviceClient_;
H A Dprocess_cpu_data.h30 friend class CollectDeviceClient; variable
H A Dthread_cpu_data.h31 friend class CollectDeviceClient; variable
H A Dcpu_collector_impl.h52 std::shared_ptr<CollectDeviceClient> deviceClient_ = nullptr;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dthread_state_info_collector.cpp39 ThreadStateInfoCollector::ThreadStateInfoCollector(std::shared_ptr<CollectDeviceClient> deviceClien… in ThreadStateInfoCollector()
58 deviceClient_ = std::make_shared<CollectDeviceClient>(); in InitDeviceClient()
H A Dcpu_collector_impl.cpp38 deviceClient_ = std::make_shared<CollectDeviceClient>(); in InitDeviceClient()
H A Dprocess_state_info_collector.cpp35 ProcessStatInfoCollector::ProcessStatInfoCollector(std::shared_ptr<CollectDeviceClient> deviceClien… in ProcessStatInfoCollector()