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
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 aya::programs::uprobe: add support for cookies 1 month ago
btf_relocations.rs aya::programs::uprobe: add support for cookies 1 month ago
elf.rs integration-tests: enable logs 1 year ago
info.rs Remove assertion that doesn't work in macOS HVF 5 months ago
iter.rs feat(aya): Add iterator program type 3 months ago
load.rs aya::programs::uprobe: add support for cookies 1 month ago
log.rs aya::programs::uprobe: add support for cookies 1 month ago
raw_tracepoint.rs bpf: Handle raw tracepoint arguments 2 months ago
rbpf.rs Appease `static_mut_refs` 5 months ago
relocations.rs aya::programs::uprobe: add support for cookies 1 month ago
ring_buf.rs aya::programs::uprobe: add support for cookies 1 month ago
smoke.rs aya,integration-test: improve integration tests for info API 6 months ago
strncmp.rs aya::programs::uprobe: add support for cookies 1 month ago
tcx.rs feat(aya): Implement TCX 5 months ago
uprobe_cookie.rs aya::programs::uprobe: add support for cookies 1 month ago
xdp.rs Appease clippy 5 months ago