Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cov_unregister_pc
Function
cov_unregister_pc
freebsd/kern/subr_coverage.c:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void
70
cov_unregister_pc(void)
71
{
72
73
atomic_store_ptr(&cov_trace_pc, NULL);
74
}
75
76
void
77
cov_register_cmp(cov_trace_cmp_t trace_cmp)
Callers
2
kcov_ioctl
Function · 0.85
kcov_thread_dtor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected