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
Thomas Eizinger 267796f1f5
Feature-gate `no_std` and `no_main`
The `no_std` and `no_main` attributes are only needed when we compile
the eBPF kernels for the "bpf" architecture. By feature-gating them on
the target architecture, we ensure the kernels compile just fine on a
host-architecture like x64. They won't be able to do anything
meaningfully but it is useful within the context of the larger workspace
they are embedded in as it allows `cargo build --workspace` and `cargo
test --workspace` to just work.
2 months ago
..
bpf_probe_read.rs Feature-gate `no_std` and `no_main` 2 months ago
lib.rs Feature-gate `no_std` and `no_main` 2 months ago
log.rs Feature-gate `no_std` and `no_main` 2 months ago
map_test.rs Feature-gate `no_std` and `no_main` 2 months ago
memmove_test.rs Feature-gate `no_std` and `no_main` 2 months ago
name_test.rs Feature-gate `no_std` and `no_main` 2 months ago
pass.rs Feature-gate `no_std` and `no_main` 2 months ago
raw_tracepoint.rs Feature-gate `no_std` and `no_main` 2 months ago
redirect.rs Feature-gate `no_std` and `no_main` 2 months ago
relocations.rs Feature-gate `no_std` and `no_main` 2 months ago
ring_buf.rs Feature-gate `no_std` and `no_main` 2 months ago
simple_prog.rs Feature-gate `no_std` and `no_main` 2 months ago
strncmp.rs Feature-gate `no_std` and `no_main` 2 months ago
tcx.rs Feature-gate `no_std` and `no_main` 2 months ago
test.rs Feature-gate `no_std` and `no_main` 2 months ago
two_progs.rs Feature-gate `no_std` and `no_main` 2 months ago
uprobe_cookie.rs Feature-gate `no_std` and `no_main` 2 months ago
xdp_sec.rs Feature-gate `no_std` and `no_main` 2 months ago