aya/bpf
Michal Rostecki 00334186fb Support for fentry and fexit programs
fentry and fexit programs are similar to kprobe and kretprobe, but they
are newer and they have practically zero overhead to call before or
after kernel function. Also, fexit programs are focused on access to
arguments rather than the return value.

Those kind of programs were introduced in the following patchset:

https://lwn.net/Articles/804112/

Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
..
aya-bpf Support for fentry and fexit programs
aya-bpf-bindings Update libbpf to 93e89b34740c509406e948c78a404dd2fba67b8b
aya-bpf-cty bpf: Fix clippy warnings
aya-bpf-macros Support for fentry and fexit programs
Cargo.toml bpf: add aya-bpf-bindings