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/bpf
Mike Rostecki b9ad14933f 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.
2 years ago
..
.cargo integration-ebpf: add cargo config 2 years ago
aya-bpf bpf: Handle raw tracepoint arguments 2 years ago
aya-bpf-bindings rustfmt: group_imports = "StdExternalCrate" 2 years ago
aya-bpf-cty aya-bpf-cty: remove empty module 2 years ago
aya-log-ebpf integration-test: Implement running on VMs 2 years ago
rust-toolchain.toml Re-organize into a single workspace 3 years ago