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/bpf/aya-bpf/src
Michal Rostecki 7e2fcd1d6d 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>
3 years ago
..
maps aya-bpf: remove unnecessary unsafe markers on map functions. 3 years ago
programs Support for fentry and fexit programs 3 years ago
args.rs aya-bpf: implement argument coercion for pt_regs and BTF programs 3 years ago
helpers.rs Add wrapper and docs for for bpf_get_current_uid_gid 3 years ago
lib.rs aya-bpf: implement argument coercion for pt_regs and BTF programs 3 years ago