EBPF: Difference between revisions
No edit summary |
|||
| Line 26: | Line 26: | ||
... | ... | ||
</pre> | </pre> | ||
The resulting object can be loaded into the kernel with <tt>bpftool prog load</tt> or libbpf's <tt>bpf_object__open()</tt>. | |||
===JIT=== | ===JIT=== | ||
Check out my first novel, midnight's simulacra!
No edit summary |
|||
| Line 26: | Line 26: | ||
... | ... | ||
</pre> | </pre> | ||
The resulting object can be loaded into the kernel with <tt>bpftool prog load</tt> or libbpf's <tt>bpf_object__open()</tt>. | |||
===JIT=== | ===JIT=== | ||