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/aya-obj/src
Michal Rostecki bf2164c92f feat(aya): Add iterator program type
BPF iterators[0] are a way to dump kernel data into user-space and an
alternative to `/proc` filesystem.

This change adds support for BPF iterators on the user-space side. It
provides a possibility to retrieve the outputs of BPF iterator programs
both from sync and async Rust code.

[0] https://docs.kernel.org/bpf/bpf_iterators.html
2 months ago
..
btf build(deps): update thiserror to 2.0.3 3 months ago
generated [codegen] Update libbpf to 80b16457cb23db4d633b17ba0305f29daa2eb307 4 months ago
programs aya-obj: add conversion u32 to enum type for prog, link, & attach type 5 months ago
lib.rs build(deps): update thiserror to 2.0.3 3 months ago
links.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 5 months ago
maps.rs build(deps): update thiserror to 2.0.3 3 months ago
obj.rs feat(aya): Add iterator program type 2 months ago
relocation.rs build(deps): update thiserror to 2.0.3 3 months ago
util.rs rustfmt: group_imports = "StdExternalCrate" 1 year ago