aya/bpf
Alessandro Decina 32350f81b7 bpf: add memset impl that doesn't trip the verifier
Add a verifier proof memset implementation. This is a quick hack until
we fix compiler-builtins for the bpf target.
..
aya-bpf bpf: add memset impl that doesn't trip the verifier
aya-bpf-bindings bpf: Fix clippy warnings
aya-bpf-cty bpf: Fix clippy warnings
aya-bpf-macros Add support for PerfEvent programs.
Cargo.toml bpf: add aya-bpf-bindings