Searched refs:print_btrace_fn (Results 1 – 4 of 4) sorted by relevance
1581 extern void (*const print_btrace_fn)(int depth);1582 #define PRINT_BACKTRACE(depth) if (print_btrace_fn) print_btrace_fn(depth)
120 void (*const print_btrace_fn)(int depth) = NULL; variable123 void (*const print_btrace_fn)(int depth) = print_backtrace; variable