Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ start
Function
start
tracer/src/tracer.rs:182–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
180
}
181
182
pub fn start() {
183
// SAFETY: this is called before other threads start
184
unsafe { TRACER.set(Tracer::new()).unwrap() }
185
}
Callers
3
send_migration
Method · 0.50
vm_boot
Method · 0.50
populate_tdx_sections
Method · 0.50
Calls
2
new
Function · 0.85
set
Method · 0.80
Tested by
no test coverage detected