aya/bpf
William Findlay b30fd424ef
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>
..
aya-bpf aya-bpf/helpers: expose raw bindings through helpers::gen
aya-bpf-bindings Bump libbpf to 92c1e61a605410b16d6330fdd4a7a4e03add86d4
aya-bpf-cty bpf: Fix clippy warnings
aya-bpf-macros aya/aya-bpf: implement btf tracepoint programs
Cargo.toml bpf: add aya-bpf-bindings