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
William Findlay b13fe98080 aya-bpf/helpers: expose raw bindings through helpers::gen
Until we add another set of bpf_probe_read_* wrappers for reading into a map pointer,
users need access to the underlying bpf_probe_read helper, which is clobbered by this
module. This patch enables direct access to the underlying helpers::gen module to support
such use cases.

In my view, it would also probably make sense to just not export helpers::gen::* and force
the user to opt into helpers::gen, but this can be decided on later.

Signed-off-by: William Findlay <william@williamfindlay.com>
3 years ago
..
aya-bpf aya-bpf/helpers: expose raw bindings through helpers::gen 3 years ago
aya-bpf-bindings Bump libbpf to 92c1e61a605410b16d6330fdd4a7a4e03add86d4 3 years ago
aya-bpf-cty bpf: Fix clippy warnings 3 years ago
aya-bpf-macros aya/aya-bpf: implement btf tracepoint programs 3 years ago
Cargo.toml bpf: add aya-bpf-bindings 4 years ago