Home
last modified time | relevance | path

Searched refs:SetCallGraph (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dperf_collector_impl.cpp43 opt_.SetCallGraph(DEFAULT_PERF_RECORD_CALLGRAPH); in PerfCollectorImpl()
77 void PerfCollectorImpl::SetCallGraph(const std::string &sampleTypes) in SetCallGraph() function in OHOS::HiviewDFX::UCollectUtil::PerfCollectorImpl
79 opt_.SetCallGraph(sampleTypes); in SetCallGraph()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dperf_decorator.cpp60 void PerfDecorator::SetCallGraph(const std::string &sampleTypes) in SetCallGraph() function in OHOS::HiviewDFX::UCollectUtil::PerfDecorator
62 perfCollector_->SetCallGraph(sampleTypes); in SetCallGraph()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dperf_collector.h37 virtual void SetCallGraph(const std::string &sampleTypes) = 0;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dperf_collector_impl.h37 void SetCallGraph(const std::string &sampleTypes) override;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dperf_decorator.h36 void SetCallGraph(const std::string &sampleTypes) override;
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dperf_collector_test.cpp99 perfCollector->SetCallGraph("fp");