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
Tamir Duberstein 721bb123dd
integration-test: compile C probes using build.rs
- Add libbpf as a submodule. This prevents having to plumb its location
  around (which can't be passed to Cargo build scripts) and also
  controls the version against which codegen has run.
- Move bpf written in C to the integration-test crate and define
  constants for each probe.
- Remove magic; each C source file must be directly enumerated in the
  build script and in lib.rs.
2 years ago
..
bpf_probe_read.rs bpf: improve bpf_probe_read_kernel_str_bytes and bpf_probe_read_user_str_bytes 2 years ago
log.rs aya-log-ebpf: avoid requiring Copy 2 years ago
map_test.rs aya-bpf: Add multibuffer support for XDP 3 years ago
name_test.rs test: Replace RTF with Rust 3 years ago
pass.rs Skip BPF_F_XDP_HAS_FRAGS tests on unsupported kernels 2 years ago
relocations.rs integration tests: add relocation tests 2 years ago
test.rs aya: fix detaching links on drop 3 years ago