Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_runtime.h163 CallStack callstack_; variable
/developtools/hiperf/include/
Dvirtual_runtime.h174 CallStack callstack_; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp206callstack_.UnwindCallStack(thread, &regs[0], regs.size(), stack_addr, stack_size, callFrames, maxS… in UnwindStack()
232 callstack_.UnwindCallStack(thread, &regs[0], regs.size(), stack_addr, in UnwindStack()
/developtools/hiperf/src/
Dvirtual_runtime.cpp572 callstack_.UnwindCallStack(thread, recordSample.data_.user_abi == PERF_SAMPLE_REGS_ABI_32, in UnwindFromRecord()
581 callstack_.ExpandCallStack(thread.tid_, recordSample.callFrames_, callstackMergeLevel_); in UnwindFromRecord()