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
Michal Rostecki f41be0b03d ebpf: Call `bpf_probe_read` on `*const T` BTF arguments
It's necessary to call `bpf_probe_read` not only for pointers retrieved
from `PtRegs`, but also from BTF arguments.

`bpf_probe_read` might return an error, so the return type of `.arg()`
methods in contexts handling BTF arguments changes from `T` to
`Option<T>`. `None` is returned when `bpf_probe_read` call is not
successful.

Fixes: #542
2 years ago
..
.cargo Re-organize into a single workspace 2 years ago
aya-bpf ebpf: Call `bpf_probe_read` on `*const T` BTF arguments 2 years ago
aya-bpf-bindings [codegen] Update libbpf to a41e6ef3251cba858021b90c33abb9efdb17f575Update libbpf to a41e6ef3251cba858021b90c33abb9efdb17f575 2 years ago
aya-bpf-cty fix uninlined_format_args clippy issues 2 years ago
aya-log-ebpf lib: Add display hints 2 years ago
rust-toolchain.toml Re-organize into a single workspace 2 years ago