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.cpp307 static int inline __attribute__((always_inline)) FpUnwind(int maxDepth, uint64_t *ip, int stackSize) in FpUnwind()
373 int stackSize = 0; in hook_malloc() local
449 int stackSize = 0; in hook_calloc() local
520 int stackSize = 0; in hook_realloc() local
612 int stackSize = 0; in hook_free() local
692 int stackSize = 0; in hook_mmap() local
763 int stackSize = 0; in hook_munmap() local
844 int stackSize = 0; in hook_memtrace() local
Druntime_stack_range.cpp54 size_t stackSize; in GetThreadRuntimeStackRange() local
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_data_repeater.h37 uint32_t stackSize; member
/developtools/hiperf/src/
Dperf_events.cpp783 void PerfEvents::SetDwarfSampleStackSize(uint32_t stackSize) in SetDwarfSampleStackSize()
1322 uint64_t stackSize = 0; in CutStackAndMove() local
Dcallstack.cpp475 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()