Lines Matching refs:ip
296 bool FilterStandardSoIp(uint64_t ip) in FilterStandardSoIp() argument
299 if (ip >= soBegin && ip < soEnd_) { in FilterStandardSoIp()
307 static int inline __attribute__((always_inline)) FpUnwind(int maxDepth, uint64_t *ip, int stackSize) in FpUnwind() argument
332 ip[depth++] = tempIp; in FpUnwind()
336 ip[0] = tempIp; in FpUnwind()
382 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_malloc()
458 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_calloc()
529 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_realloc()
532 (void)memcpy_s(freeData.ip, sizeof(freeData.ip) / sizeof(uint64_t), in hook_realloc()
533 rawdata.ip, sizeof(rawdata.ip) / sizeof(uint64_t)); in hook_realloc()
622 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_free()
701 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_mmap()
776 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_munmap()
857 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_memtrace()