Created
March 2, 2023 14:11
-
-
Save vilaca/9c5391d4b6cd722e31a6da9122485762 to your computer and use it in GitHub Desktop.
ebpf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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