Crate rftrace_frontend_ffi

Source
Expand description

This is an ffi wrapper around rftrace-frontend, enabling calling it from c code You can find a usage example in the repository A lot of documentation can be found in the parent workspaces readme.

Functions§

marker
rftrace_disable
Wraps rftrace_frontend::disable();
rftrace_dump_full_uftrace
Wraps rftrace_frontend::dump_full_uftrace
rftrace_dump_trace
Wraps rftrace_frontend::dump_trace
rftrace_enable
Wraps rftrace_frontend::enable()
rftrace_init
Wraps rftrace_frontend::init();

Type Aliases§

Events