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

Function ktrace_exit

freebsd/kern/kern_ktrace.c:178–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178static void
179ktrace_exit(struct thread *td)
180{
181
182 KASSERT(td->td_pflags & TDP_INKTRACE, ("ktrace_exit: flag not set"));
183 td->td_pflags &= ~TDP_INKTRACE;
184}
185
186static void
187ktrace_assert(struct thread *td)

Callers 12

ktr_getrequestFunction · 0.85
ktr_submitrequestFunction · 0.85
ktrprocexitFunction · 0.85
ktrprocctorFunction · 0.85
ktruserretFunction · 0.85
ktrpsigFunction · 0.85
ktrcswFunction · 0.85
ktrcapfailFunction · 0.85
ktrfaultFunction · 0.85
ktrfaultendFunction · 0.85
sys_ktraceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected