Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp479 int stackSize = 0; in GetStackSize() local
534 int stackSize = 0; in hook_malloc() local
630 int stackSize = 0; in hook_aligned_alloc() local
732 int stackSize = 0; in hook_calloc() local
833 int stackSize = 0; in hook_realloc() local
986 int stackSize = 0; in hook_free() local
1118 int stackSize = 0; in hook_mmap() local
1200 int stackSize = 0; in hook_munmap() local
1322 int stackSize = 0; in hook_memtrace() local
1505 bool ohos_malloc_hook_send_hook_misc_data(uint64_t id, const char* stackPtr, size_t stackSize, uint… in ohos_malloc_hook_send_hook_misc_data()
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_record.h42 uint32_t stackSize = 0; member
/developtools/hiperf/src/
Dcallstack.cpp78 … const u8 *stack, const u64 stackSize, std::vector<DfxFrame> &callStack, in UnwindCallStack()
Dperf_events.cpp990 void PerfEvents::SetDwarfSampleStackSize(const uint32_t stackSize) in SetDwarfSampleStackSize()
1635 uint64_t stackSize = 0; in CutStackAndMove() local
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp441 const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, in UnwindCallStack()