conferences | speakers | series

gobpf - utilizing eBPF from Go

home

gobpf - utilizing eBPF from Go
FOSDEM 2017

eBPF is a Linux in-kernel virtual machine that is used for tracing kernel functions, networking, performance analysis and more. In this talk I will give an introduction into eBPF and gobpf, a new library under the IO Visor Project, and show how gobpf can be used to access and utilize eBPF features from Go programs. We will also look at the design of gobpf and its use of the bcc framework and Cgo.

Speakers: Michael Schubert