Skip to main content

rust_ktrace_test_interop

Function rust_ktrace_test_interop 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn rust_ktrace_test_interop( header: u64, val: u64, ) -> i32
Expand description

Test-only FFI helper to write a single word record from Rust.

ยงSafety

This must be called with interrupts disabled.