Searched refs:programs (Results 1 – 7 of 7) sorted by relevance
4 # building eBPF programs.
19 * [Building eBPF programs](#building-ebpf-programs)36 features. While BPF programs are originally intended to run in the kernel, the38 it contains an interpreter, an x86_64 JIT-compiler for eBPF programs, as well as120 * `struct EbpfVmFixedMbuff` has one purpose: enabling the execution of programs130 * `struct EbpfVmRaw` is for programs that want to run directly on packet data.209 useful for programs that should be compatible with the Linux kernel and278 // Instantiate a struct EbpfVmNoData. This is an eBPF VM for programs that306 // This is an eBPF VM for programs reading from a given memory area (it386 `sk_buff` used by eBPF programs in the kernel, without having to manually387 create a new buffer for each packet. It may be useful for programs compiled for[all …]
9 description = "Virtual machine and JIT compiler for eBPF programs"
4 use aya_ebpf::{macros::kprobe, programs::ProbeContext};
2 use aya::programs::KProbe;
19 your programs, too.26 in new free programs; and that you know you can do these things.251 programs whose distribution conditions are different, write to the author336 proprietary programs. If your program is a subroutine library, you may
2156 mod programs { module