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/aya-bpf
Joel Höner da13143c05 bpf: add `bpf_printk!` helper
The `bpf_printk!` macro is a helper providing a convenient way to invoke the
`bpf_trace_printk` and `bpf_trace_vprintk` BPF helpers. It is implemented as
a macro because it requires variadic arguments.
2 years ago
..
src bpf: add `bpf_printk!` helper 2 years ago
Cargo.toml bpf: add aya-bpf-bindings 4 years ago
build.rs bpf: re-reun build.rs if env changed 2 years ago