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/public-api
Michal Rostecki e3881f7af0 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
5 months ago
..
aya-ebpf-bindings.txt public-api: regenerate 5 months ago
aya-ebpf-cty.txt chore: Bless public API changes 1 year ago
aya-ebpf-macros.txt chore: Bless public API changes 1 year ago
aya-ebpf.txt public-api: regenerate 5 months ago
aya-log-common.txt public-api: regenerate 5 months ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 2 years ago
aya-log-ebpf.txt xtask: Add cargo-public-api 2 years ago
aya-log-parser.txt public-api: regenerate 5 months ago
aya-log.txt fix(aya-log): print &[u8] using full width (#1008) 7 months ago
aya-obj.txt feat(aya): Add iterator program type 5 months ago
aya.txt feat(aya): Add iterator program type 5 months ago