MCPcopy 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
182pub fn start() {
183 // SAFETY: this is called before other threads start
184 unsafe { TRACER.set(Tracer::new()).unwrap() }
185}

Callers 3

send_migrationMethod · 0.50
vm_bootMethod · 0.50
populate_tdx_sectionsMethod · 0.50

Calls 2

newFunction · 0.85
setMethod · 0.80

Tested by

no test coverage detected