Skip to content
Commit e8405f78 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa._assets.kmodules.lisa: Rework traceevent bindings

FEATURE

Allow &str event fields. In order to achieve that, we need to pass a
struct rust_str to the C code. Unfortunately, a tracepoint parameter
cannot be larger than 64 bits (some generic kernel code requires that).
To workaround that problem, pass all tracepoint parameters by reference.
parent b5b67418
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment