Searched refs:CreateThreadCollector (Results 1 – 7 of 7) sorted by relevance
85 std::shared_ptr<ThreadCpuCollector> CpuDecorator::CreateThreadCollector(int pid) in CreateThreadCollector() function in OHOS::HiviewDFX::UCollectUtil::CpuDecorator87 return cpuCollector_->CreateThreadCollector(pid); in CreateThreadCollector()
48 virtual std::shared_ptr<ThreadCpuCollector> CreateThreadCollector(int pid) = 0;
47 virtual std::shared_ptr<ThreadCpuCollector> CreateThreadCollector(int pid) override;
41 virtual std::shared_ptr<ThreadCpuCollector> CreateThreadCollector(int pid) override;
58 threadCpuCollector_ = cpuCollector_->CreateThreadCollector(getprocpid()); in InitCpuCollector()
112 std::shared_ptr<ThreadCpuCollector> CpuCollectorImpl::CreateThreadCollector(int pid) in CreateThreadCollector() function in OHOS::HiviewDFX::UCollectUtil::CpuCollectorImpl
324 auto threadCollector = collector->CreateThreadCollector(getpid());350 auto threadCollector = collector->CreateThreadCollector(1);