Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void
84
cov_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_ioctl
Function · 0.85
kcov_thread_dtor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected