Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ kdtrace_proc_dtor
Function
kdtrace_proc_dtor
freebsd/kern/kern_dtrace.c:77–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void
78
kdtrace_proc_dtor(struct proc *p)
79
{
80
81
free(p->p_dtrace, M_KDTRACE);
82
p->p_dtrace = NULL;
83
}
84
85
/* Return the DTrace thread data size compiled in the kernel hooks. */
86
size_t
Callers
1
proc_dtor
Function · 0.85
Calls
1
free
Function · 0.70
Tested by
no test coverage detected