Searched defs:stackSize (Results 1 – 9 of 9) sorted by relevance
/developtools/profiler/device/plugins/native_hook/src/ |
D | hook_client.cpp | 185 …inline __attribute__((always_inline)) FpUnwind(int maxDepth, uint64_t *ip, unsigned long stackSize) in FpUnwind() 222 int stackSize = 0; in hook_malloc() local 316 int stackSize = 0; in hook_calloc() local 400 int stackSize = 0; in hook_realloc() local 504 int stackSize = 0; in hook_free() local 577 int stackSize = 0; in hook_mmap() local 644 int stackSize = 0; in hook_munmap() local
|
D | runtime_stack_range.cpp | 49 size_t stackSize; in GetThreadRuntimeStackRange() local
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | stack_data_repeater.h | 36 uint32_t stackSize; member
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | hook_standalone.cpp | 95 uint32_t stackSize = size - sizeof(StackRawData); in ReadShareMemory() local
|
D | call_stack.cpp | 464 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
D | perf_events.cpp | 839 void PerfEvents::SetDwarfSampleStackSize(uint32_t stackSize) in SetDwarfSampleStackSize() 1363 uint64_t stackSize = 0; in CutStackAndMove() local
|
D | callstack.cpp | 471 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()
|
/developtools/hiperf/src/ |
D | perf_events.cpp | 756 void PerfEvents::SetDwarfSampleStackSize(uint32_t stackSize) in SetDwarfSampleStackSize() 1276 uint64_t stackSize = 0; in CutStackAndMove() local
|
D | callstack.cpp | 473 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()
|