Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ end
Function
end
tracer/src/tracer.rs:177–180 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
pub fn end() {
178
// SAFETY: this is called after all other threads end
179
unsafe { TRACER.get().unwrap().end() }
180
}
181
182
pub fn start() {
183
// SAFETY: this is called before other threads start
Callers
1
vm_boot
Method · 0.50
Calls
2
end
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected