Commit Graph

1 Commits (07d639d1a53477f002d97477cd18fe321bc71b0c)

Author SHA1 Message Date
Michal R 07d639d1a5
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.
3 weeks ago