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
Tamir Duberstein 89bc255f1d
aya: MapData::fd is non-optional
The primary driver of change here is that `MapData::create` is now a
factory function that returns `Result<Self, _>` rather than mutating
`&mut self`. The remaining changes are consequences of that change, the
most notable of which is the removal of several errors which are no
longer possible.
2 years ago
..
bpf_probe_read.rs test: add some #[track_caller] annotations 2 years ago
btf_relocations.rs integration-test: fix BTF relocation test 2 years ago
elf.rs all: better panic messages 2 years ago
load.rs integration-test: attach uprobes to self 2 years ago
log.rs integration-test: deflake log test 2 years ago
rbpf.rs aya: MapData::fd is non-optional 2 years ago
relocations.rs integration-tests: run in release also 2 years ago
smoke.rs programs: `ProgramData::attach_prog_fd` is owned 2 years ago