Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp251 void KillProcess(const std::string processName) in KillProcess() function in __anon5411c3130111::HiprofilerCmdTest
286 KillProcess(DEFAULT_HIPROFILERD_NAME);
287 KillProcess(DEFAULT_HIPROFILER_PLUGINS_NAME);
317 KillProcess(DEFAULT_HIPROFILERD_NAME);
318 KillProcess(DEFAULT_HIPROFILER_PLUGINS_NAME);
/developtools/profiler/device/base/include/
Dcommon.h27 int KillProcess(int pid);
/developtools/profiler/device/cmds/src/
Dmain.cpp431 COMMON::KillProcess(g_nativeDaemonPid); in KillDependentProcess()
432 COMMON::KillProcess(g_hiprofilerPluginsPid); in KillDependentProcess()
433 COMMON::KillProcess(g_hiprofilerdPid); in KillDependentProcess()
/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp99 EXPECT_NE(COMMON::KillProcess(procPid), -1);
/developtools/profiler/device/base/src/
Dcommon.cpp176 int KillProcess(int pid) in KillProcess() function