Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp241 static int inline __attribute__((always_inline)) FpUnwind(int maxDepth, uint64_t *ip, int stackSize) in FpUnwind()
291 int stackSize = 0; in hook_malloc() local
376 int stackSize = 0; in hook_calloc() local
456 int stackSize = 0; in hook_realloc() local
545 int stackSize = 0; in hook_free() local
635 int stackSize = 0; in hook_mmap() local
720 int stackSize = 0; in hook_munmap() local
815 int stackSize = 0; in hook_memtrace() local
Druntime_stack_range.cpp49 size_t stackSize; in GetThreadRuntimeStackRange() local
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_data_repeater.h37 uint32_t stackSize; member
Dhook_common.h144 uint32_t stackSize; member
/developtools/hiperf/src/
Dperf_events.cpp763 void PerfEvents::SetDwarfSampleStackSize(uint32_t stackSize) in SetDwarfSampleStackSize()
1292 uint64_t stackSize = 0; in CutStackAndMove() local
Dcallstack.cpp471 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp441 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()