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/ebpf/aya-ebpf/src
Michal R aeaba156f9 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.
5 days ago
..
btf_maps aya-ebpf: Add BTF array definition 5 days ago
maps aya-ebpf: Take `c_void` instead of `bpf_map_def` in map helpers 5 days ago
programs Add support for Flow Dissector programs 6 months ago
args.rs aya-obj,aya-ebpf-*: hook up loongarch64 6 months ago
helpers.rs Bump edition to 2024 6 months ago
lib.rs aya-ebpf: Add BTF array definition 5 days ago