aya/bpf/aya-bpf
Alessandro Decina 67d35cc1d3 bpf: fix PerfMap::output() API when appending context data
map.output(&ctx, &data, nr_bytes) can be used to append nr_bytes from
the current context to the &data event.
..
src bpf: fix PerfMap::output() API when appending context data
Cargo.toml bpf: add aya-bpf-bindings