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
Andrew Werner 628b7fb022 aya::programs::uprobe: add support for cookies
Fixes #1132.

Note that this change does not add support in the public API for kprobes
or tracepoints, but it's a trivial matter of plumbing.

Along the way, the Uprobe::attach API is cleaned up to make the
attachment location more coherent. The logic being: if we're going to be
breaking the API anyway, may as well clean it up a bit.

Furthermore, the aya::sys::bpf_link_attach function is cleaned up by
properly modeling the the union in the final field with a rust enum.
1 month ago
..
bpf_probe_read.rs Extract integration-common for shared types 3 months ago
lib.rs integration-test: build-dep on integration-ebpf 2 years ago
log.rs aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr` 7 months ago
map_test.rs aya,integration-test: improve integration tests for info API 6 months ago
memmove_test.rs feat(aya-ebpf): Add integration test for memmove implementation 8 months ago
name_test.rs chore(aya-ebpf): Rename bpf -> ebpf 12 months ago
pass.rs chore(aya-ebpf): Rename bpf -> ebpf 12 months ago
raw_tracepoint.rs bpf: Handle raw tracepoint arguments 2 months ago
redirect.rs Appease `static_mut_refs` 5 months ago
relocations.rs Appease `static_mut_refs` 5 months ago
ring_buf.rs Extract integration-common for shared types 3 months ago
simple_prog.rs aya,integration-test: improve integration tests for info API 6 months ago
strncmp.rs Extract integration-common for shared types 3 months ago
tcx.rs feat(aya): Implement TCX 5 months ago
test.rs test/integration-ebpf: added integration tests for kretprobe & uretprobe 10 months ago
two_progs.rs chore(aya-ebpf): Rename bpf -> ebpf 12 months ago
uprobe_cookie.rs aya::programs::uprobe: add support for cookies 1 month ago
xdp_sec.rs chore(aya-ebpf): Rename bpf -> ebpf 12 months ago