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 R 0b2a544ddd aya-ebpf: Add BTF array definition
Before this change, Aya supported only legacy BPF map definitions, which
are instances of the `bpf_map_def` struct and end up in the `maps` ELF
section.

This change introduces a BTF map definition for arrays, with custom
structs indicating the metadata of the map, which end up in the `.maps`
section.

Co-authored-by: Tamir Duberstein <tamird@gmail.com>
2 weeks ago
..
btf aya-ebpf: Add BTF array definition 2 weeks ago
generated aya-obj, aya-ebpf-bindings: regenerate 1 month ago
programs Bump edition to 2024 7 months ago
lib.rs Bump edition to 2024 7 months ago
links.rs Bump edition to 2024 7 months ago
maps.rs Use #[expect(...)] rather than #[allow(...)] 7 months ago
obj.rs aya-ebpf: Add BTF array definition 2 weeks ago
relocation.rs appease `clippy::uninlined-format-args` 5 months ago
util.rs Bump edition to 2024 7 months ago