Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jameslaverack/how-ebpf-actually-works
https://github.com/jameslaverack/how-ebpf-actually-works
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jameslaverack/how-ebpf-actually-works
- Owner: JamesLaverack
- License: bsd-3-clause
- Created: 2024-03-07T17:17:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T06:51:05.000Z (8 months ago)
- Last Synced: 2024-03-18T05:06:12.942Z (8 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.