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/test/integration-test/bpf
Michal Rostecki 730b8d2f32 feat(aya): Add task storage map type (in the user-space)
Task storage is a type of map which uses `task_struct` kernel type as
a key. When the task (process) stops, the corresponding entry is
automatically removed.

This change add support only in the user-space and tests the
functionality with a C program.
6 days ago
..
ext.bpf.c integration-test: avoid reliance on kernel headers 2 years ago
iter.bpf.c feat(aya): Add iterator program type 3 months ago
main.bpf.c integration-test: avoid reliance on kernel headers 2 years ago
multimap-btf.bpf.c integration-test: Add map pinning coverage 1 year ago
reloc.bpf.c aya-obj: Handle lack of match of enum variants correctly 1 year ago
task_storage.bpf.c feat(aya): Add task storage map type (in the user-space) 6 days ago
text_64_64_reloc.c integration-test: avoid reliance on kernel headers 2 years ago
variables_reloc.bpf.c test: Reproduce relocation bug 4 months ago