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

Function cov_unregister_cmp

freebsd/kern/subr_coverage.c:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void
84cov_unregister_cmp(void)
85{
86
87 atomic_store_ptr(&cov_trace_cmp, NULL);
88}
89
90/*
91 * Main entry point. A call to this function will be inserted

Callers 2

kcov_ioctlFunction · 0.85
kcov_thread_dtorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected