New Features
- Added MIPS bindings
Updated
aya-obj/src/generated/mod.rsand `bpf/aya-bpf-bindings/src/lib.rs to use the mips bindings.
Other
- support hardware breakpoints
Implement
PerfEventConfig::Breakpoint, allowing users to attach hardware breakpoints. GenerateHW_BREAKPOINT_*andstruct bpf_perf_event_datain support of this feature and update the type of...