Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp185 …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
Druntime_stack_range.cpp49 size_t stackSize; in GetThreadRuntimeStackRange() local
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_data_repeater.h36 uint32_t stackSize; member
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_standalone.cpp95 uint32_t stackSize = size - sizeof(StackRawData); in ReadShareMemory() local
Dcall_stack.cpp464 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dperf_events.cpp839 void PerfEvents::SetDwarfSampleStackSize(uint32_t stackSize) in SetDwarfSampleStackSize()
1363 uint64_t stackSize = 0; in CutStackAndMove() local
Dcallstack.cpp471 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()
/developtools/hiperf/src/
Dperf_events.cpp756 void PerfEvents::SetDwarfSampleStackSize(uint32_t stackSize) in SetDwarfSampleStackSize()
1276 uint64_t stackSize = 0; in CutStackAndMove() local
Dcallstack.cpp473 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()