Home
last modified time | relevance | path

Searched refs:unwindFailReport_ (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A Dstack_preprocess.h238 bool unwindFailReport_ = true; member in StackPreprocess
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp1149 if ((!hookConfig_.fp_unwind()) && callFrame.callFrameId_ == DWARF_ERROR_ID && !unwindFailReport_) { in ReportFrameMap()
1151 } else if ((!hookConfig_.fp_unwind()) && callFrame.callFrameId_ == DWARF_ERROR_ID && unwindFailReport_) { in ReportFrameMap()
1152 unwindFailReport_ = false; in ReportFrameMap()

Completed in 7 milliseconds