MCPcopy 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
77void
78kdtrace_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. */
86size_t

Callers 1

proc_dtorFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected