Home
last modified time | relevance | path

Searched refs:g_hiprofilerdPid (Results 1 - 1 of 1) sorted by relevance

/developtools/profiler/device/cmds/src/
H A Dmain.cpp57 int g_hiprofilerdPid = -1; member
400 if (!COMMON::IsProcessExist(HIPROFILERD_NAME, g_hiprofilerdPid)) { in StartDependentProcess()
404 g_hiprofilerdPid = COMMON::StartProcess("/system/bin/hiprofilerd", argvVec); in StartDependentProcess()
477 if (g_hiprofilerdPid == -1) { in KillDependentProcess()
478 COMMON::IsProcessExist(HIPROFILERD_NAME, g_hiprofilerdPid); in KillDependentProcess()
492 COMMON::KillProcess(g_hiprofilerdPid); in KillDependentProcess()
493 if (CheckProcessExit(HIPROFILERD_NAME, g_hiprofilerdPid)) { in KillDependentProcess()

Completed in 2 milliseconds