EBPF: Difference between revisions
No edit summary |
|||
| Line 21: | Line 21: | ||
|- | |- | ||
|} | |} | ||
===[[perf]]=== | |||
Kernel 4.4 added general events to the [[perf]] infrastructure. Kernel 4.9 added the ability for eBPF to register perf events. These are the preferred method for streaming events to userspace from an eBPF program. | |||
==Compiling eBPF== | ==Compiling eBPF== | ||