Module cpu_instructions_reader::ffi
source · Expand description
Base bindings to c code
Unless you are really sure you have to use them, just use crate::InstructionNumberReader for normal purpose
Structs§
- The Raw Reader Structure, corresponding to the same structure in C
Functions§
- Mock constructor
- Mock destructor
- This C function calls ioctl to stop recording instruction number, see perf_event_read
- This C function calls ioctl to start recording instruction number, see perf_event_read
- This C function reads instruction number information by reading the file identifier, see perf_event_read