Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jameslaverack/how-ebpf-actually-works


https://github.com/jameslaverack/how-ebpf-actually-works

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# How eBPF Actually Works Sample Code

This is sample code for my talk "How eBPF Actually Works".

The eBPF code is based on the "minimal" example from [libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap/).

Please do not use this code as the basis of an eBPF application. Use [a library](https://ebpf.io) instead.