Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp288 StackRawData rawdata = {{{{0}}}}; in hook_malloc() local
293 clock_gettime(g_ClientConfig.clockId, &rawdata.ts); in hook_malloc()
300 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_malloc()
304 unsigned long* regs = reinterpret_cast<unsigned long*>(&(rawdata.regs)); in hook_malloc()
308 if (memcpy_s(regs, sizeof(rawdata.regs), reinterpret_cast<char*>(context.regs), in hook_malloc()
313 if (memcpy_s(regs, sizeof(rawdata.regs), reinterpret_cast<char*>(context.uc_mcontext.regs), in hook_malloc()
324 rawdata.type = MALLOC_MSG; in hook_malloc()
325 rawdata.pid = static_cast<uint32_t>(g_hookPid); in hook_malloc()
326 rawdata.tid = static_cast<uint32_t>(GetCurThreadId()); in hook_malloc()
327 rawdata.mallocSize = size; in hook_malloc()
[all …]
/developtools/profiler/hiebpf/include/
Dvmlinux.h58311 struct aa_loaddata *rawdata; member