This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
So I had this itch that I wanted to make a Go program compile to eBPF and be able to load that
program in the Linux kernel by use of bpftool . 
 As I say in github.com/miekg/ebpf 
 
 eBPF in C? What am I, a farmer? 
 
 After much reading about eBPF and thinking about how that would work from Go, I figured that would
involve writing a Go compiler. 
 So I could: 
…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.