Skip to content

Instantly share code, notes, and snippets.

@vilaca
Created March 2, 2023 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vilaca/9c5391d4b6cd722e31a6da9122485762 to your computer and use it in GitHub Desktop.
Save vilaca/9c5391d4b6cd722e31a6da9122485762 to your computer and use it in GitHub Desktop.
ebpf
eBPF is like Lua or JS, scripting, for the kernel
- can use APIs not available in user space
- runs safely in kernel context
- designed to be used in the kernel
https://www.youtube.com/watch?v=45h6iqtorZQ
https://youtu.be/uBqRv8bDroc
https://www.youtube.com/watch?v=lrSExTfS-iQ
https://www.youtube.com/watch?v=0p987hCplbk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment