Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp52 const std::string HIPROFILER_PLUGINS_NAME("hiprofiler_plugins"); variable
407 if (!COMMON::IsProcessExist(HIPROFILER_PLUGINS_NAME, g_hiprofilerPluginsPid)) { in StartDependentProcess()
410 argvVec.push_back(const_cast<char*>(HIPROFILER_PLUGINS_NAME.c_str())); in StartDependentProcess()
411 g_hiprofilerPluginsPid = COMMON::StartProcess(HIPROFILER_PLUGINS_NAME, argvVec); in StartDependentProcess()
473 COMMON::IsProcessExist(HIPROFILER_PLUGINS_NAME, g_hiprofilerPluginsPid); in KillDependentProcess()
485 if (CheckProcessExit(HIPROFILER_PLUGINS_NAME, g_hiprofilerPluginsPid)) { in KillDependentProcess()