Searched refs:pipelineName (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hiview/base/ |
H A D | pipeline.cpp | 110 void PipelineEvent::SetPipelineInfo(const std::string& pipelineName, std::list<std::weak_ptr<Plugin>>& processors)
in SetPipelineInfo() argument 112 pipelineName_ = pipelineName;
in SetPipelineInfo() 121 void PipelineEvent::FillPipelineInfo(std::shared_ptr<Plugin> caller, const std::string& pipelineName,
in FillPipelineInfo() argument 128 auto seq = caller->GetHiviewContext()->GetPipelineSequenceByName(pipelineName);
in FillPipelineInfo() 140 event->SetPipelineInfo(pipelineName, seq);
in FillPipelineInfo()
|
/base/hiviewdfx/hiview/base/include/ |
H A D | pipeline.h | 74 void SetPipelineInfo(const std::string& pipelineName, std::list<std::weak_ptr<Plugin>>& processors);
87 const std::string& pipelineName,
in RepackPipelineEvent() 95 FillPipelineInfo(caller, pipelineName, pipe, deliverFromCurrent);
in RepackPipelineEvent() 99 static void FillPipelineInfo(std::shared_ptr<Plugin> caller, const std::string& pipelineName,
86 RepackPipelineEvent(std::shared_ptr<Plugin> caller, const std::string& pipelineName, std::shared_ptr<Event>& event, bool deliverFromCurrent) RepackPipelineEvent() argument
|
H A D | plugin.h | 262 const std::string& pipelineName __UNUSED) {};
in AppendPluginToPipeline()
|
/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 517 for (const auto& pipelineName : pluginInfo.pipelineNameList) {
in InitPlugin() 518 sharedSource->AddPipeline(pipelines_[pipelineName]);
in InitPlugin() 858 void HiviewPlatform::AppendPluginToPipeline(const std::string& pluginName, const std::string& pipelineName)
in AppendPluginToPipeline() argument 860 auto it = pipelines_.find(pipelineName);
in AppendPluginToPipeline() 862 HIVIEW_LOGW("Fail to find pipeline with name :%{public}s", pipelineName.c_str());
in AppendPluginToPipeline() 871 HIVIEW_LOGI("plugin %{public}s add to pipeline %{public}s succeed.", pluginName.c_str(), pipelineName.c_str());
in AppendPluginToPipeline() 917 for (auto& pipelineName : config.pipelineNameList) {
in InstancePluginByProxy() 918 sharedSource->AddPipeline(pipelines_[pipelineName]);
in InstancePluginByProxy()
|
/base/hiviewdfx/hiview/service/ |
H A D | hiview_service.h | 69 void DumpPipelineUsageInfo(int fd, const std::string& pipelineName) const;
|
H A D | hiview_service.cpp | 214 void HiviewService::DumpPipelineUsageInfo(int fd, const std::string &pipelineName) const
in DumpPipelineUsageInfo() 219 auto logList = parser_->GetPipelineSummary(pipelineName);
in DumpPipelineUsageInfo() 220 dprintf(fd, "Following events processed on Pipeline %s:\n", pipelineName.c_str());
in DumpPipelineUsageInfo()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | sysevent_source.cpp | 211 std::string pipelineName = it->first;
in PublishPipelineEvent() local 214 pipelineMap.at(pipelineName)->ProcessEvent(event);
in PublishPipelineEvent()
|
/base/hiviewdfx/hiview/core/include/ |
H A D | hiview_platform.h | 58 void AppendPluginToPipeline(const std::string& pluginName, const std::string& pipelineName) override;
|
Completed in 7 milliseconds