Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
void
203
stack_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)
210
void
Callers
3
sysctl_kern_proc_kstack
Function · 0.85
sleepq_sbuf_print_stacks
Function · 0.85
sbuf_print_witness_badstacks
Function · 0.85
Calls
1
stack_sbuf_print_flags
Function · 0.85
Tested by
no test coverage detected