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
Michal Rostecki 5037656b23 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.
2 months ago
..
bpf feat(aya): Add task storage map type (in the user-space) 2 months ago
src feat(aya): Add task storage map type (in the user-space) 2 months ago
Cargo.toml feat(aya): Add task storage map type (in the user-space) 2 months ago
build.rs feat(aya): Add task storage map type (in the user-space) 2 months ago