Home
last modified time | relevance | path

Searched refs:CreateThreadCollector (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dcpu_decorator.cpp85 std::shared_ptr<ThreadCpuCollector> CpuDecorator::CreateThreadCollector(int pid) in CreateThreadCollector() function in OHOS::HiviewDFX::UCollectUtil::CpuDecorator
87 return cpuCollector_->CreateThreadCollector(pid); in CreateThreadCollector()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dcpu_collector.h48 virtual std::shared_ptr<ThreadCpuCollector> CreateThreadCollector(int pid) = 0;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dcpu_collector_impl.h47 virtual std::shared_ptr<ThreadCpuCollector> CreateThreadCollector(int pid) override;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dcpu_decorator.h41 virtual std::shared_ptr<ThreadCpuCollector> CreateThreadCollector(int pid) override;
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_collection_task.cpp58 threadCpuCollector_ = cpuCollector_->CreateThreadCollector(getprocpid()); in InitCpuCollector()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dcpu_collector_impl.cpp112 std::shared_ptr<ThreadCpuCollector> CpuCollectorImpl::CreateThreadCollector(int pid) in CreateThreadCollector() function in OHOS::HiviewDFX::UCollectUtil::CpuCollectorImpl
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dcpu_collector_test.cpp324 auto threadCollector = collector->CreateThreadCollector(getpid());
350 auto threadCollector = collector->CreateThreadCollector(1);