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-test/src/tests
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.
4 weeks ago
..
array.rs aya-ebpf: Add BTF array definition 4 weeks ago
bpf_probe_read.rs integration-test: add missing `test_log` decorator 3 months ago
btf_relocations.rs integration-test: add missing `test_log` decorator 3 months ago
elf.rs integration-test: add missing `test_log` decorator 3 months ago
feature_probe.rs integration-test: add missing `test_log` decorator 3 months ago
info.rs integration-test: add missing `test_log` decorator 3 months ago
iter.rs integration-test: add missing `test_log` decorator 3 months ago
linear_data_structures.rs ebpf: add peak() method to Queue and Stack 4 weeks ago
load.rs integration-test: add missing `test_log` decorator 3 months ago
log.rs aya-log: properly hint log level to verifier 1 month ago
raw_tracepoint.rs integration-test: add missing `test_log` decorator 3 months ago
rbpf.rs integration-test: add missing `test_log` decorator 3 months ago
relocations.rs integration-test: add missing `test_log` decorator 3 months ago
ring_buf.rs remove superfluous commas 2 months ago
smoke.rs integration-test: add missing `test_log` decorator 3 months ago
strncmp.rs integration-test: add missing `test_log` decorator 3 months ago
tcx.rs integration-test: add missing `test_log` decorator 3 months ago
uprobe_cookie.rs integration-test: add missing `test_log` decorator 3 months ago
xdp.rs integration-test: add missing `test_log` decorator 3 months ago