H A D | stacktrace.cc | 70 int max_depth, int skip_count, in Unwind() 78 int size = (*f)(result, sizes, max_depth, skip_count + 1, uc, in Unwind() 88 void** result, int* sizes, int max_depth, int skip_count) { in GetStackFrames() 89 return Unwind<true, false>(result, sizes, max_depth, skip_count, nullptr, in GetStackFrames() 95 int skip_count, const void* uc, in GetStackFramesWithContext() 97 return Unwind<true, true>(result, sizes, max_depth, skip_count, uc, in GetStackFramesWithContext() 102 void** result, int max_depth, int skip_count) { in GetStackTrace() 103 return Unwind<false, false>(result, nullptr, max_depth, skip_count, nullptr, in GetStackTrace() 108 GetStackTraceWithContext(void** result, int max_depth, int skip_count, in GetStackTraceWithContext() argument 110 return Unwind<false, true>(result, nullptr, max_depth, skip_count, u in GetStackTraceWithContext() 69 Unwind(void** result, int* sizes, int max_depth, int skip_count, const void* uc, int* min_dropped_frames) Unwind() argument 87 GetStackFrames( void** result, int* sizes, int max_depth, int skip_count) GetStackFrames() argument 94 GetStackFramesWithContext(void** result, int* sizes, int max_depth, int skip_count, const void* uc, int* min_dropped_frames) GetStackFramesWithContext() argument 101 GetStackTrace( void** result, int max_depth, int skip_count) GetStackTrace() argument [all...] |