directory
0.17.3
Repository: https://github.com/cilium/ebpf.git
Documentation: pkg.go.dev

# Packages

This program demonstrates attaching an eBPF program to a control group.
This program demonstrates attaching a fentry eBPF program to tcp_connect.
This program demonstrates attaching an eBPF program to a kernel symbol.
This program demonstrates attaching an eBPF program to a kernel symbol and using percpu map to collect data.
This program demonstrates attaching an eBPF program to a kernel symbol.
An example of using maps within maps.
This program demonstrates attaching a fentry eBPF program to tcp_close and reading the RTT from the TCP socket using CO-RE helpers.
This program demonstrates attaching an eBPF program to a network interface with Linux TCX (Traffic Control with eBPF).
This program demonstrates attaching an eBPF program to a kernel tracepoint.
This program demonstrates how to attach an eBPF program to a tracepoint.
This program demonstrates attaching an eBPF program to a network interface with XDP (eXpress Data Path).