Function compiler_interrupts::instr_enable[][src]

#[no_mangle]
pub unsafe fn instr_enable()
Expand description

Enables the probe instrumentation.

Note

This function is thread-specific, which means it only enables on the thread they called on.

Safety

This function is called outside the normal Rust program.