MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stack_sbuf_print

Function stack_sbuf_print

freebsd/kern/subr_stack.c:202–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void
203stack_sbuf_print(struct sbuf *sb, const struct stack *st)
204{
205
206 (void)stack_sbuf_print_flags(sb, st, M_WAITOK, STACK_SBUF_FMT_LONG);
207}
208
209#if defined(DDB) || defined(WITNESS)
210void

Callers 3

sysctl_kern_proc_kstackFunction · 0.85
sleepq_sbuf_print_stacksFunction · 0.85

Calls 1

stack_sbuf_print_flagsFunction · 0.85

Tested by

no test coverage detected