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
swananan f75577c5c7 aya: add multi-uprobe attach support
Introduce UProbe::attach_multi with UProbeMultiAttachOptions and per-location
cookies. Require #[uprobe(multi)] programs (BPF_TRACE_UPROBE_MULTI) and guard
unsupported kernels.

Refactor symbol resolution into a single pass to batch lookups efficiently and
add integration tests covering multi-attach success and rejecting non-multi
programs
5 days ago
..
src aya: add multi-uprobe attach support 5 days ago
Cargo.toml aya: add multi-uprobe attach support 5 days ago
build.rs appease `clippy::uninlined-format-args` 8 months ago