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/xtask
Michal Rostecki 1a8fdc1c0b 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.

Fixes #203
2 weeks ago
..
libbpf@20ea95b450 xtask: Generate new bindings 1 year ago
public-api feat(aya): Add task storage map type (in the user-space) 2 weeks ago
src chore: generate bindings for all eBPF insns 3 weeks ago
Cargo.toml feat: Refactor init into test-distro 1 month ago