aya/xtask/public-api
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.
..
aya-ebpf-bindings.txt build(deps): update public-api requirement in the cargo-crates group
aya-ebpf-cty.txt chore: Bless public API changes
aya-ebpf-macros.txt chore: Bless public API changes
aya-ebpf.txt bpf: Handle raw tracepoint arguments
aya-log-common.txt build(deps): update public-api requirement in the cargo-crates group
aya-log-ebpf-macros.txt xtask: Add cargo-public-api
aya-log-ebpf.txt xtask: Add cargo-public-api
aya-log-parser.txt build(deps): update public-api requirement in the cargo-crates group
aya-log.txt build(deps): update public-api requirement in the cargo-crates group
aya-obj.txt build(deps): update public-api requirement in the cargo-crates group
aya.txt build(deps): update public-api requirement in the cargo-crates group