Searched refs:fpStackDepth (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 425 int fpStackDepth = 0; in hook_malloc() local 441 …fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize, stackptr, stackendptr… in hook_malloc() 465 realSize = sizeof(BaseStackRawData) + (fpStackDepth * sizeof(uint64_t)); in hook_malloc() 531 int fpStackDepth = 0; in hook_aligned_alloc() local 547 …fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize, stackptr, stackendptr… in hook_aligned_alloc() 571 realSize = sizeof(BaseStackRawData) + (fpStackDepth * sizeof(uint64_t)); in hook_aligned_alloc() 637 int fpStackDepth = 0; in hook_calloc() local 653 …fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize, stackptr, stackendptr… in hook_calloc() 681 realSize = sizeof(BaseStackRawData) + (fpStackDepth * sizeof(uint64_t)); in hook_calloc() 747 int fpStackDepth = 0; in hook_realloc() local [all …]
|