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-ebpf/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 months ago
..
array.rs aya-ebpf: Add BTF array definition 2 months ago
bpf_probe_read.rs chore: Fix clippy panic_handler warnings 8 months ago
lib.rs integration-test: build-dep on integration-ebpf 2 years ago
linear_data_structures.rs ebpf: add peak() method to Queue and Stack 2 months ago
log.rs aya-log-ebpf: zero copy! 2 months ago
map_test.rs chore: Fix clippy panic_handler warnings 8 months ago
memmove_test.rs build(deps): update network-types requirement in the cargo-crates group 7 months ago
name_test.rs chore: Fix clippy panic_handler warnings 8 months ago
pass.rs chore: Fix clippy panic_handler warnings 8 months ago
raw_tracepoint.rs chore: Fix clippy panic_handler warnings 8 months ago
redirect.rs chore: Fix clippy panic_handler warnings 8 months ago
relocations.rs chore: Fix clippy panic_handler warnings 8 months ago
ring_buf.rs chore: Fix clippy panic_handler warnings 8 months ago
simple_prog.rs chore: Fix clippy panic_handler warnings 8 months ago
strncmp.rs chore: Fix clippy panic_handler warnings 8 months ago
tcx.rs chore: Fix clippy panic_handler warnings 8 months ago
test.rs chore: Fix clippy panic_handler warnings 8 months ago
two_progs.rs chore: Fix clippy panic_handler warnings 8 months ago
uprobe_cookie.rs chore: Fix clippy panic_handler warnings 8 months ago
xdp_sec.rs chore: Fix clippy panic_handler warnings 8 months ago