Home
last modified time | relevance | path

Searched refs:callstack_ (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/
Dvirtual_runtime.h124 CallStack callstack_; variable
/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_runtime.h154 CallStack callstack_; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp205callstack_.UnwindCallStack(thread, &regs[0], regs.size(), stack_addr, stack_size, callFrames, maxS… in UnwindStack()
231 callstack_.UnwindCallStack(thread, &regs[0], regs.size(), stack_addr, in UnwindStack()
/developtools/hiperf/src/
Dvirtual_runtime.cpp367 callstack_.UnwindCallStack(thread, recordSample.data_.user_abi == PERF_SAMPLE_REGS_ABI_32, in UnwindFromRecord()
376 callstack_.ExpandCallStack(thread.tid_, recordSample.callFrames_, callstackMergeLevel_); in UnwindFromRecord()