Searched refs:stackSize (Results 1 – 11 of 11) sorted by relevance
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 307 static int inline __attribute__((always_inline)) FpUnwind(int maxDepth, uint64_t *ip, int stackSize) in FpUnwind() argument 319 if (((nextFp - startfp) * sizeof(void *)) > static_cast<unsigned long>(stackSize)) { in FpUnwind() 373 int stackSize = 0; in hook_malloc() local 381 stackSize = stackendptr - stackptr; in hook_malloc() 382 fpStackDepth = FpUnwind(g_ClientConfig.maxStackDepth, rawdata.ip, stackSize); in hook_malloc() 383 stackSize = 0; in hook_malloc() 390 stackSize = stackendptr - stackptr; in hook_malloc() 406 holder->SendStackWithPayload(&rawdata, realSize, stackptr, stackSize); in hook_malloc() 412 g_dataCounts += stackSize; in hook_malloc() 449 int stackSize = 0; in hook_calloc() local [all …]
|
| D | runtime_stack_range.cpp | 54 size_t stackSize; in GetThreadRuntimeStackRange() local 55 …hread_attr_getstack(&attr, reinterpret_cast<void**>(const_cast<char**>(start)), &stackSize) == 0) { in GetThreadRuntimeStackRange() 56 *end = *start + stackSize; in GetThreadRuntimeStackRange()
|
| /developtools/hiperf/src/ |
| D | perf_events.cpp | 783 void PerfEvents::SetDwarfSampleStackSize(uint32_t stackSize) in SetDwarfSampleStackSize() argument 785 HLOGD("request stack size is %u", stackSize); in SetDwarfSampleStackSize() 786 dwarfSampleStackSize_ = stackSize; in SetDwarfSampleStackSize() 1322 uint64_t stackSize = 0; in CutStackAndMove() local 1323 GetRecordFieldFromMmap(mmap, &stackSize, mmap.mmapPage->data_tail + stackSizePos, in CutStackAndMove() 1324 sizeof(stackSize)); in CutStackAndMove() 1325 if (stackSize == 0) { in CutStackAndMove() 1328 size_t dynSizePos = stackSizePos + sizeof(uint64_t) + stackSize; in CutStackAndMove() 1331 uint64_t newStackSize = std::min(ALIGN(dynSize, alignSize), stackSize); in CutStackAndMove() 1332 if (newStackSize >= stackSize) { in CutStackAndMove() [all …]
|
| D | callstack.cpp | 475 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack() argument 481 stackSize_ = stackSize; in UnwindCallStack()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | stack_data_repeater.h | 37 uint32_t stackSize; member
|
| D | call_stack.h | 45 const u8 *stack, u64 stackSize, std::vector<CallFrame> &,
|
| /developtools/hiperf/include/ |
| D | callstack.h | 60 const u8 *stack, u64 stackSize, std::vector<CallFrame> &,
|
| D | perf_events.h | 377 void SetDwarfSampleStackSize(uint32_t stackSize);
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_manager.cpp | 385 rawStack->stackSize = size - rawRealSize; in ReadShareMemory() 386 if (rawStack->stackSize > 0) { in ReadShareMemory()
|
| D | call_stack.cpp | 441 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack() argument 447 stackSize_ = stackSize; in UnwindCallStack()
|
| D | stack_preprocess.cpp | 327 … bool ret = runtime_instance->UnwindStack(u64regs_, rawData->stackData, rawData->stackSize, in TakeResults()
|