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/bpf
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
..
ext.bpf.c integration-test: avoid reliance on kernel headers 1 year ago
iter.bpf.c feat(aya): Add iterator program type 2 months ago
main.bpf.c integration-test: avoid reliance on kernel headers 1 year ago
multimap-btf.bpf.c integration-test: Add map pinning coverage 1 year ago
reloc.bpf.c aya-obj: Handle lack of match of enum variants correctly 12 months ago
text_64_64_reloc.c integration-test: avoid reliance on kernel headers 1 year ago
variables_reloc.bpf.c test: Reproduce relocation bug 3 months ago