Expand description
Lightweight kernel trace buffers for low-level debugging.
Design goals:
- no_std friendly
- fixed-size per-CPU ring buffers
- category filtering
- minimal lock contention (
try_lockdrops on contention)
Modules§
Structs§
Enums§
Functions§
- clear_
all - Performs the clear all operation.
- disable
- Performs the disable operation.
- enable
- Performs the enable operation.
- enabled
- Performs the enabled operation.
- kind_
name - Performs the kind name operation.
- mask
- Performs the mask operation.
- mask_
human - Performs the mask human operation.
- record
- Performs the record operation.
- serial_
echo - Performs the serial echo operation.
- set_
mask - Sets mask.
- set_
serial_ echo - Sets serial echo.
- snapshot_
all - Performs the snapshot all operation.
- stats
- Performs the stats operation.