Searched refs:skipIframes (Results 1 – 8 of 8) sorted by relevance
/haiku/src/system/kernel/arch/m68k/ |
H A D | arch_debug.cpp | 274 int32 skipIframes, int32 skipFrames, uint32 flags) in arch_debug_get_stack_trace() argument 283 if (skipIframes > 0) in arch_debug_get_stack_trace() 319 if (skipIframes > 0) { in arch_debug_get_stack_trace() 320 if (--skipIframes == 0) in arch_debug_get_stack_trace()
|
/haiku/src/system/kernel/arch/sparc/ |
H A D | arch_debug.cpp | 73 int32 skipIframes, int32 skipFrames, uint32 flags) in arch_debug_get_stack_trace() argument
|
/haiku/headers/private/kernel/arch/ |
H A D | debug.h | 41 int32 skipIframes, int32 skipFrames, uint32 flags);
|
/haiku/src/system/kernel/arch/riscv64/ |
H A D | arch_debug.cpp | 946 int32 skipIframes, int32 skipFrames, uint32 flags) in arch_debug_get_stack_trace() argument 950 if (skipIframes > 0) in arch_debug_get_stack_trace() 980 if (skipIframes > 0) { in arch_debug_get_stack_trace() 981 if (--skipIframes == 0) in arch_debug_get_stack_trace()
|
/haiku/src/system/kernel/arch/x86/ |
H A D | arch_debug.cpp | 1134 int32 skipIframes, int32 skipFrames, uint32 flags) in arch_debug_get_stack_trace() argument 1138 if (skipIframes > 0) in arch_debug_get_stack_trace() 1168 if (skipIframes > 0) { in arch_debug_get_stack_trace() 1169 if (--skipIframes == 0) in arch_debug_get_stack_trace()
|
/haiku/src/system/kernel/arch/ppc/ |
H A D | arch_debug.cpp | 285 int32 skipIframes, int32 skipFrames, uint32 flags) in arch_debug_get_stack_trace() argument
|
/haiku/src/system/kernel/arch/arm64/ |
H A D | arch_debug.cpp | 454 int32 skipIframes, int32 skipFrames, uint32 flags) in arch_debug_get_stack_trace() argument
|
/haiku/src/system/kernel/arch/arm/ |
H A D | arch_debug.cpp | 472 int32 skipIframes, int32 skipFrames, uint32 flags) in arch_debug_get_stack_trace() argument
|