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 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
..
bpf feat(aya): Add task storage map type (in the user-space) 6 days ago
src feat(aya): Add task storage map type (in the user-space) 6 days ago
Cargo.toml Use Result in integration-test's build script 3 months ago
build.rs feat(aya): Add task storage map type (in the user-space) 6 days ago