Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp51 const std::string HIPROFILERD_NAME("hiprofilerd"); variable
398 if (!COMMON::IsProcessExist(HIPROFILERD_NAME, g_hiprofilerdPid)) { in StartDependentProcess()
401 argvVec.push_back(const_cast<char*>(HIPROFILERD_NAME.c_str())); in StartDependentProcess()
402 g_hiprofilerdPid = COMMON::StartProcess(HIPROFILERD_NAME, argvVec); in StartDependentProcess()
476 COMMON::IsProcessExist(HIPROFILERD_NAME, g_hiprofilerdPid); in KillDependentProcess()
491 if (CheckProcessExit(HIPROFILERD_NAME, g_hiprofilerdPid)) { in KillDependentProcess()