aya/bpf
Mike Rostecki 96ae8cdd97 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.
..
.cargo integration-ebpf: add cargo config
aya-bpf bpf: Handle raw tracepoint arguments
aya-bpf-bindings rustfmt: group_imports = "StdExternalCrate"
aya-bpf-cty toml: add formatter and check in CI
aya-log-ebpf integration-test: Implement running on VMs
rust-toolchain.toml Re-organize into a single workspace