Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp1174 int option, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5) in hook_prctl() argument
1178 ret = fn(option, arg2, arg3, arg4, arg5); in hook_prctl()
1180 if (reinterpret_cast<char*>(arg5) == nullptr || IsPidChanged()) { in hook_prctl()
1195 size_t tagLen = strlen(reinterpret_cast<char*>(arg5)) + 1; in hook_prctl()
1196 … if (memcpy_s(rawdata.name, sizeof(rawdata.name), reinterpret_cast<char*>(arg5), tagLen) != EOK) { in hook_prctl()
1401 unsigned long arg4, unsigned long arg5) in ohos_malloc_hook_prctl() argument
1404 int ret = hook_prctl((GetDispatch()->prctl), option, arg2, arg3, arg4, arg5); in ohos_malloc_hook_prctl()
/developtools/profiler/hiebpf/include/
Dvmlinux.h141437 void *arg5; member