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/src
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
..
maps bpf: Use `then_some` instead of `then(|| [...])` 2 years ago
programs bpf: Add `load_bytes` method to SKB context 2 years ago
args.rs aya-bpf: use bpf_read_probe for reading pt_regs 2 years ago
helpers.rs bpf: add `bpf_printk!` helper 2 years ago
lib.rs bpf: Change the result type of bpf_get_current_comm helper 2 years ago