Searched refs:StartProcess (Results 1 – 4 of 4) sorted by relevance
26 int StartProcess(const std::string& processBin, std::vector<char*>& argv);
372 g_hiprofilerdPid = COMMON::StartProcess(HIPROFILERD_NAME, argvVec); in StartDependentProcess()381 g_hiprofilerPluginsPid = COMMON::StartProcess(HIPROFILER_PLUGINS_NAME, argvVec); in StartDependentProcess()390 g_nativeDaemonPid = COMMON::StartProcess(NATIVE_DAEMON_NAME, argvVec); in StartDependentProcess()
96 int procPid = COMMON::StartProcess(profilerProcName, argvVec);
159 int StartProcess(const std::string& processBin, std::vector<char*>& argv) in StartProcess() function