Home
last modified time | relevance | path

Searched refs:pipelineName (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/base/
Dpipeline.cpp107 void PipelineEvent::SetPipelineInfo(const std::string& pipelineName, std::list<std::weak_ptr<Plugin… in SetPipelineInfo() argument
109 pipelineName_ = pipelineName; in SetPipelineInfo()
118 …id PipelineEvent::FillPipelineInfo(std::shared_ptr<Plugin> caller, const std::string& pipelineName, in FillPipelineInfo() argument
125 auto seq = caller->GetHiviewContext()->GetPipelineSequenceByName(pipelineName); in FillPipelineInfo()
137 event->SetPipelineInfo(pipelineName, seq); in FillPipelineInfo()
/base/hiviewdfx/hiview/base/include/
Dpipeline.h74 …void SetPipelineInfo(const std::string& pipelineName, std::list<std::weak_ptr<Plugin>>& processors…
87 const std::string& pipelineName, in RepackPipelineEvent() argument
95 FillPipelineInfo(caller, pipelineName, pipe, deliverFromCurrent); in RepackPipelineEvent()
99 static void FillPipelineInfo(std::shared_ptr<Plugin> caller, const std::string& pipelineName,
Dplugin.h286 const std::string& pipelineName __UNUSED) {}; in AppendPluginToPipeline()
/base/hiviewdfx/hiview/service/
Dhiview_service.cpp195 void HiviewService::DumpPipelineUsageInfo(int fd, const std::string &pipelineName) const in DumpPipelineUsageInfo()
200 auto logList = parser_->GetPipelineSummary(pipelineName); in DumpPipelineUsageInfo()
201 dprintf(fd, "Following events processed on Pipeline %s:\n", pipelineName.c_str()); in DumpPipelineUsageInfo()
Dhiview_service.h43 void DumpPipelineUsageInfo(int fd, const std::string& pipelineName) const;
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp448 for (auto& pipelineName : pluginInfo.pipelineNameList) { in InitPlugin() local
449 sharedSource->AddPipeline(pipelines_[pipelineName]); in InitPlugin()
880 …iewPlatform::AppendPluginToPipeline(const std::string& pluginName, const std::string& pipelineName) in AppendPluginToPipeline() argument
882 auto it = pipelines_.find(pipelineName); in AppendPluginToPipeline()
884 HIVIEW_LOGW("Fail to find pipeline with name :%{public}s", pipelineName.c_str()); in AppendPluginToPipeline()
893 …"plugin %{public}s add to pipeline %{public}s succeed.", pluginName.c_str(), pipelineName.c_str()); in AppendPluginToPipeline()
928 for (auto& pipelineName : config.pipelineNameList) { in InstancePluginByProxy() local
929 sharedSource->AddPipeline(pipelines_[pipelineName]); in InstancePluginByProxy()
Dhiview_platform.h64 …void AppendPluginToPipeline(const std::string& pluginName, const std::string& pipelineName) overri…
/base/hiviewdfx/hiview/
Dhiview_zh.md387 void AppendPluginToPipeline(const std::string& pluginName, const std::string& pipelineName);