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
Mike Rostecki 2ff84707b3
bpf: Handle raw tracepoint arguments
Provide an `arg()` method in `RawTracepointArgs` wrapper of
`bpf_raw_tracepoint_args` and also in `RawTracepointContext`, so
it's directly available in raw tracepoint programs.

The methods and traits implemented here are unsafe. There is no
way to reliably check the number of available arguments, so
requesting a non-existing one leads to undefined behavior.
5 months ago
..
bpf test: Reproduce relocation bug 6 months ago
src bpf: Handle raw tracepoint arguments 5 months ago
Cargo.toml Release aya v0.13.1 6 months ago
build.rs test: Reproduce relocation bug 6 months ago