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 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
..
array.rs aya-ebpf: Add BTF array definition 5 days ago
bpf_probe_read.rs chore: Fix clippy panic_handler warnings 6 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 6 days ago
log.rs aya-log-ebpf: allow macros in expr position 6 days ago
map_test.rs chore: Fix clippy panic_handler warnings 6 months ago
memmove_test.rs build(deps): update network-types requirement in the cargo-crates group 5 months ago
name_test.rs chore: Fix clippy panic_handler warnings 6 months ago
pass.rs chore: Fix clippy panic_handler warnings 6 months ago
raw_tracepoint.rs chore: Fix clippy panic_handler warnings 6 months ago
redirect.rs chore: Fix clippy panic_handler warnings 6 months ago
relocations.rs chore: Fix clippy panic_handler warnings 6 months ago
ring_buf.rs chore: Fix clippy panic_handler warnings 6 months ago
simple_prog.rs chore: Fix clippy panic_handler warnings 6 months ago
strncmp.rs chore: Fix clippy panic_handler warnings 6 months ago
tcx.rs chore: Fix clippy panic_handler warnings 6 months ago
test.rs chore: Fix clippy panic_handler warnings 6 months ago
two_progs.rs chore: Fix clippy panic_handler warnings 6 months ago
uprobe_cookie.rs chore: Fix clippy panic_handler warnings 6 months ago
xdp_sec.rs chore: Fix clippy panic_handler warnings 6 months ago