Home
last modified time | relevance | path

Searched defs:stackSize (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp352 static int inline __attribute__((always_inline)) FpUnwind(int maxDepth, uint64_t* ip, int stackSize, in FpUnwind()
447 int stackSize = 0; in hook_malloc() local
553 int stackSize = 0; in hook_aligned_alloc() local
659 int stackSize = 0; in hook_calloc() local
769 int stackSize = 0; in hook_realloc() local
917 int stackSize = 0; in hook_free() local
1036 int stackSize = 0; in hook_mmap() local
1136 int stackSize = 0; in hook_munmap() local
1258 int stackSize = 0; in hook_memtrace() local
1462 bool ohos_malloc_hook_send_hook_misc_data(uint64_t id, const char* stackPtr, size_t stackSize, uint… in ohos_malloc_hook_send_hook_misc_data()
Druntime_stack_range.cpp54 size_t stackSize; in GetThreadRuntimeStackRange() local
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_data_repeater.h43 uint32_t stackSize = 0; member
/developtools/hiperf/src/
Dperf_events.cpp905 void PerfEvents::SetDwarfSampleStackSize(uint32_t stackSize) in SetDwarfSampleStackSize()
1500 uint64_t stackSize = 0; in CutStackAndMove() local
Dcallstack.cpp469 const u8 *stack, u64 stackSize, std::vector<DfxFrame> &callStack, in UnwindCallStack()
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp441 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()