You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/ebpf/aya-ebpf/src
Friday Ortiz f7a9d73d42
aya-obj,aya,ebpf,xtask: support perf_event hardware breakpoints
- aya-obj: Generate userspace bindings for HW_BREAKPOINT_* options
- aya: Support PERF_TYPE_BREAKPOINT by adding an optional hardware
  breakpoint configuration to PerfEvent::attach() and perf_event_open
  functions.
- ebpf: Generate bindings for `struct bpf_perf_event_data` and update
  the PerfEventContext to use them instead of a void pointer.
- xtask: Update codegen for constified anonymous HW_BREAKPOINT_* enums
1 month ago
..
btf_maps aya-ebpf: Make use of `Borrow` and `BorrowMut` in map methods 1 month ago
maps aya-ebpf: Make use of `Borrow` and `BorrowMut` in map methods 1 month ago
programs aya-obj,aya,ebpf,xtask: support perf_event hardware breakpoints 1 month ago
args.rs lint all crates; enable strict pointer lints 1 month ago
helpers.rs lint all crates; enable strict pointer lints 1 month ago
lib.rs ebpf: use `ptr::from_ref` 1 month ago